Home
last modified time | relevance | path

Searched refs:depth_fmt (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/r128/
Dr128_state.c447 (dev_priv->depth_fmt << 8) | in r128_cce_dispatch_clear()
930 (dev_priv->depth_fmt << 8) | in r128_cce_dispatch_write_span()
954 (dev_priv->depth_fmt << 8) | in r128_cce_dispatch_write_span()
1025 (dev_priv->depth_fmt << 8) | in r128_cce_dispatch_write_pixels()
1049 (dev_priv->depth_fmt << 8) | in r128_cce_dispatch_write_pixels()
1095 (dev_priv->depth_fmt << 8) | in r128_cce_dispatch_read_span()
1157 (dev_priv->depth_fmt << 8) | in r128_cce_dispatch_read_pixels()
Dr128_cce.c440 dev_priv->depth_fmt = R128_DATATYPE_RGB565; in r128_do_init_cce()
445 dev_priv->depth_fmt = R128_DATATYPE_ARGB8888; in r128_do_init_cce()
Dr128_drv.h117 u32 depth_fmt; member