Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/r128/
Dr128_state.c440 (dev_priv->depth_fmt << 8) | in r128_cce_dispatch_clear()
923 (dev_priv->depth_fmt << 8) | in r128_cce_dispatch_write_span()
947 (dev_priv->depth_fmt << 8) | in r128_cce_dispatch_write_span()
1018 (dev_priv->depth_fmt << 8) | in r128_cce_dispatch_write_pixels()
1042 (dev_priv->depth_fmt << 8) | in r128_cce_dispatch_write_pixels()
1088 (dev_priv->depth_fmt << 8) | in r128_cce_dispatch_read_span()
1150 (dev_priv->depth_fmt << 8) | in r128_cce_dispatch_read_pixels()
Dr128_cce.c432 dev_priv->depth_fmt = R128_DATATYPE_RGB565; in r128_do_init_cce()
437 dev_priv->depth_fmt = R128_DATATYPE_ARGB8888; in r128_do_init_cce()
Dr128_drv.h111 u32 depth_fmt; member