Home
last modified time | relevance | path

Searched refs:vc4_txp_data (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/vc4/
H A Dvc4_txp.c166 const struct vc4_txp_data *data;
294 const struct vc4_txp_data *txp_data = txp->data; in vc4_txp_connector_atomic_commit()
514 static const struct vc4_txp_data bcm2712_mop_data = {
528 static const struct vc4_txp_data bcm2712_moplet_data = {
541 const struct vc4_txp_data bcm2835_txp_data = {
556 const struct vc4_txp_data *txp_data; in vc4_txp_bind()
H A Dvc4_drv.h520 struct vc4_txp_data { struct
529 extern const struct vc4_txp_data bcm2835_txp_data; argument