/kernel/linux/linux-6.6/drivers/gpu/drm/panel/ |
H A D | panel-simple.c | 179 dt->hactive.typ, dt->vactive.typ); in panel_simple_get_timings_modes() 528 if (!PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, hactive) || in panel_simple_parse_panel_timing_node() 779 .hactive = { 800, 800, 800 }, 820 .hactive = { 800, 800, 800 }, 850 .hactive = { 800, 800, 800 }, 956 .hactive = { 800, 800, 800 }, 1032 .hactive = { 1280, 1280, 1280 }, 1056 .hactive = { 1920, 1920, 1920 }, 1110 .hactive = { 1920, 1920, 1920 }, 1140 .hactive [all...] |
H A D | panel-olimex-lcd-olinuxino.c | 29 u32 hactive; member 154 lcd_mode->hactive, in lcd_olinuxino_get_modes() 161 mode->hdisplay = lcd_mode->hactive; in lcd_olinuxino_get_modes() 162 mode->hsync_start = lcd_mode->hactive + lcd_mode->hfp; in lcd_olinuxino_get_modes() 163 mode->hsync_end = lcd_mode->hactive + lcd_mode->hfp + in lcd_olinuxino_get_modes() 165 mode->htotal = lcd_mode->hactive + lcd_mode->hfp + in lcd_olinuxino_get_modes()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/geode/ |
H A D | display_gx.c | 61 int hactive, hblankstart, hsyncstart, hsyncend, hblankend, htotal; in gx_set_mode() local 129 hactive = info->var.xres; in gx_set_mode() 130 hblankstart = hactive; in gx_set_mode() 143 write_dc(par, DC_H_ACTIVE_TIMING, (hactive - 1) | in gx_set_mode()
|
H A D | display_gx1.c | 81 int hactive, hblankstart, hsyncstart, hsyncend, hblankend, htotal; in gx1_set_mode() local 147 hactive = info->var.xres; in gx1_set_mode() 148 hblankstart = hactive; in gx1_set_mode() 161 val = (hactive - 1) | ((htotal - 1) << 16); in gx1_set_mode()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/geode/ |
H A D | display_gx.c | 61 int hactive, hblankstart, hsyncstart, hsyncend, hblankend, htotal; in gx_set_mode() local 129 hactive = info->var.xres; in gx_set_mode() 130 hblankstart = hactive; in gx_set_mode() 143 write_dc(par, DC_H_ACTIVE_TIMING, (hactive - 1) | in gx_set_mode()
|
H A D | display_gx1.c | 81 int hactive, hblankstart, hsyncstart, hsyncend, hblankend, htotal; in gx1_set_mode() local 147 hactive = info->var.xres; in gx1_set_mode() 148 hblankstart = hactive; in gx1_set_mode() 161 val = (hactive - 1) | ((htotal - 1) << 16); in gx1_set_mode()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/panel/ |
H A D | panel-simple.c | 138 dt->hactive.typ, dt->vactive.typ); in panel_simple_get_timings_modes() 479 if (!PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, hactive) || in panel_simple_parse_panel_timing_node() 739 .hactive = { 800, 800, 800 }, 790 .hactive = { 1280, 1280, 1280 }, 941 .hactive = { 800, 800, 800 }, 1015 .hactive = { 1280, 1280, 1280 }, 1039 .hactive = { 1920, 1920, 1920 }, 1093 .hactive = { 1920, 1920, 1920 }, 1123 .hactive = { 1280, 1280, 1280 }, 1153 .hactive [all...] |
H A D | panel-olimex-lcd-olinuxino.c | 29 u32 hactive; member 154 lcd_mode->hactive, in lcd_olinuxino_get_modes() 161 mode->hdisplay = lcd_mode->hactive; in lcd_olinuxino_get_modes() 162 mode->hsync_start = lcd_mode->hactive + lcd_mode->hfp; in lcd_olinuxino_get_modes() 163 mode->hsync_end = lcd_mode->hactive + lcd_mode->hfp + in lcd_olinuxino_get_modes() 165 mode->htotal = lcd_mode->hactive + lcd_mode->hfp + in lcd_olinuxino_get_modes()
|
/kernel/linux/linux-6.6/drivers/gpu/ipu-v3/ |
H A D | ipu-di.c | 205 u32 h_total = sig->mode.hactive + sig->mode.hsync_len + in ipu_di_sync_config_interlaced() 251 .repeat_count = sig->mode.hactive, in ipu_di_sync_config_interlaced() 268 u32 h_total = sig->mode.hactive + sig->mode.hsync_len + in ipu_di_sync_config_noninterlaced() 307 .repeat_count = sig->mode.hactive, in ipu_di_sync_config_noninterlaced() 348 .repeat_count = sig->mode.hactive, in ipu_di_sync_config_noninterlaced() 510 if (!IS_ALIGNED(mode->hactive, 8) && in ipu_di_adjust_videomode() 511 mode->hfront_porch < ALIGN(mode->hactive, 8) - mode->hactive) { in ipu_di_adjust_videomode() 512 dev_err(di->ipu->dev, "hactive %d is not aligned to 8 and front porch is too small to compensate\n", in ipu_di_adjust_videomode() 513 mode->hactive); in ipu_di_adjust_videomode() [all...] |
/kernel/linux/linux-5.10/drivers/video/ |
H A D | videomode.c | 17 vm->hactive = dt->hactive.typ; in videomode_from_timing()
|
/kernel/linux/linux-6.6/drivers/video/ |
H A D | videomode.c | 17 vm->hactive = dt->hactive.typ; in videomode_from_timing()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/xen/ |
H A D | xen_drm_front_conn.c | 74 videomode.hactive = pipeline->width; in connector_get_modes() 76 width = videomode.hactive + videomode.hfront_porch + in connector_get_modes()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/imx/ipuv3/ |
H A D | ipuv3-crtc.c | 307 if (!IS_ALIGNED(sig_cfg.mode.hactive, 8)) { in ipu_crtc_mode_set_nofb() 308 unsigned int new_hactive = ALIGN(sig_cfg.mode.hactive, 8); in ipu_crtc_mode_set_nofb() 310 dev_warn(ipu_crtc->dev, "8-pixel align hactive %d -> %d\n", in ipu_crtc_mode_set_nofb() 311 sig_cfg.mode.hactive, new_hactive); in ipu_crtc_mode_set_nofb() 313 sig_cfg.mode.hfront_porch -= new_hactive - sig_cfg.mode.hactive; in ipu_crtc_mode_set_nofb() 314 sig_cfg.mode.hactive = new_hactive; in ipu_crtc_mode_set_nofb() 319 imx_crtc_state->bus_format, sig_cfg.mode.hactive); in ipu_crtc_mode_set_nofb()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/imx/dcss/ |
H A D | dcss-ss.c | 136 vm->hactive - 1; in dcss_ss_sync_set() 143 vm->hactive - 1; in dcss_ss_sync_set() 163 de_lrc_x = vm->hsync_len + vm->hback_porch + vm->hactive - 1; in dcss_ss_sync_set()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/imx/dcss/ |
H A D | dcss-ss.c | 136 vm->hactive - 1; in dcss_ss_sync_set() 143 vm->hactive - 1; in dcss_ss_sync_set() 163 de_lrc_x = vm->hsync_len + vm->hback_porch + vm->hactive - 1; in dcss_ss_sync_set()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/sprd/ |
H A D | sprd_dsi.c | 470 video_size = round_video_size(coding, vm->hactive); in sprd_dsi_dpi_video() 474 hline = vm->hactive + vm->hsync_len + vm->hfront_porch + in sprd_dsi_dpi_video() 516 bytes_per_chunk = vm->hactive * bpp_x100 / 100 + pkt_header; in sprd_dsi_dpi_video() 519 total_bytes = (vm->hactive + vm->hfront_porch) * in sprd_dsi_dpi_video() 534 video_size < vm->hactive; in sprd_dsi_dpi_video() 536 if (vm->hactive * 1000 / video_size % 1000) in sprd_dsi_dpi_video() 539 chunks = vm->hactive / video_size; in sprd_dsi_dpi_video() 563 for (video_size = vm->hactive; in sprd_dsi_dpi_video() 586 u32 hactive = ctx->vm.hactive; in sprd_dsi_edpi_video() local [all...] |
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | bt819.c | 61 int hactive; member 181 ((timing->hactive >> 8) & 0x03); in bt819_init() 185 init[0x07 * 2 - 1] = timing->hactive & 0xff; in bt819_init() 272 ((timing->hactive >> 8) & 0x03)); in bt819_s_std() 276 bt819_write(decoder, 0x07, timing->hactive & 0xff); in bt819_s_std()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | bt819.c | 61 int hactive; member 181 ((timing->hactive >> 8) & 0x03); in bt819_init() 185 init[0x07 * 2 - 1] = timing->hactive & 0xff; in bt819_init() 272 ((timing->hactive >> 8) & 0x03)); in bt819_s_std() 276 bt819_write(decoder, 0x07, timing->hactive & 0xff); in bt819_s_std()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/xen/ |
H A D | xen_drm_front_conn.c | 75 videomode.hactive = pipeline->width; in connector_get_modes() 77 width = videomode.hactive + videomode.hfront_porch + in connector_get_modes()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
H A D | display_rq_dlg_calc_21.c | 99 unsigned int hactive, in get_refcyc_per_delivery() 110 * dml_min((double) recout_width, (double) hactive / 2.0) in get_refcyc_per_delivery() 726 hactive_half = pipe_param.dest.hactive / 2; in get_surf_rq_param() 1280 dst->hactive, in dml_rq_dlg_get_dlg_params() 1292 dst->hactive, in dml_rq_dlg_get_dlg_params() 1319 dst->hactive, in dml_rq_dlg_get_dlg_params() 1331 dst->hactive, in dml_rq_dlg_get_dlg_params() 1362 dst->hactive, in dml_rq_dlg_get_dlg_params() 1373 dst->hactive, in dml_rq_dlg_get_dlg_params() 1398 dst->hactive, in dml_rq_dlg_get_dlg_params() 93 get_refcyc_per_delivery( struct display_mode_lib *mode_lib, double refclk_freq_in_mhz, double pclk_freq_in_mhz, bool odm_combine, unsigned int recout_width, unsigned int hactive, double vratio, double hscale_pixel_rate, unsigned int delivery_width, unsigned int req_per_swath_ub) get_refcyc_per_delivery() argument [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | fbmon.c | 1019 u32 hactive; member 1154 timings->hactive); in fb_timings_vfreq() 1155 timings->htotal = timings->hactive + timings->hblank; in fb_timings_vfreq() 1165 timings->hactive); in fb_timings_hfreq() 1166 timings->htotal = timings->hactive + timings->hblank; in fb_timings_hfreq() 1173 timings->hactive); in fb_timings_dclk() 1174 timings->htotal = timings->hactive + timings->hblank; in fb_timings_dclk() 1248 timings->hactive = var->xres; in fb_get_mode() 1316 fbmode->xres = vm->hactive; in fb_videomode_from_videomode() 1342 htotal = vm->hactive in fb_videomode_from_videomode() [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
H A D | fbmon.c | 1020 u32 hactive; member 1154 timings->hactive); in fb_timings_vfreq() 1155 timings->htotal = timings->hactive + timings->hblank; in fb_timings_vfreq() 1165 timings->hactive); in fb_timings_hfreq() 1166 timings->htotal = timings->hactive + timings->hblank; in fb_timings_hfreq() 1173 timings->hactive); in fb_timings_dclk() 1174 timings->htotal = timings->hactive + timings->hblank; in fb_timings_dclk() 1248 timings->hactive = var->xres; in fb_get_mode() 1316 fbmode->xres = vm->hactive; in fb_videomode_from_videomode() 1342 htotal = vm->hactive in fb_videomode_from_videomode() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
H A D | display_rq_dlg_calc_21.c | 99 unsigned int hactive, in get_refcyc_per_delivery() 110 * dml_min((double) recout_width, (double) hactive / 2.0) in get_refcyc_per_delivery() 726 hactive_half = pipe_param->dest.hactive / 2; in get_surf_rq_param() 1280 dst->hactive, in dml_rq_dlg_get_dlg_params() 1292 dst->hactive, in dml_rq_dlg_get_dlg_params() 1319 dst->hactive, in dml_rq_dlg_get_dlg_params() 1331 dst->hactive, in dml_rq_dlg_get_dlg_params() 1362 dst->hactive, in dml_rq_dlg_get_dlg_params() 1373 dst->hactive, in dml_rq_dlg_get_dlg_params() 1398 dst->hactive, in dml_rq_dlg_get_dlg_params() 93 get_refcyc_per_delivery( struct display_mode_lib *mode_lib, double refclk_freq_in_mhz, double pclk_freq_in_mhz, bool odm_combine, unsigned int recout_width, unsigned int hactive, double vratio, double hscale_pixel_rate, unsigned int delivery_width, unsigned int req_per_swath_ub) get_refcyc_per_delivery() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/ |
H A D | ipu-di.c | 205 u32 h_total = sig->mode.hactive + sig->mode.hsync_len + in ipu_di_sync_config_interlaced() 251 .repeat_count = sig->mode.hactive, in ipu_di_sync_config_interlaced() 268 u32 h_total = sig->mode.hactive + sig->mode.hsync_len + in ipu_di_sync_config_noninterlaced() 307 .repeat_count = sig->mode.hactive, in ipu_di_sync_config_noninterlaced() 352 .repeat_count = sig->mode.hactive, in ipu_di_sync_config_noninterlaced() 565 di->id, sig->mode.hactive, sig->mode.vactive); in ipu_di_init_sync_panel()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/ |
H A D | lontium-lt8912b.c | 275 u32 hactive, h_total, hpw, hfp, hbp; in lt8912_video_setup() local 283 hactive = lt->mode.hactive; in lt8912_video_setup() 287 h_total = hactive + hfp + hpw + hbp; in lt8912_video_setup() 306 ret |= regmap_write(lt->regmap[I2C_CEC_DSI], 0x1c, hactive & 0xff); in lt8912_video_setup() 307 ret |= regmap_write(lt->regmap[I2C_CEC_DSI], 0x1d, hactive >> 8); in lt8912_video_setup()
|