/kernel/linux/linux-5.10/drivers/media/platform/omap/ |
H A D | omap_voutlib.c | 48 crop->height = (pix->height < fbuf->fmt.height) ? in omap_vout_default_crop() 49 pix->height : fbuf->fmt.height; in omap_vout_default_crop() 51 crop->height &= ~1; in omap_vout_default_crop() 53 crop->top = ((pix->height - crop->height) >> 1) & ~1; in omap_vout_default_crop() 79 try_win.height += try_win.top; in omap_vout_try_window() 84 try_win.height in omap_vout_try_window() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap/ |
H A D | omap_voutlib.c | 48 crop->height = (pix->height < fbuf->fmt.height) ? in omap_vout_default_crop() 49 pix->height : fbuf->fmt.height; in omap_vout_default_crop() 51 crop->height &= ~1; in omap_vout_default_crop() 53 crop->top = ((pix->height - crop->height) >> 1) & ~1; in omap_vout_default_crop() 79 try_win.height += try_win.top; in omap_vout_try_window() 84 try_win.height in omap_vout_try_window() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/ |
H A D | hfi_plat_bufs_v6.c | 55 #define SIZE_H264D_LB_FE_TOP_DATA(width, height) \ 58 #define SIZE_H264D_LB_FE_TOP_CTRL(width, height) \ 61 #define SIZE_H264D_LB_FE_LEFT_CTRL(width, height) \ 62 (MAX_FE_NBR_CTRL_LCU64_LINE_BUFFER_SIZE * (((height) + 15) >> 4)) 64 #define SIZE_H264D_LB_SE_TOP_CTRL(width, height) \ 67 #define SIZE_H264D_LB_SE_LEFT_CTRL(width, height) \ 68 (MAX_SE_NBR_CTRL_LCU64_LINE_BUFFER_SIZE * (((height) + 15) >> 4)) 70 #define SIZE_H264D_LB_PE_TOP_DATA(width, height) \ 73 #define SIZE_H264D_LB_VSP_TOP(width, height) (((((width) + 15) >> 4) << 7)) 75 #define SIZE_H264D_LB_RECON_DMA_METADATA_WR(width, height) \ 115 size_h265d_lb_se_left_ctrl(u32 width, u32 height) size_h265d_lb_se_left_ctrl() argument 152 size_vpxd_lb_fe_left_ctrl(u32 width, u32 height) size_vpxd_lb_fe_left_ctrl() argument 168 size_vpxd_lb_se_left_ctrl(u32 width, u32 height) size_vpxd_lb_se_left_ctrl() argument 232 size_vpss_lb(u32 width, u32 height, u32 num_vpp_pipes) size_vpss_lb() argument 268 size_h264d_hw_bin_buffer(u32 width, u32 height) size_h264d_hw_bin_buffer() argument 287 h264d_scratch_size(u32 width, u32 height, bool is_interlaced) h264d_scratch_size() argument 299 size_h265d_hw_bin_buffer(u32 width, u32 height) size_h265d_hw_bin_buffer() argument 317 h265d_scratch_size(u32 width, u32 height, bool is_interlaced) h265d_scratch_size() argument 329 vpxd_scratch_size(u32 width, u32 height, bool is_interlaced) vpxd_scratch_size() argument 356 mpeg2d_scratch_size(u32 width, u32 height, bool is_interlaced) mpeg2d_scratch_size() argument 361 calculate_enc_output_frame_size(u32 width, u32 height, u32 rc_type) calculate_enc_output_frame_size() argument 403 calculate_enc_scratch_size(u32 width, u32 height, u32 work_mode, u32 lcu_size, u32 num_vpp_pipes, u32 rc_type) calculate_enc_scratch_size() argument 446 h264e_scratch_size(u32 width, u32 height, u32 work_mode, u32 num_vpp_pipes, u32 rc_type) h264e_scratch_size() argument 453 h265e_scratch_size(u32 width, u32 height, u32 work_mode, u32 num_vpp_pipes, u32 rc_type) h265e_scratch_size() argument 460 vp8e_scratch_size(u32 width, u32 height, u32 work_mode, u32 num_vpp_pipes, u32 rc_type) vp8e_scratch_size() argument 467 hfi_iris2_h264d_comv_size(u32 width, u32 height, u32 yuv_buf_min_count) hfi_iris2_h264d_comv_size() argument 494 size_h264d_bse_cmd_buf(u32 height) size_h264d_bse_cmd_buf() argument 502 size_h264d_vpp_cmd_buf(u32 height) size_h264d_vpp_cmd_buf() argument 515 hfi_iris2_h264d_non_comv_size(u32 width, u32 height, u32 num_vpp_pipes) hfi_iris2_h264d_non_comv_size() argument 546 size_h265d_bse_cmd_buf(u32 width, u32 height) size_h265d_bse_cmd_buf() argument 559 size_h265d_vpp_cmd_buf(u32 width, u32 height) size_h265d_vpp_cmd_buf() argument 576 hfi_iris2_h265d_comv_size(u32 width, u32 height, u32 yuv_buf_count_min) hfi_iris2_h265d_comv_size() argument 588 hfi_iris2_h265d_non_comv_size(u32 width, u32 height, u32 num_vpp_pipes) hfi_iris2_h265d_non_comv_size() argument 627 hfi_iris2_vp8d_comv_size(u32 width, u32 height, u32 yuv_min_buf_count) hfi_iris2_vp8d_comv_size() argument 633 h264d_scratch1_size(u32 width, u32 height, u32 min_buf_count, bool split_mode_enabled, u32 num_vpp_pipes) h264d_scratch1_size() argument 647 h265d_scratch1_size(u32 width, u32 height, u32 min_buf_count, bool split_mode_enabled, u32 num_vpp_pipes) h265d_scratch1_size() argument 662 vp8d_scratch1_size(u32 width, u32 height, u32 min_buf_count, bool split_mode_enabled, u32 num_vpp_pipes) vp8d_scratch1_size() argument 691 vp9d_scratch1_size(u32 width, u32 height, u32 min_buf_count, bool split_mode_enabled, u32 num_vpp_pipes) vp9d_scratch1_size() argument 722 mpeg2d_scratch1_size(u32 width, u32 height, u32 min_buf_count, bool split_mode_enabled, u32 num_vpp_pipes) mpeg2d_scratch1_size() argument 754 calculate_enc_scratch1_size(u32 width, u32 height, u32 lcu_size, u32 num_ref, bool ten_bit, u32 num_vpp_pipes, bool is_h265) calculate_enc_scratch1_size() argument 907 h264e_scratch1_size(u32 width, u32 height, u32 num_ref, bool ten_bit, u32 num_vpp_pipes) h264e_scratch1_size() argument 914 h265e_scratch1_size(u32 width, u32 height, u32 num_ref, bool ten_bit, u32 num_vpp_pipes) h265e_scratch1_size() argument 921 vp8e_scratch1_size(u32 width, u32 height, u32 num_ref, bool ten_bit, u32 num_vpp_pipes) vp8e_scratch1_size() argument 935 ubwc_metadata_plane_bufheight(u32 height, u32 metadata_height_multi, u32 tile_height_pels) ubwc_metadata_plane_bufheight() argument 948 enc_scratch2_size(u32 width, u32 height, u32 num_ref, bool ten_bit) enc_scratch2_size() argument 1118 calculate_dec_input_frame_size(u32 width, u32 height, u32 codec, u32 max_mbs_per_frame, u32 buffer_size_limit) calculate_dec_input_frame_size() argument 1187 u32 width = params->width, height = params->height, out_min_count; bufreq_dec() local 1265 u32 height = params->height; bufreq_enc() local [all...] |
/kernel/linux/linux-5.10/include/media/ |
H A D | v4l2-rect.h | 14 * v4l2_rect_set_size_to() - copy the width/height values. 15 * @r: rect whose width and height fields will be set 16 * @size: rect containing the width and height fields you need. 22 r->height = size->height; in v4l2_rect_set_size_to() 26 * v4l2_rect_set_min_size() - width and height of r should be >= min_size. 27 * @r: rect whose width and height will be modified 28 * @min_size: rect containing the minimal width and height 35 if (r->height < min_size->height) in v4l2_rect_set_min_size() [all...] |
/kernel/linux/linux-6.6/include/media/ |
H A D | v4l2-rect.h | 14 * v4l2_rect_set_size_to() - copy the width/height values. 15 * @r: rect whose width and height fields will be set 16 * @size: rect containing the width and height fields you need. 22 r->height = size->height; in v4l2_rect_set_size_to() 26 * v4l2_rect_set_min_size() - width and height of r should be >= min_size. 27 * @r: rect whose width and height will be modified 28 * @min_size: rect containing the minimal width and height 35 if (r->height < min_size->height) in v4l2_rect_set_min_size() [all...] |
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/runtime/frame/src/ |
H A D | frame.c | 35 unsigned int height, 40 unsigned int height, 47 unsigned int height, 53 unsigned int height, 77 unsigned int height, 84 unsigned int height, 115 ia_css_frame_allocate(frame, info->res.width, info->res.height, in ia_css_frame_allocate_from_info() 125 unsigned int height, in ia_css_frame_allocate() 132 if (!frame || width == 0 || height == 0) in ia_css_frame_allocate() 136 "ia_css_frame_allocate() enter: width=%d, height in ia_css_frame_allocate() 123 ia_css_frame_allocate(struct ia_css_frame **frame, unsigned int width, unsigned int height, enum ia_css_frame_format format, unsigned int padded_width, unsigned int raw_bit_depth) ia_css_frame_allocate() argument 275 ia_css_frame_allocate_contiguous(struct ia_css_frame **frame, unsigned int width, unsigned int height, enum ia_css_frame_format format, unsigned int padded_width, unsigned int raw_bit_depth) ia_css_frame_allocate_contiguous() argument 502 ia_css_frame_info_init(struct ia_css_frame_info *info, unsigned int width, unsigned int height, enum ia_css_frame_format format, unsigned int aligned) ia_css_frame_info_init() argument 620 frame_init_plane(struct ia_css_frame_plane *plane, unsigned int width, unsigned int stride, unsigned int height, unsigned int offset) frame_init_plane() argument 632 frame_init_single_plane(struct ia_css_frame *frame, struct ia_css_frame_plane *plane, unsigned int height, unsigned int subpixels_per_line, unsigned int bytes_per_pixel) frame_init_single_plane() argument 652 frame_init_raw_single_plane( struct ia_css_frame *frame, struct ia_css_frame_plane *plane, unsigned int height, unsigned int subpixels_per_line, unsigned int bits_per_pixel) frame_init_raw_single_plane() argument 671 frame_init_mipi_plane(struct ia_css_frame *frame, struct ia_css_frame_plane *plane, unsigned int height, unsigned int subpixels_per_line, unsigned int bytes_per_pixel) frame_init_mipi_plane() argument 762 height = frame->info.res.height, stride, bytes; frame_init_rgb_planes() local 778 height = frame->info.res.height / 2, bytes, stride; frame_init_qplane6_planes() local 814 frame_allocate_with_data(struct ia_css_frame **frame, unsigned int width, unsigned int height, enum ia_css_frame_format format, unsigned int padded_width, unsigned int raw_bit_depth, bool contiguous) frame_allocate_with_data() argument 853 frame_create(unsigned int width, unsigned int height, enum ia_css_frame_format format, unsigned int padded_width, unsigned int raw_bit_depth, bool contiguous, bool valid) frame_create() argument [all...] |
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/runtime/frame/src/ |
H A D | frame.c | 35 unsigned int height, 40 unsigned int height, 47 unsigned int height, 71 unsigned int height, 77 unsigned int height, 101 ia_css_frame_allocate(frame, info->res.width, info->res.height, in ia_css_frame_allocate_from_info() 111 unsigned int height, in ia_css_frame_allocate() 118 if (!frame || width == 0 || height == 0) in ia_css_frame_allocate() 122 "ia_css_frame_allocate() enter: width=%d, height=%d, format=%d, padded_width=%d, raw_bit_depth=%d\n", in ia_css_frame_allocate() 123 width, height, forma in ia_css_frame_allocate() 109 ia_css_frame_allocate(struct ia_css_frame **frame, unsigned int width, unsigned int height, enum ia_css_frame_format format, unsigned int padded_width, unsigned int raw_bit_depth) ia_css_frame_allocate() argument 330 ia_css_frame_info_init(struct ia_css_frame_info *info, unsigned int width, unsigned int height, enum ia_css_frame_format format, unsigned int aligned) ia_css_frame_info_init() argument 450 frame_init_plane(struct ia_css_frame_plane *plane, unsigned int width, unsigned int stride, unsigned int height, unsigned int offset) frame_init_plane() argument 462 frame_init_single_plane(struct ia_css_frame *frame, struct ia_css_frame_plane *plane, unsigned int height, unsigned int subpixels_per_line, unsigned int bytes_per_pixel) frame_init_single_plane() argument 482 frame_init_raw_single_plane( struct ia_css_frame *frame, struct ia_css_frame_plane *plane, unsigned int height, unsigned int subpixels_per_line, unsigned int bits_per_pixel) frame_init_raw_single_plane() argument 576 height = frame->frame_info.res.height, stride, bytes; frame_init_rgb_planes() local 592 height = frame->frame_info.res.height / 2, bytes, stride; frame_init_qplane6_planes() local 621 frame_allocate_with_data(struct ia_css_frame **frame, unsigned int width, unsigned int height, enum ia_css_frame_format format, unsigned int padded_width, unsigned int raw_bit_depth) frame_allocate_with_data() argument 654 frame_create(unsigned int width, unsigned int height, enum ia_css_frame_format format, unsigned int padded_width, unsigned int raw_bit_depth, bool valid) frame_create() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/selftests/ |
H A D | test-drm_framebuffer.c | 29 .cmd = { .width = 600, .height = 600, .pixel_format = DRM_FORMAT_ABGR8888, 34 .cmd = { .width = MAX_WIDTH, .height = MAX_HEIGHT, .pixel_format = DRM_FORMAT_ABGR8888, 39 .cmd = { .width = MAX_WIDTH, .height = MAX_HEIGHT, .pixel_format = DRM_FORMAT_ABGR8888, 44 .cmd = { .width = MAX_WIDTH, .height = MAX_HEIGHT, .pixel_format = DRM_FORMAT_ABGR8888, 49 .cmd = { .width = MAX_WIDTH + 1, .height = MAX_HEIGHT, .pixel_format = DRM_FORMAT_ABGR8888, 54 .cmd = { .width = MAX_WIDTH, .height = MAX_HEIGHT, .pixel_format = DRM_FORMAT_ABGR8888, 59 .cmd = { .width = MAX_WIDTH, .height = MAX_HEIGHT, .pixel_format = 0, 64 .cmd = { .width = 0, .height = MAX_HEIGHT, .pixel_format = DRM_FORMAT_ABGR8888, 69 .cmd = { .width = MAX_WIDTH, .height = 0, .pixel_format = DRM_FORMAT_ABGR8888, 73 { .buffer_created = 0, .name = "ABGR8888 Out of bound height * pitc [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/tests/ |
H A D | drm_framebuffer_test.c | 30 .cmd = { .width = 600, .height = 600, .pixel_format = DRM_FORMAT_ABGR8888, 35 .cmd = { .width = MAX_WIDTH, .height = MAX_HEIGHT, .pixel_format = DRM_FORMAT_ABGR8888, 40 .cmd = { .width = MAX_WIDTH, .height = MAX_HEIGHT, .pixel_format = DRM_FORMAT_ABGR8888, 45 .cmd = { .width = MAX_WIDTH, .height = MAX_HEIGHT, .pixel_format = DRM_FORMAT_ABGR8888, 50 .cmd = { .width = MAX_WIDTH + 1, .height = MAX_HEIGHT, .pixel_format = DRM_FORMAT_ABGR8888, 55 .cmd = { .width = MAX_WIDTH, .height = MAX_HEIGHT, .pixel_format = DRM_FORMAT_ABGR8888, 60 .cmd = { .width = MAX_WIDTH, .height = MAX_HEIGHT, .pixel_format = 0, 65 .cmd = { .width = 0, .height = MAX_HEIGHT, .pixel_format = DRM_FORMAT_ABGR8888, 70 .cmd = { .width = MAX_WIDTH, .height = 0, .pixel_format = DRM_FORMAT_ABGR8888, 74 { .buffer_created = 0, .name = "ABGR8888 Out of bound height * pitc [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | msm_media_info.h | 891 * @height 892 * Progressive: height 893 * Interlaced: (height+1)>>1 895 static unsigned int VENUS_Y_SCANLINES(int color_fmt, int height) in VENUS_Y_SCANLINES() argument 899 if (!height) in VENUS_Y_SCANLINES() 908 sclines = MSM_MEDIA_ALIGN(height, 32); in VENUS_Y_SCANLINES() 912 sclines = MSM_MEDIA_ALIGN(height, 16); in VENUS_Y_SCANLINES() 922 * @height 923 * Progressive: height 924 * Interlaced: (height 926 VENUS_UV_SCANLINES(int color_fmt, int height) VENUS_UV_SCANLINES() argument 987 VENUS_Y_META_SCANLINES(int color_fmt, int height) VENUS_Y_META_SCANLINES() argument 1047 VENUS_UV_META_SCANLINES(int color_fmt, int height) VENUS_UV_META_SCANLINES() argument 1096 VENUS_RGB_SCANLINES(int color_fmt, int height) VENUS_RGB_SCANLINES() argument 1137 VENUS_RGB_META_SCANLINES(int color_fmt, int height) VENUS_RGB_META_SCANLINES() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | msm_media_info.h | 891 * @height 892 * Progressive: height 893 * Interlaced: (height+1)>>1 895 static unsigned int VENUS_Y_SCANLINES(int color_fmt, int height) in VENUS_Y_SCANLINES() argument 899 if (!height) in VENUS_Y_SCANLINES() 908 sclines = MSM_MEDIA_ALIGN(height, 32); in VENUS_Y_SCANLINES() 912 sclines = MSM_MEDIA_ALIGN(height, 16); in VENUS_Y_SCANLINES() 922 * @height 923 * Progressive: height 924 * Interlaced: (height 926 VENUS_UV_SCANLINES(int color_fmt, int height) VENUS_UV_SCANLINES() argument 987 VENUS_Y_META_SCANLINES(int color_fmt, int height) VENUS_Y_META_SCANLINES() argument 1047 VENUS_UV_META_SCANLINES(int color_fmt, int height) VENUS_UV_META_SCANLINES() argument 1096 VENUS_RGB_SCANLINES(int color_fmt, int height) VENUS_RGB_SCANLINES() argument 1137 VENUS_RGB_META_SCANLINES(int color_fmt, int height) VENUS_RGB_META_SCANLINES() argument [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | fbcon_rotate.h | 40 static inline void rotate_ud(const char *in, char *out, u32 width, u32 height) in rotate_ud() argument 47 for (i = 0; i < height; i++) { in rotate_ud() 51 height - (1 + i), in rotate_ud() 58 static inline void rotate_cw(const char *in, char *out, u32 width, u32 height) in rotate_cw() argument 60 int i, j, h = height, w = width; in rotate_cw() 61 int shift = (8 - (height % 8)) & 7; in rotate_cw() 64 height = (height + 7) & ~7; in rotate_cw() 69 pattern_set_bit(height - 1 - i - shift, j, in rotate_cw() 70 height, ou in rotate_cw() 76 rotate_ccw(const char *in, char *out, u32 width, u32 height) rotate_ccw() argument [all...] |
H A D | fbcon_ud.c | 28 int i, offset = (vc->vc_font.height < 10) ? 1 : 2; in ud_update_attr() 30 unsigned int cellsize = vc->vc_font.height * width; in ud_update_attr() 49 int sx, int dy, int dx, int height, int width) in ud_bmove() 56 area.sy = vyres - ((sy + height) * vc->vc_font.height); in ud_bmove() 58 area.dy = vyres - ((dy + height) * vc->vc_font.height); in ud_bmove() 60 area.height = height * vc->vc_font.height; in ud_bmove() 48 ud_bmove(struct vc_data *vc, struct fb_info *info, int sy, int sx, int dy, int dx, int height, int width) ud_bmove() argument 66 ud_clear(struct vc_data *vc, struct fb_info *info, int sy, int sx, int height, int width) ud_clear() argument [all...] |
H A D | fbcon_cw.c | 28 int i, j, offset = (vc->vc_font.height < 10) ? 1 : 2; in cw_update_attr() 29 int width = (vc->vc_font.height + 7) >> 3; in cw_update_attr() 49 int sx, int dy, int dx, int height, int width) in cw_bmove() 55 area.sx = vxres - ((sy + height) * vc->vc_font.height); in cw_bmove() 57 area.dx = vxres - ((dy + height) * vc->vc_font.height); in cw_bmove() 59 area.width = height * vc->vc_font.height; in cw_bmove() 60 area.height in cw_bmove() 48 cw_bmove(struct vc_data *vc, struct fb_info *info, int sy, int sx, int dy, int dx, int height, int width) cw_bmove() argument 65 cw_clear(struct vc_data *vc, struct fb_info *info, int sy, int sx, int height, int width) cw_clear() argument [all...] |
H A D | bitblit.c | 28 int i, offset = (vc->vc_font.height < 10) ? 1 : 2; in update_attr() 30 unsigned int cellsize = vc->vc_font.height * width; in update_attr() 47 int sx, int dy, int dx, int height, int width) in bit_bmove() 52 area.sy = sy * vc->vc_font.height; in bit_bmove() 54 area.dy = dy * vc->vc_font.height; in bit_bmove() 55 area.height = height * vc->vc_font.height; in bit_bmove() 62 int sx, int height, int width) in bit_clear() 69 region.dy = sy * vc->vc_font.height; in bit_clear() 46 bit_bmove(struct vc_data *vc, struct fb_info *info, int sy, int sx, int dy, int dx, int height, int width) bit_bmove() argument 61 bit_clear(struct vc_data *vc, struct fb_info *info, int sy, int sx, int height, int width) bit_clear() argument [all...] |
H A D | fbcon_ccw.c | 28 int i, j, offset = (vc->vc_font.height < 10) ? 1 : 2; in ccw_update_attr() 29 int width = (vc->vc_font.height + 7) >> 3; in ccw_update_attr() 30 int mod = vc->vc_font.height % 8; in ccw_update_attr() 64 int sx, int dy, int dx, int height, int width) in ccw_bmove() 70 area.sx = sy * vc->vc_font.height; in ccw_bmove() 72 area.dx = dy * vc->vc_font.height; in ccw_bmove() 74 area.width = height * vc->vc_font.height; in ccw_bmove() 75 area.height = width * vc->vc_font.width; in ccw_bmove() 81 int sx, int height, in in ccw_clear() 63 ccw_bmove(struct vc_data *vc, struct fb_info *info, int sy, int sx, int dy, int dx, int height, int width) ccw_bmove() argument 80 ccw_clear(struct vc_data *vc, struct fb_info *info, int sy, int sx, int height, int width) ccw_clear() argument [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
H A D | fbcon_rotate.h | 40 static inline void rotate_ud(const char *in, char *out, u32 width, u32 height) in rotate_ud() argument 47 for (i = 0; i < height; i++) { in rotate_ud() 51 height - (1 + i), in rotate_ud() 58 static inline void rotate_cw(const char *in, char *out, u32 width, u32 height) in rotate_cw() argument 60 int i, j, h = height, w = width; in rotate_cw() 61 int shift = (8 - (height % 8)) & 7; in rotate_cw() 64 height = (height + 7) & ~7; in rotate_cw() 69 pattern_set_bit(height - 1 - i - shift, j, in rotate_cw() 70 height, ou in rotate_cw() 76 rotate_ccw(const char *in, char *out, u32 width, u32 height) rotate_ccw() argument [all...] |
H A D | fbcon_ud.c | 28 int i, offset = (vc->vc_font.height < 10) ? 1 : 2; in ud_update_attr() 30 unsigned int cellsize = vc->vc_font.height * width; in ud_update_attr() 49 int sx, int dy, int dx, int height, int width) in ud_bmove() 56 area.sy = vyres - ((sy + height) * vc->vc_font.height); in ud_bmove() 58 area.dy = vyres - ((dy + height) * vc->vc_font.height); in ud_bmove() 60 area.height = height * vc->vc_font.height; in ud_bmove() 48 ud_bmove(struct vc_data *vc, struct fb_info *info, int sy, int sx, int dy, int dx, int height, int width) ud_bmove() argument 66 ud_clear(struct vc_data *vc, struct fb_info *info, int sy, int sx, int height, int width) ud_clear() argument [all...] |
H A D | fbcon_cw.c | 28 int i, j, offset = (vc->vc_font.height < 10) ? 1 : 2; in cw_update_attr() 29 int width = (vc->vc_font.height + 7) >> 3; in cw_update_attr() 49 int sx, int dy, int dx, int height, int width) in cw_bmove() 55 area.sx = vxres - ((sy + height) * vc->vc_font.height); in cw_bmove() 57 area.dx = vxres - ((dy + height) * vc->vc_font.height); in cw_bmove() 59 area.width = height * vc->vc_font.height; in cw_bmove() 60 area.height in cw_bmove() 48 cw_bmove(struct vc_data *vc, struct fb_info *info, int sy, int sx, int dy, int dx, int height, int width) cw_bmove() argument 65 cw_clear(struct vc_data *vc, struct fb_info *info, int sy, int sx, int height, int width) cw_clear() argument [all...] |
H A D | bitblit.c | 28 int i, offset = (vc->vc_font.height < 10) ? 1 : 2; in update_attr() 30 unsigned int cellsize = vc->vc_font.height * width; in update_attr() 47 int sx, int dy, int dx, int height, int width) in bit_bmove() 52 area.sy = sy * vc->vc_font.height; in bit_bmove() 54 area.dy = dy * vc->vc_font.height; in bit_bmove() 55 area.height = height * vc->vc_font.height; in bit_bmove() 62 int sx, int height, int width) in bit_clear() 69 region.dy = sy * vc->vc_font.height; in bit_clear() 46 bit_bmove(struct vc_data *vc, struct fb_info *info, int sy, int sx, int dy, int dx, int height, int width) bit_bmove() argument 61 bit_clear(struct vc_data *vc, struct fb_info *info, int sy, int sx, int height, int width) bit_clear() argument [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/mb862xx/ |
H A D | mb862xxfb_accel.c | 63 cmd[5] = (area->height << 16) | area->width; in mb86290fb_copyarea() 72 u16 width, u16 height, u32 fgcolor, in mb86290fb_imageblit1() 97 (GDC_CMD_BITMAP << 16) | (2 + (step * height)); in mb86290fb_imageblit1() 99 cmd[8] = (height << 16) | width; in mb86290fb_imageblit1() 101 while (i < height) { in mb86290fb_imageblit1() 121 u16 width, u16 height, u32 fgcolor, in mb86290fb_imageblit8() 130 (GDC_CMD_BLT_DRAW << 16) | (2 + (height * step)); in mb86290fb_imageblit8() 132 cmd[2] = (height << 16) | width; in mb86290fb_imageblit8() 138 while (i < height) { in mb86290fb_imageblit8() 160 u16 width, u16 height, u3 in mb86290fb_imageblit16() 71 mb86290fb_imageblit1(u32 *cmd, u16 step, u16 dx, u16 dy, u16 width, u16 height, u32 fgcolor, u32 bgcolor, const struct fb_image *image, struct fb_info *info) mb86290fb_imageblit1() argument 120 mb86290fb_imageblit8(u32 *cmd, u16 step, u16 dx, u16 dy, u16 width, u16 height, u32 fgcolor, u32 bgcolor, const struct fb_image *image, struct fb_info *info) mb86290fb_imageblit8() argument 159 mb86290fb_imageblit16(u32 *cmd, u16 step, u16 dx, u16 dy, u16 width, u16 height, u32 fgcolor, u32 bgcolor, const struct fb_image *image, struct fb_info *info) mb86290fb_imageblit16() argument 194 u16 width = image->width, height = image->height; mb86290fb_imageblit() local 254 u32 x2, y2, vxres, vyres, height, width, fg; mb86290fb_fillrect() local [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/mb862xx/ |
H A D | mb862xxfb_accel.c | 61 cmd[5] = (area->height << 16) | area->width; in mb86290fb_copyarea() 70 u16 width, u16 height, u32 fgcolor, in mb86290fb_imageblit1() 95 (GDC_CMD_BITMAP << 16) | (2 + (step * height)); in mb86290fb_imageblit1() 97 cmd[8] = (height << 16) | width; in mb86290fb_imageblit1() 99 while (i < height) { in mb86290fb_imageblit1() 119 u16 width, u16 height, u32 fgcolor, in mb86290fb_imageblit8() 128 (GDC_CMD_BLT_DRAW << 16) | (2 + (height * step)); in mb86290fb_imageblit8() 130 cmd[2] = (height << 16) | width; in mb86290fb_imageblit8() 136 while (i < height) { in mb86290fb_imageblit8() 158 u16 width, u16 height, u3 in mb86290fb_imageblit16() 69 mb86290fb_imageblit1(u32 *cmd, u16 step, u16 dx, u16 dy, u16 width, u16 height, u32 fgcolor, u32 bgcolor, const struct fb_image *image, struct fb_info *info) mb86290fb_imageblit1() argument 118 mb86290fb_imageblit8(u32 *cmd, u16 step, u16 dx, u16 dy, u16 width, u16 height, u32 fgcolor, u32 bgcolor, const struct fb_image *image, struct fb_info *info) mb86290fb_imageblit8() argument 157 mb86290fb_imageblit16(u32 *cmd, u16 step, u16 dx, u16 dy, u16 width, u16 height, u32 fgcolor, u32 bgcolor, const struct fb_image *image, struct fb_info *info) mb86290fb_imageblit16() argument 192 u16 width = image->width, height = image->height; mb86290fb_imageblit() local 252 u32 x2, y2, vxres, vyres, height, width, fg; mb86290fb_fillrect() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_panel_orientation_quirks.c | 28 int height; member 35 .height = 1280, 41 .height = 1280, 49 .height = 1920, 57 .height = 1920, 65 .height = 1920, 73 .height = 1280, 82 .height = 1280, 90 .height = 1280, 97 .height 371 drm_get_panel_orientation_quirk(int width, int height) drm_get_panel_orientation_quirk() argument 406 drm_get_panel_orientation_quirk(int width, int height) drm_get_panel_orientation_quirk() argument [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/ |
H A D | sis_accel.c | 105 int src_y, int dst_x, int dst_y, int width, int height) in SiS300SubsequentScreenToScreenCopy() 126 src_y += height-1; in SiS300SubsequentScreenToScreenCopy() 127 dst_y += height-1; in SiS300SubsequentScreenToScreenCopy() 129 SiS300SetupRect(width, height) in SiS300SubsequentScreenToScreenCopy() 192 int dst_x, int dst_y, int width, int height) in SiS310SubsequentScreenToScreenCopy() 208 if((mymax - mymin) < height) { in SiS310SubsequentScreenToScreenCopy() 231 SiS310SetupRect(width, height) in SiS310SubsequentScreenToScreenCopy() 311 int width, height; in fbcon_sis_fillrect() local 322 if(!rect->width || !rect->height || rect->dx >= vxres || rect->dy >= vyres) in fbcon_sis_fillrect() 327 height in fbcon_sis_fillrect() 104 SiS300SubsequentScreenToScreenCopy(struct sis_video_info *ivideo, int src_x, int src_y, int dst_x, int dst_y, int width, int height) SiS300SubsequentScreenToScreenCopy() argument 191 SiS310SubsequentScreenToScreenCopy(struct sis_video_info *ivideo, int src_x, int src_y, int dst_x, int dst_y, int width, int height) SiS310SubsequentScreenToScreenCopy() argument 362 int height = area->height; fbcon_sis_copyarea() local [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/ |
H A D | sis_accel.c | 105 int src_y, int dst_x, int dst_y, int width, int height) in SiS300SubsequentScreenToScreenCopy() 126 src_y += height-1; in SiS300SubsequentScreenToScreenCopy() 127 dst_y += height-1; in SiS300SubsequentScreenToScreenCopy() 129 SiS300SetupRect(width, height) in SiS300SubsequentScreenToScreenCopy() 192 int dst_x, int dst_y, int width, int height) in SiS310SubsequentScreenToScreenCopy() 208 if((mymax - mymin) < height) { in SiS310SubsequentScreenToScreenCopy() 231 SiS310SetupRect(width, height) in SiS310SubsequentScreenToScreenCopy() 311 int width, height; in fbcon_sis_fillrect() local 322 if(!rect->width || !rect->height || rect->dx >= vxres || rect->dy >= vyres) in fbcon_sis_fillrect() 327 height in fbcon_sis_fillrect() 104 SiS300SubsequentScreenToScreenCopy(struct sis_video_info *ivideo, int src_x, int src_y, int dst_x, int dst_y, int width, int height) SiS300SubsequentScreenToScreenCopy() argument 191 SiS310SubsequentScreenToScreenCopy(struct sis_video_info *ivideo, int src_x, int src_y, int dst_x, int dst_y, int width, int height) SiS310SubsequentScreenToScreenCopy() argument 362 int height = area->height; fbcon_sis_copyarea() local [all...] |