| /netbsd-src/sys/external/bsd/drm2/dist/drm/ |
| H A D | drm_fourcc.c | 165 …{ .format = DRM_FORMAT_C8, .depth = 8, .num_planes = 1, .cpp = { 1, 0, 0 }, .hsub = 1, .vsub = 1… in __drm_format_info() 166 …{ .format = DRM_FORMAT_RGB332, .depth = 8, .num_planes = 1, .cpp = { 1, 0, 0 }, .hsub = 1, .vsub… in __drm_format_info() 167 …{ .format = DRM_FORMAT_BGR233, .depth = 8, .num_planes = 1, .cpp = { 1, 0, 0 }, .hsub = 1, .vsub… in __drm_format_info() 168 …{ .format = DRM_FORMAT_XRGB4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsu… in __drm_format_info() 169 …{ .format = DRM_FORMAT_XBGR4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsu… in __drm_format_info() 170 …{ .format = DRM_FORMAT_RGBX4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsu… in __drm_format_info() 171 …{ .format = DRM_FORMAT_BGRX4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsu… in __drm_format_info() 172 …{ .format = DRM_FORMAT_ARGB4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsu… in __drm_format_info() 173 …{ .format = DRM_FORMAT_ABGR4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsu… in __drm_format_info() 174 …{ .format = DRM_FORMAT_RGBA4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsu… in __drm_format_info() [all …]
|
| H A D | drm_framebuffer.c | 207 for (i = 0; i < info->num_planes; i++) { in framebuffer_check() 266 for (i = info->num_planes; i < 4; i++) { in framebuffer_check() 526 if (fb->format->num_planes > 1) { in drm_mode_getfb() 1022 if (plane >= fb->format->num_planes) in drm_framebuffer_plane_width() 1041 if (plane >= fb->format->num_planes) in drm_framebuffer_plane_height() 1063 for (i = 0; i < fb->format->num_planes; i++) { in drm_framebuffer_print_info()
|
| /netbsd-src/sys/external/bsd/drm2/dist/include/drm/ |
| H A D | drm_fourcc.h | 72 u8 num_planes; member 159 return info->is_yuv && info->num_planes == 1; in drm_format_info_is_yuv_packed() 173 return info->is_yuv && info->num_planes == 2; in drm_format_info_is_yuv_semiplanar() 187 return info->is_yuv && info->num_planes == 3; in drm_format_info_is_yuv_planar() 278 if (!info || plane >= info->num_planes) in drm_format_info_plane_width() 300 if (!info || plane >= info->num_planes) in drm_format_info_plane_height()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| H A D | intel_bw.c | 215 bi->num_planes = (ipqdepth - clpchgroup) / clpchgroup + 1; in icl_get_bw_info() 237 i, j, bi->num_planes, bi->deratedbw[j]); in icl_get_bw_info() 240 if (bi->num_planes == 1) in icl_get_bw_info() 248 int num_planes, int qgv_point) in icl_max_bw() argument 263 if (num_planes >= bi->num_planes) in icl_max_bw() 282 int num_planes) in intel_max_data_rate() argument 299 unsigned int bw = icl_max_bw(dev_priv, num_planes, i); in intel_max_data_rate()
|
| H A D | intel_display.c | 1945 return plane >= fb->format->num_planes / 2; in is_ccs_plane() 1971 (main_plane && main_plane >= fb->format->num_planes / 2)); in main_to_ccs_plane() 1973 return fb->format->num_planes / 2 + main_plane; in main_to_ccs_plane() 1979 ccs_plane < fb->format->num_planes / 2); in ccs_to_main_plane() 1981 return ccs_plane - fb->format->num_planes / 2; in ccs_to_main_plane() 1998 info->num_planes == (is_ccs_modifier(modifier) ? 4 : 2); in intel_format_info_is_yuv_semiplanar() 2607 { .format = DRM_FORMAT_XRGB8888, .depth = 24, .num_planes = 2, 2609 { .format = DRM_FORMAT_XBGR8888, .depth = 24, .num_planes = 2, 2611 { .format = DRM_FORMAT_ARGB8888, .depth = 32, .num_planes = 2, 2613 { .format = DRM_FORMAT_ABGR8888, .depth = 32, .num_planes = 2, [all …]
|
| H A D | intel_atomic_plane.c | 157 if (fb->format->is_yuv && fb->format->num_planes > 1) in intel_plane_data_rate()
|
| H A D | intel_atomic.c | 328 plane_state->hw.fb->format->num_planes > 1) { in intel_atomic_setup_scaler()
|
| /netbsd-src/external/mit/xorg/lib/libxcb/files/ |
| H A D | xv.c | 316 xcb_block_len += _aux->num_planes * sizeof(uint32_t); in xcb_xv_image_sizeof() 328 xcb_block_len += _aux->num_planes * sizeof(uint32_t); in xcb_xv_image_sizeof() 364 return R->num_planes; in xcb_xv_image_pitches_length() 371 i.data = ((uint32_t *) (R + 1)) + (R->num_planes); in xcb_xv_image_pitches_end() 387 return R->num_planes; in xcb_xv_image_offsets_length() 395 …i.data = ((uint32_t *) ((char*) prev.data + XCB_TYPE_PAD(uint32_t, prev.index))) + (R->num_planes); in xcb_xv_image_offsets_end() 1938 xcb_block_len += _aux->num_planes * sizeof(uint32_t); in xcb_xv_query_image_attributes_sizeof() 1950 xcb_block_len += _aux->num_planes * sizeof(uint32_t); in xcb_xv_query_image_attributes_sizeof() 2038 return R->num_planes; in xcb_xv_query_image_attributes_pitches_length() 2045 i.data = ((uint32_t *) (R + 1)) + (R->num_planes); in xcb_xv_query_image_attributes_pitches_end() [all …]
|
| H A D | xv.h | 180 uint32_t num_planes; member 221 uint8_t num_planes; member 786 uint32_t num_planes; member
|
| /netbsd-src/sys/arch/hp300/stand/common/ |
| H A D | grf_hyreg.h | 70 vu_char num_planes; /* number of color planes 0x5b */ member
|
| H A D | grf_tcreg.h | 75 vu_char num_planes; /* number of color planes 0x5b */ member
|
| /netbsd-src/sys/arch/hp300/dev/ |
| H A D | diofbreg.h | 89 uint8_t num_planes; /* number of color planes 0x5b */ member
|
| H A D | diofb.c | 149 fb->planes = fbr->num_planes; in diofb_fbinquire()
|
| /netbsd-src/sys/external/bsd/drm2/drm/ |
| H A D | drm_gem_framebuffer_helper.c | 124 for (plane = 0; plane < fb->format->num_planes; plane++) { in drm_gem_fb_create_with_funcs()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/ |
| H A D | dcn10_hw_sequencer.h | 78 int num_planes,
|
| H A D | amdgpu_dcn10_hw_sequencer.c | 2513 int num_planes, in dcn10_apply_ctx_for_surface() argument 2550 if (num_planes == 0) { in dcn10_apply_ctx_for_surface() 2586 if (num_planes > 0) in dcn10_apply_ctx_for_surface() 2611 if (num_planes == 0) in dcn10_apply_ctx_for_surface()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/ |
| H A D | hw_sequencer.h | 68 int num_planes, struct dc_state *context);
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/ |
| H A D | amdgpu_dce110_hw_sequencer.c | 2571 int num_planes, in dce110_apply_ctx_for_surface() argument 2576 if (num_planes == 0) in dce110_apply_ctx_for_surface()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/ |
| H A D | i915_drv.h | 1259 u8 num_planes; member
|
| H A D | intel_pm.c | 4989 if (fb->format->is_yuv && fb->format->num_planes > 1) { in skl_build_plane_wm() 5015 fb->format->num_planes == 1); in icl_build_plane_wm()
|
| /netbsd-src/sys/sys/ |
| H A D | videoio.h | 3100 u_int8_t num_planes; member
|