| /linux/drivers/gpu/drm/tests/ |
| H A D | drm_framebuffer_test.c | 36 .cmd = { .width = 600, .height = 600, .pixel_format = DRM_FORMAT_ABGR8888, 41 .cmd = { .width = MAX_WIDTH, .height = MAX_HEIGHT, .pixel_format = DRM_FORMAT_ABGR8888, 46 .cmd = { .width = MAX_WIDTH, .height = MAX_HEIGHT, .pixel_format = DRM_FORMAT_ABGR8888, 51 .cmd = { .width = MAX_WIDTH, .height = MAX_HEIGHT, .pixel_format = DRM_FORMAT_ABGR8888, 56 .cmd = { .width = MAX_WIDTH + 1, .height = MAX_HEIGHT, .pixel_format = DRM_FORMAT_ABGR8888, 61 .cmd = { .width = MAX_WIDTH, .height = MAX_HEIGHT, .pixel_format = DRM_FORMAT_ABGR8888, 66 .cmd = { .width = MAX_WIDTH, .height = MAX_HEIGHT, .pixel_format = 0, 71 .cmd = { .width = 0, .height = MAX_HEIGHT, .pixel_format = DRM_FORMAT_ABGR8888, 76 .cmd = { .width = MAX_WIDTH, .height = 0, .pixel_format = DRM_FORMAT_ABGR8888, 81 .cmd = { .width = MAX_WIDTH, .height = MAX_HEIGHT, .pixel_format = DRM_FORMAT_ABGR8888, [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/dpp/dcn201/ |
| H A D | dcn201_dpp.c | 53 uint32_t pixel_format = 0; in dpp201_cnv_setup() local 78 pixel_format = 1; in dpp201_cnv_setup() 81 pixel_format = 3; in dpp201_cnv_setup() 86 pixel_format = 8; in dpp201_cnv_setup() 90 pixel_format = 10; in dpp201_cnv_setup() 95 pixel_format = 65; in dpp201_cnv_setup() 101 pixel_format = 64; in dpp201_cnv_setup() 107 pixel_format = 67; in dpp201_cnv_setup() 113 pixel_format = 66; in dpp201_cnv_setup() 118 pixel_format = 22; in dpp201_cnv_setup() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/dpp/dcn20/ |
| H A D | dcn20_dpp.c | 106 uint32_t pixel_format = 0; in dpp2_cnv_setup() local 131 pixel_format = 1; in dpp2_cnv_setup() 134 pixel_format = 3; in dpp2_cnv_setup() 139 pixel_format = 8; in dpp2_cnv_setup() 143 pixel_format = 10; in dpp2_cnv_setup() 148 pixel_format = 65; in dpp2_cnv_setup() 154 pixel_format = 64; in dpp2_cnv_setup() 160 pixel_format = 67; in dpp2_cnv_setup() 166 pixel_format = 66; in dpp2_cnv_setup() 172 pixel_format = 26; /* ARGB16161616_UNORM */ in dpp2_cnv_setup() [all …]
|
| /linux/drivers/firmware/efi/libstub/ |
| H A D | gop.c | 162 pf = info->pixel_format; in choose_mode_modenum() 193 static u8 pixel_bpp(int pixel_format, efi_pixel_bitmask_t pixel_info) in pixel_bpp() argument 195 if (pixel_format == PIXEL_BIT_MASK) { in pixel_bpp() 208 int pf = info->pixel_format; in match_res() 240 int pf = info->pixel_format; in match_auto() 266 int pf = info->pixel_format; in match_list() 387 if (info->pixel_format == PIXEL_BIT_MASK) { in setup_screen_info() 395 if (info->pixel_format == PIXEL_RGB_RESERVED_8BIT_PER_COLOR) { in setup_screen_info() 450 if (info->pixel_format == PIXEL_BLT_ONLY || in find_handle_with_primary_gop() 451 info->pixel_format >= PIXEL_FORMAT_MAX) in find_handle_with_primary_gop()
|
| /linux/drivers/gpu/drm/msm/disp/ |
| H A D | mdp_format.c | 72 .pixel_format = DRM_FORMAT_ ## fmt, \ 92 .pixel_format = DRM_FORMAT_ ## fmt, \ 112 .pixel_format = DRM_FORMAT_ ## fmt, \ 131 .pixel_format = DRM_FORMAT_ ## fmt, \ 151 .pixel_format = DRM_FORMAT_ ## fmt, \ 170 .pixel_format = DRM_FORMAT_ ## fmt, \ 190 .pixel_format = DRM_FORMAT_ ## fmt, \ 210 .pixel_format = DRM_FORMAT_ ## fmt, \ 625 if (f->pixel_format == format) in mdp_get_format()
|
| H A D | mdp_format.h | 56 uint32_t pixel_format; member
|
| /linux/drivers/gpu/drm/msm/ |
| H A D | msm_fb.c | 185 &mode_cmd->pixel_format); in msm_framebuffer_init() 188 format = mdp_get_format(kms, mode_cmd->pixel_format, in msm_framebuffer_init() 192 &mode_cmd->pixel_format); in msm_framebuffer_init() 253 .pixel_format = format, in msm_alloc_stolen_fb() 279 drm_get_format_info(dev, mode_cmd.pixel_format, in msm_alloc_stolen_fb()
|
| /linux/drivers/gpu/drm/armada/ |
| H A D | armada_fbdev.c | 58 mode.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in armada_fbdev_driver_fbdev_probe() 81 drm_get_format_info(dev, mode.pixel_format, in armada_fbdev_driver_fbdev_probe()
|
| /linux/drivers/gpu/drm/exynos/ |
| H A D | exynos_drm_fbdev.c | 101 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in exynos_drm_fbdev_driver_fbdev_probe() 112 drm_get_format_info(dev, mode_cmd.pixel_format, in exynos_drm_fbdev_driver_fbdev_probe()
|
| /linux/drivers/gpu/drm/tegra/ |
| H A D | fbdev.c | 91 cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in tegra_fbdev_driver_fbdev_probe() 101 drm_get_format_info(drm, cmd.pixel_format, cmd.modifier[0]), in tegra_fbdev_driver_fbdev_probe()
|
| /linux/drivers/gpu/drm/renesas/shmobile/ |
| H A D | shmob_drm_kms.c | 125 format = shmob_drm_format_info(mode_cmd->pixel_format); in shmob_drm_fb_create() 128 &mode_cmd->pixel_format); in shmob_drm_fb_create()
|
| /linux/drivers/gpu/drm/gma500/ |
| H A D | fbdev.c | 147 mode_cmd.pixel_format = drm_mode_legacy_fb_format(bpp, depth); in psb_fbdev_driver_fbdev_probe() 159 drm_get_format_info(dev, mode_cmd.pixel_format, in psb_fbdev_driver_fbdev_probe()
|
| /linux/drivers/gpu/drm/hisilicon/kirin/ |
| H A D | kirin_drm_drv.h | 18 u32 pixel_format; member
|
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_plane.h | 61 const struct drm_format_info *amdgpu_dm_plane_get_format_info(u32 pixel_format, u64 modifier);
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | radeon_fbdev.c | 219 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in radeon_fbdev_driver_fbdev_probe() 222 format_info = drm_get_format_info(rdev_to_drm(rdev), mode_cmd.pixel_format, in radeon_fbdev_driver_fbdev_probe()
|
| /linux/drivers/gpu/drm/omapdrm/ |
| H A D | omap_fbdev.c | 172 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in omap_fbdev_driver_fbdev_probe() 200 drm_get_format_info(dev, mode_cmd.pixel_format, in omap_fbdev_driver_fbdev_probe()
|
| /linux/drivers/gpu/drm/xen/ |
| H A D | xen_drm_front.h | 143 u32 height, u32 pixel_format);
|
| /linux/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_trace.h | 653 uint32_t stage_idx, uint32_t pixel_format, 656 pixel_format, pipe, modifier), 668 __field( uint32_t, pixel_format ) 682 __entry->pixel_format = pixel_format; 694 __entry->pixel_format, __entry->modifier)
|
| H A D | dpu_plane.c | 240 &fmt->pixel_format, in _dpu_plane_calc_fill_level() 288 (fmt) ? fmt->pixel_format : 0, in _dpu_plane_set_qos_lut() 293 fmt ? &fmt->pixel_format : NULL, in _dpu_plane_set_qos_lut() 297 (fmt) ? fmt->pixel_format : 0, in _dpu_plane_set_qos_lut() 304 fmt ? &fmt->pixel_format : NULL, in _dpu_plane_set_qos_lut() 536 const struct drm_format_info *info = drm_format_info(fmt->pixel_format); in _dpu_plane_setup_scaler() 720 !dpu_find_format(fmt->pixel_format, supported_formats, num_formats)) in dpu_plane_check_inline_rotation() 1497 &fmt->pixel_format, MSM_FORMAT_IS_UBWC(fmt)); in dpu_plane_sspp_atomic_update()
|
| /linux/drivers/gpu/drm/renesas/rz-du/ |
| H A D | rzg2l_du_kms.c | 200 format = rzg2l_du_format_info(mode_cmd->pixel_format); in rzg2l_du_fb_create() 203 &mode_cmd->pixel_format); in rzg2l_du_fb_create()
|
| /linux/include/xen/interface/io/ |
| H A D | displif.h | 621 uint32_t pixel_format; member
|
| /linux/include/drm/ |
| H A D | drm_fourcc.h | 311 u32 pixel_format, u64 modifier);
|
| H A D | drm_mipi_dbi.h | 107 u32 pixel_format; member
|
| /linux/drivers/media/usb/pwc/ |
| H A D | pwc-v4l.c | 912 if (fsize->pixel_format == V4L2_PIX_FMT_YUV420 || in pwc_enum_framesizes() 913 (fsize->pixel_format == V4L2_PIX_FMT_PWC1 && in pwc_enum_framesizes() 915 (fsize->pixel_format == V4L2_PIX_FMT_PWC2 && in pwc_enum_framesizes() 947 if (size < 0 || fival->pixel_format != V4L2_PIX_FMT_YUV420) in pwc_enum_frameintervals()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_fourcc.c | 429 u32 pixel_format, u64 modifier) in drm_get_format_info() argument 434 info = dev->mode_config.funcs->get_format_info(pixel_format, in drm_get_format_info() 438 info = drm_format_info(pixel_format); in drm_get_format_info()
|