Lines Matching refs:pixel_format
2384 ret = drm_plane_check_pixel_format(plane, fb->pixel_format); in __setplane_internal()
2387 drm_get_format_name(fb->pixel_format)); in __setplane_internal()
2696 fb->pixel_format); in drm_mode_setcrtc()
2699 drm_get_format_name(fb->pixel_format)); in drm_mode_setcrtc()
2810 .pixel_format = DRM_FORMAT_ARGB8888, in drm_mode_cursor_universal()
3051 r.pixel_format = drm_mode_legacy_fb_format(or->bpp, or->depth); in drm_mode_addfb()
3065 uint32_t format = r->pixel_format & ~DRM_FORMAT_BIG_ENDIAN; in format_check()
3131 drm_get_format_name(r->pixel_format)); in format_check()
3143 drm_get_format_name(r->pixel_format)); in framebuffer_check()
3147 hsub = drm_format_horz_chroma_subsampling(r->pixel_format); in framebuffer_check()
3148 vsub = drm_format_vert_chroma_subsampling(r->pixel_format); in framebuffer_check()
3149 num_planes = drm_format_num_planes(r->pixel_format); in framebuffer_check()
3164 unsigned int cpp = drm_format_plane_cpp(r->pixel_format, i); in framebuffer_check()
3194 if (r->pixel_format != DRM_FORMAT_NV12 || in framebuffer_check()
5277 if (crtc->primary->fb->pixel_format != fb->pixel_format) { in drm_mode_page_flip_ioctl()