/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn314/ |
H A D | dcn314_optc.c | 55 int h_active = timing->h_addressable + timing->h_border_left + timing->h_border_right; in optc314_set_odm_combine() local 56 int mpcc_hactive = h_active / opp_cnt; in optc314_set_odm_combine() 58 int odm_mem_count = (h_active + 2047) / 2048; in optc314_set_odm_combine()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/ |
H A D | dcn32_optc.c | 50 int h_active = timing->h_addressable + timing->h_border_left + timing->h_border_right; in optc32_set_odm_combine() local 51 int mpcc_hactive = h_active / opp_cnt; in optc32_set_odm_combine() 53 int odm_mem_count = (h_active + 2047) / 2048; in optc32_set_odm_combine()
|
H A D | dcn32_dpp.c | 67 if (scl_data->viewport.width == scl_data->h_active && in dscl32_calc_lb_num_partitions() 81 if (scl_data->viewport.width == scl_data->h_active && in dscl32_calc_lb_num_partitions()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_audio.c | 523 unsigned int h_active, h_total, hblank_delta, pixel_clk; in calc_hblank_early_prog() local 528 h_active = crtc_state->hw.adjusted_mode.crtc_hdisplay; in calc_hblank_early_prog() 538 drm_dbg_kms(&i915->drm, "h_active = %u link_clk = %u :" in calc_hblank_early_prog() 540 h_active, link_clk, lanes, vdsc_bpp, cdclk); in calc_hblank_early_prog() 545 link_clks_available = (h_total - h_active) * link_clk / pixel_clk - 28; in calc_hblank_early_prog() 556 tu_line = div64_u64(h_active * mul_u32_u32(link_clk, fec_coeff), in calc_hblank_early_prog() 562 return h_active - hblank_rise + hblank_delta; in calc_hblank_early_prog() 567 unsigned int h_active, h_total, pixel_clk; in calc_samples_room() local 570 h_active = crtc_state->hw.adjusted_mode.hdisplay; in calc_samples_room() 576 return ((h_total - h_active) * link_cl in calc_samples_room() [all...] |
H A D | intel_sdvo_regs.h | 79 u8 h_active; /* lower 8 bits (pixels) */ member 81 u8 h_high; /* upper 4 bits each h_active, h_blank */
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_audio.c | 523 unsigned int h_active, h_total, hblank_delta, pixel_clk; in calc_hblank_early_prog() local 528 h_active = crtc_state->hw.adjusted_mode.crtc_hdisplay; in calc_hblank_early_prog() 538 drm_dbg_kms(&i915->drm, "h_active = %u link_clk = %u :" in calc_hblank_early_prog() 540 h_active, link_clk, lanes, vdsc_bpp, cdclk); in calc_hblank_early_prog() 545 link_clks_available = (h_total - h_active) * link_clk / pixel_clk - 28; in calc_hblank_early_prog() 556 tu_line = div64_u64(h_active * mul_u32_u32(link_clk, fec_coeff), in calc_hblank_early_prog() 562 return h_active - hblank_rise + hblank_delta; in calc_hblank_early_prog() 567 unsigned int h_active, h_total, pixel_clk; in calc_samples_room() local 570 h_active = crtc_state->hw.adjusted_mode.hdisplay; in calc_samples_room() 576 return ((h_total - h_active) * link_cl in calc_samples_room() [all...] |
H A D | intel_sdvo_regs.h | 79 u8 h_active; /* lower 8 bits (pixels) */ member 81 u8 h_high; /* upper 4 bits each h_active, h_blank */
|
/kernel/linux/linux-6.6/drivers/staging/media/max96712/ |
H A D | max96712.c | 166 const u32 h_active = 1920; in max96712_pattern_enable() local 170 const u32 h_tot = h_active + h_fp + h_sw + h_bp; in max96712_pattern_enable() 193 max96712_write_bulk_value(priv, 0x1060, h_active + h_fp + h_bp, 2); in max96712_pattern_enable() 197 max96712_write_bulk_value(priv, 0x1067, h_active, 2); in max96712_pattern_enable()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/include/ |
H A D | audio_types.h | 38 uint32_t h_active; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/include/ |
H A D | audio_types.h | 38 uint32_t h_active; member
|
/kernel/linux/linux-5.10/drivers/video/fbdev/via/ |
H A D | chip.h | 128 int h_active; member
|
H A D | dvi.c | 331 if ((viaparinfo->tmds_setting_info->h_active == 1600) && in dvi_patch_skew_dvp0()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/via/ |
H A D | chip.h | 128 int h_active; member
|
H A D | dvi.c | 331 if ((viaparinfo->tmds_setting_info->h_active == 1600) && in dvi_patch_skew_dvp0()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn201/ |
H A D | dcn201_dpp.c | 188 if (scl_data->viewport.width != scl_data->h_active && in dpp201_get_optimal_number_of_taps() 194 if (scl_data->viewport.width > scl_data->h_active && in dpp201_get_optimal_number_of_taps()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_dpp_dscl.c | 95 int right = data->h_active - data->recout.x - data->recout.width; in dpp1_dscl_set_overscan() 119 uint32_t h_blank_start = data->h_active; in dpp1_dscl_set_otg_blank() 696 MPC_WIDTH, scl_data->h_active, in dpp1_dscl_set_scaler_manual_scale()
|
H A D | dcn10_dpp.c | 144 if (scl_data->viewport.width > scl_data->h_active && in dpp1_get_optimal_number_of_taps()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/hw/ |
H A D | transform.h | 171 int h_active; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/hw/ |
H A D | transform.h | 169 int h_active; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/accessories/ |
H A D | link_dp_cts.c | 433 int h_active = pipe_ctx->stream->timing.h_addressable + in set_crtc_test_pattern() local 446 odm_slice_width = h_active / odm_cnt; in set_crtc_test_pattern() 447 last_odm_slice_width = h_active - odm_slice_width * (odm_cnt - 1); in set_crtc_test_pattern()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_resource.c | 1501 sd->h_active /= 2; in dcn20_split_stream_for_odm() 1504 if (sd->recout.x + 16 >= sd->h_active) in dcn20_split_stream_for_odm() 1506 new_width = sd->h_active - sd->recout.x; in dcn20_split_stream_for_odm() 1516 sd->h_active /= 2; in dcn20_split_stream_for_odm() 1520 new_width = sd->recout.width + sd->recout.x - sd->h_active; in dcn20_split_stream_for_odm() 1527 sd->ratios.horz, sd->h_active - sd->recout.x)); in dcn20_split_stream_for_odm() 1529 sd->ratios.horz_c, sd->h_active - sd->recout.x)); in dcn20_split_stream_for_odm()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/kmb/ |
H A D | kmb_dsi.h | 288 u32 h_active; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
H A D | psb_intel_sdvo_regs.h | 68 u8 h_active; /**< lower 8 bits (pixels) */ member 70 u8 h_high; /**< upper 4 bits each h_active, h_blank */
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_dpp.c | 136 if (scl_data->viewport.width > scl_data->h_active && in dpp1_get_optimal_number_of_taps()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/ |
H A D | psb_intel_sdvo_regs.h | 68 u8 h_active; /**< lower 8 bits (pixels) */ member 70 u8 h_high; /**< upper 4 bits each h_active, h_blank */
|