Home
last modified time | relevance | path

Searched refs:MASK_Y_INVERT (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/
H A Domap_fb.c115 orient = MASK_X_INVERT | MASK_Y_INVERT; in drm_rotation_to_tiler()
118 orient = MASK_XY_FLIP | MASK_Y_INVERT; in drm_rotation_to_tiler()
126 orient ^= MASK_Y_INVERT; in drm_rotation_to_tiler()
175 if (orient & MASK_Y_INVERT) in omap_framebuffer_update_scanout()
H A Domap_dmm_tiler.h68 #define MASK_Y_INVERT (1 << 30) macro
H A Domap_dmm_tiler.c662 if (orient & MASK_Y_INVERT) in tiler_get_address()
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/
H A Domap_fb.c117 orient = MASK_X_INVERT | MASK_Y_INVERT; in drm_rotation_to_tiler()
120 orient = MASK_XY_FLIP | MASK_Y_INVERT; in drm_rotation_to_tiler()
128 orient ^= MASK_Y_INVERT; in drm_rotation_to_tiler()
179 if (orient & MASK_Y_INVERT) in omap_framebuffer_update_scanout()
H A Domap_dmm_tiler.h60 #define MASK_Y_INVERT (1 << 30) macro
H A Domap_dmm_tiler.c655 if (orient & MASK_Y_INVERT) in tiler_get_address()

Completed in 6 milliseconds