Searched refs:block_width (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/sdis/common/
H A Dia_css_sdis_common_types.h133 unsigned char block_width; member in struct:dvs_stat_public_dvs_level_grid_cfg
/linux-master/drivers/gpu/drm/gud/
H A Dgud_pipe.c57 unsigned int block_width = drm_format_info_block_width(format, 0); local
58 unsigned int bits_per_pixel = 8 / block_width;
68 rect->x1 = ALIGN_DOWN(rect->x1, block_width);
84 unsigned int pixpos = x % block_width; /* within byte from the left */
85 unsigned int pixshift = (block_width - pixpos - 1) * bits_per_pixel;
106 unsigned int block_width = drm_format_info_block_width(format, 0); local
107 unsigned int bits_per_pixel = 8 / block_width;
115 rect->x1 = ALIGN_DOWN(rect->x1, block_width);
124 unsigned int pixpos = x % block_width; /* within byte from the left */
125 unsigned int pixshift = (block_width
[all...]
/linux-master/drivers/media/i2c/ccs/
H A Dccs-data.h162 * @block_width: Width of a block in pixels
173 u8 block_width; member in struct:ccs_pdaf_pix_loc
H A Dccs-data-defs.h212 u8 block_width; member in struct:__ccs_data_block_pdaf_pix_loc
H A Dccs-data.c623 (*pdaf)->block_width = __pdaf->block_width;
/linux-master/include/drm/
H A Ddrm_framebuffer.h294 * @block_width: width of a single afbc block
296 u32 block_width; member in struct:drm_afbc_framebuffer
/linux-master/drivers/gpu/drm/
H A Ddrm_gem_framebuffer_helper.c532 afbc_fb->block_width = 16;
536 afbc_fb->block_width = 32;
550 w_alignment = afbc_fb->block_width;
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_display.c981 unsigned int block_width, unsigned int block_height,
989 unsigned int block_pitch = block_width * cpp;
1035 unsigned int i, block_width, block_height, block_size_log2; local
1042 block_width = 256 / format_info->cpp[i];
1071 &block_width, &block_height);
1075 block_width, block_height, block_size_log2);
1084 &block_width, &block_height);
1086 block_width, block_height,
1099 &block_width, &block_height);
1101 block_width, block_heigh
979 amdgpu_display_verify_plane(struct amdgpu_framebuffer *rfb, int plane, const struct drm_format_info *format, unsigned int block_width, unsigned int block_height, unsigned int block_size_log2) argument
[all...]
/linux-master/drivers/staging/media/ipu3/
H A Dipu3-css-fw.c212 if (bi->info.isp.sp.block.block_width <= 0 ||
213 bi->info.isp.sp.block.block_width > BLOCK_MAX ||
H A Dipu3-css-params.c304 int block_width; member in struct:imgu_css_reso
347 unsigned int block_width; member in struct:imgu_css_stripe_params
487 reso.block_width = IMGU_OSYS_BLOCK_WIDTH;
490 reso.block_width = IMGU_OSYS_BLOCK_WIDTH;
833 stripe_params[s].block_width = reso.block_width;
906 scaler->out_buf_y_line_stride = stripe_params[s].block_width /
913 scaler->out_buf_uv_line_stride = stripe_params[s].block_width /
926 scaler->int_buf_chunk_height = stripe_params[s].block_width;
988 int block_width; local
[all...]
H A Dipu3-abi.h690 u32 block_width:3; member in struct:imgu_abi_shd_grid_config
869 u8 block_width; member in struct:imgu_abi_dvs_stat_grd_config
1046 u32 block_width; member in struct:imgu_abi_osys_stripe
1623 u32 block_width; member in struct:imgu_abi_binary_block_info
H A Dipu3-css.c1260 bi->info.isp.sp.block.block_width *
/linux-master/drivers/staging/media/atomisp/pci/
H A Dia_css_acc_types.h196 u32 block_width; member in struct:ia_css_binary_block_info
/linux-master/drivers/gpu/drm/radeon/
H A Dr100.c2104 int block_width, block_height, block_bytes; local
2109 block_width = 4;
2125 wblocks = (w + block_width - 1) / block_width;

Completed in 234 milliseconds