/src/sys/external/bsd/drm2/dist/drm/ |
drm_fourcc.c | 165 { .format = DRM_FORMAT_C8, .depth = 8, .num_planes = 1, .cpp = { 1, 0, 0 }, .hsub = 1, .vsub = 1 }, 166 { .format = DRM_FORMAT_RGB332, .depth = 8, .num_planes = 1, .cpp = { 1, 0, 0 }, .hsub = 1, .vsub = 1 }, 167 { .format = DRM_FORMAT_BGR233, .depth = 8, .num_planes = 1, .cpp = { 1, 0, 0 }, .hsub = 1, .vsub = 1 }, 168 { .format = DRM_FORMAT_XRGB4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1 }, 169 { .format = DRM_FORMAT_XBGR4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1 }, 170 { .format = DRM_FORMAT_RGBX4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1 }, 171 { .format = DRM_FORMAT_BGRX4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1 }, 172 { .format = DRM_FORMAT_ARGB4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true }, 173 { .format = DRM_FORMAT_ABGR4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true }, 174 { .format = DRM_FORMAT_RGBA4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true } [all...] |
drm_framebuffer.c | 207 for (i = 0; i < info->num_planes; i++) { 266 for (i = info->num_planes; i < 4; i++) { 526 if (fb->format->num_planes > 1) { 1022 if (plane >= fb->format->num_planes) 1041 if (plane >= fb->format->num_planes) 1063 for (i = 0; i < fb->format->num_planes; i++) {
|
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_fourcc.h | 71 /** @num_planes: Number of color planes (1 to 3) */ 72 u8 num_planes; member in struct:drm_format_info 159 return info->is_yuv && info->num_planes == 1; 173 return info->is_yuv && info->num_planes == 2; 187 return info->is_yuv && info->num_planes == 3; 278 if (!info || plane >= info->num_planes) 300 if (!info || plane >= info->num_planes)
|
/src/sys/arch/hp300/stand/common/ |
grf_hyreg.h | 70 vu_char num_planes; /* number of color planes 0x5b */ member in struct:hyboxfb
|
grf_tcreg.h | 75 vu_char num_planes; /* number of color planes 0x5b */ member in struct:tcboxfb
|
/src/sys/arch/hp300/dev/ |
diofbreg.h | 89 uint8_t num_planes; /* number of color planes 0x5b */ member in struct:diofbreg
|
diofb.c | 149 fb->planes = fbr->num_planes;
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_bw.c | 215 bi->num_planes = (ipqdepth - clpchgroup) / clpchgroup + 1; 236 DRM_DEBUG_KMS("BW%d / QGV %d: num_planes=%d deratedbw=%u\n", 237 i, j, bi->num_planes, bi->deratedbw[j]); 240 if (bi->num_planes == 1) 248 int num_planes, int qgv_point) 263 if (num_planes >= bi->num_planes) 282 int num_planes) 299 unsigned int bw = icl_max_bw(dev_priv, num_planes, i);
|
intel_display.c | 1945 return plane >= fb->format->num_planes / 2; 1971 (main_plane && main_plane >= fb->format->num_planes / 2)); 1973 return fb->format->num_planes / 2 + main_plane; 1979 ccs_plane < fb->format->num_planes / 2); 1981 return ccs_plane - fb->format->num_planes / 2; 1998 info->num_planes == (is_ccs_modifier(modifier) ? 4 : 2); 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 3031 int i, num_planes = fb->format->num_planes; local in function:intel_fill_fb_info 3140 int i, num_planes = fb->format->num_planes; local in function:intel_plane_remap_gtt 3248 int i, num_planes; local in function:intel_plane_compute_gtt [all...] |
intel_atomic.c | 328 plane_state->hw.fb->format->num_planes > 1) {
|
intel_atomic_plane.c | 157 if (fb->format->is_yuv && fb->format->num_planes > 1)
|
/src/sys/external/bsd/drm2/drm/ |
drm_gem_framebuffer_helper.c | 124 for (plane = 0; plane < fb->format->num_planes; plane++) {
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/ |
hw_sequencer.h | 68 int num_planes, struct dc_state *context);
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/ |
dcn10_hw_sequencer.h | 78 int num_planes,
|
amdgpu_dcn10_hw_sequencer.c | 2513 int num_planes, 2550 if (num_planes == 0) { 2586 if (num_planes > 0) 2611 if (num_planes == 0)
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/ |
amdgpu_dce110_hw_sequencer.c | 2571 int num_planes, 2576 if (num_planes == 0)
|
/src/sys/sys/ |
videoio.h | 3086 * @num_planes: number of planes for this format 3100 u_int8_t num_planes; member in struct:v4l2_pix_format_mplane
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_drv.h | 1259 u8 num_planes; member in struct:drm_i915_private::intel_bw_info
|
intel_pm.c | 4989 if (fb->format->is_yuv && fb->format->num_planes > 1) { 5015 fb->format->num_planes == 1);
|