Lines Matching refs:pixel_format
2480 ret = drm_plane_check_pixel_format(plane, fb->pixel_format); in __setplane_internal()
2483 drm_get_format_name(fb->pixel_format)); in __setplane_internal()
2819 fb->pixel_format); in drm_mode_setcrtc()
2822 drm_get_format_name(fb->pixel_format)); in drm_mode_setcrtc()
2933 .pixel_format = DRM_FORMAT_ARGB8888, in drm_mode_cursor_universal()
3174 r.pixel_format = drm_mode_legacy_fb_format(or->bpp, or->depth); in drm_mode_addfb()
3188 uint32_t format = r->pixel_format & ~DRM_FORMAT_BIG_ENDIAN; in format_check()
3254 drm_get_format_name(r->pixel_format)); in format_check()
3266 drm_get_format_name(r->pixel_format)); in framebuffer_check()
3270 hsub = drm_format_horz_chroma_subsampling(r->pixel_format); in framebuffer_check()
3271 vsub = drm_format_vert_chroma_subsampling(r->pixel_format); in framebuffer_check()
3272 num_planes = drm_format_num_planes(r->pixel_format); in framebuffer_check()
3287 unsigned int cpp = drm_format_plane_cpp(r->pixel_format, i); in framebuffer_check()
4960 if (crtc->primary->fb->pixel_format != fb->pixel_format) { in drm_mode_page_flip_ioctl()