/linux/drivers/gpu/drm/amd/display/dc/dce110/ |
H A D | dce110_timing_generator.c | 295 uint32_t h_sync_start = dc_crtc_timing->h_addressable + hsync_offset; in dce110_timing_generator_program_timing_generator() 310 bp_params.h_addressable = in dce110_timing_generator_program_timing_generator() 311 patched_crtc_timing.h_addressable; in dce110_timing_generator_program_timing_generator() 610 uint32_t h_sync_start = timing->h_addressable + hsync_offset; in dce110_timing_generator_program_blanking() 669 tmp = tmp + timing->h_addressable + in dce110_timing_generator_program_blanking() 1129 h_sync_start = timing->h_addressable + hsync_offset; in dce110_timing_generator_validate_timing() 1148 h_blank = (timing->h_total - timing->h_addressable - in dce110_timing_generator_validate_timing() 1159 timing->h_addressable - in dce110_timing_generator_validate_timing()
|
H A D | dce110_timing_generator_v.c | 251 uint32_t h_sync_start = timing->h_addressable + hsync_offset; in dce110_timing_generator_v_program_blanking() 288 tmp = tmp + timing->h_addressable + in dce110_timing_generator_v_program_blanking()
|
/linux/drivers/gpu/drm/amd/display/dc/link/ |
H A D | link_validation.c | 147 if (dongle_caps->dfp_cap_ext.max_video_h_active_width < timing->h_addressable) in dp_active_dongle_validate_timing() 275 timing->h_addressable == (uint32_t) 640 && in dp_validate_mode_timing()
|
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/ |
H A D | dcn32_resource_helpers.c | 265 …if (pipe_ctx->stream->timing.v_addressable == 1080 && pipe_ctx->stream->timing.h_addressable == 19… in override_det_for_subvp() 278 …if (pipe_ctx->stream->timing.v_addressable == 1080 && pipe_ctx->stream->timing.h_addressable == 19… in override_det_for_subvp() 595 if (pipe->stream->timing.h_addressable == width && in dcn32_check_native_scaling_for_res() 624 if (pipe->stream->timing.v_addressable == 1080 && pipe->stream->timing.h_addressable == 1920) in disallow_subvp_in_active_plus_blank()
|
/linux/drivers/gpu/drm/amd/display/dc/optc/dcn201/ |
H A D | dcn201_optc.c | 82 h_blank = (timing->h_total - timing->h_addressable - in optc201_validate_timing()
|
/linux/drivers/gpu/drm/amd/display/dc/bios/ |
H A D | command_table2.c | 576 params.h_size = cpu_to_le16((uint16_t)bp_params->h_addressable); in set_crtc_using_dtd_timing_v3() 580 bp_params->h_addressable)); in set_crtc_using_dtd_timing_v3() 593 bp_params->h_addressable)); in set_crtc_using_dtd_timing_v3()
|
H A D | command_table.c | 1836 params.usH_Disp = cpu_to_le16((uint16_t)(bp_params->h_addressable)); in set_crtc_timing_v1() 1909 params.usH_Size = cpu_to_le16((uint16_t)bp_params->h_addressable); in set_crtc_using_dtd_timing_v3() 1912 cpu_to_le16((uint16_t)(bp_params->h_total - bp_params->h_addressable)); in set_crtc_using_dtd_timing_v3() 1922 cpu_to_le16((uint16_t)(bp_params->h_sync_start - bp_params->h_addressable)); in set_crtc_using_dtd_timing_v3()
|
/linux/drivers/gpu/drm/amd/display/include/ |
H A D | bios_parser_types.h | 173 uint32_t h_addressable; member
|
/linux/drivers/gpu/drm/amd/display/dc/hpo/dcn31/ |
H A D | dcn31_hpo_dp_stream_encoder.c | 347 hw_crtc_timing.h_addressable - hw_crtc_timing.h_border_right; in dcn31_hpo_dp_stream_enc_set_stream_attribute() 359 …h_width = hw_crtc_timing.h_border_left + hw_crtc_timing.h_addressable + hw_crtc_timing.h_border_ri… in dcn31_hpo_dp_stream_enc_set_stream_attribute()
|
/linux/drivers/gpu/drm/amd/display/dc/link/hwss/ |
H A D | link_hwss_hpo_dp.c | 61 timing->h_total - timing->h_addressable), in set_hpo_dp_hblank_min_symbol_width()
|
/linux/drivers/gpu/drm/amd/display/dc/opp/dcn10/ |
H A D | dcn10_opp.c | 330 uint32_t active_width = timing->h_addressable - timing->h_border_right - timing->h_border_right; in opp1_program_stereo()
|
/linux/drivers/gpu/drm/amd/display/dc/optc/dcn10/ |
H A D | dcn10_optc.c | 207 patched_crtc_timing.h_addressable - in optc1_program_timing() 605 h_blank = (timing->h_total - timing->h_addressable - in optc1_validate_timing() 1319 hw_crtc_timing->h_addressable = s.h_total - ((s.h_total - s.h_blank_start) + s.h_blank_end); in optc1_get_hw_timing()
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/ |
H A D | dml2_translation_helper.c | 712 …out->HActive[location] = in->timing.h_addressable + in->timing.h_border_left + in->timing.h_border… in populate_dml_timing_cfg_from_stream_state() 724 - in->timing.h_addressable in populate_dml_timing_cfg_from_stream_state() 850 out->SurfaceWidthY[location] = in->timing.h_addressable; in populate_dummy_dml_surface_cfg() 852 out->SurfaceWidthC[location] = in->timing.h_addressable; in populate_dummy_dml_surface_cfg() 962 if (in->timing.h_addressable > 3840) in populate_dummy_dml_plane_cfg() 965 width = in->timing.h_addressable; // 4K max in populate_dummy_dml_plane_cfg()
|
H A D | dml2_utils.c | 245 hactive = timing->h_addressable + timing->h_border_left + timing->h_border_right; in populate_pipe_ctx_dlg_params_from_dml() 250 hblank_end = hblank_start - timing->h_addressable - timing->h_border_left - timing->h_border_right; in populate_pipe_ctx_dlg_params_from_dml()
|
/linux/drivers/gpu/drm/amd/display/dc/dce120/ |
H A D | dce120_timing_generator.c | 440 uint32_t h_sync_start = timing->h_addressable + hsync_offset; in dce120_timing_generator_program_blanking() 468 tmp2 = tmp1 + timing->h_addressable + in dce120_timing_generator_program_blanking()
|
/linux/drivers/gpu/drm/amd/display/dc/dce60/ |
H A D | dce60_hw_sequencer.c | 126 params.source_view_width = pipe_ctx->stream->timing.h_addressable; in dce60_enable_fbc()
|
/linux/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_hw_types.h | 888 uint32_t h_addressable; member
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn314/ |
H A D | dcn314_hwseq.c | 89 …dsc_cfg.pic_width = (stream->timing.h_addressable + stream->timing.h_border_left + stream->timing.… in update_dsc_on_stream()
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/ |
H A D | dce110_hwseq.c | 679 timing->h_addressable in dce110_enable_stream() 1319 uint32_t h_active = crtc_timing->h_addressable + crtc_timing->h_border_left in populate_audio_dp_link_info() 1393 stream->timing.h_addressable in build_audio_output() 2237 params.source_view_width = pipe_ctx->stream->timing.h_addressable; in enable_fbc()
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
H A D | dcn20_fpu.c | 1391 - timing->h_addressable in dcn20_populate_dml_pipes_from_context() 1402 timing->h_addressable + timing->h_border_left + timing->h_border_right; in dcn20_populate_dml_pipes_from_context() 1554 pipes[pipe_cnt].pipe.src.viewport_width = timing->h_addressable; in dcn20_populate_dml_pipes_from_context()
|
/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/ |
H A D | dcn_calcs.c | 434 - pipe->stream->timing.h_addressable in pipe_ctx_to_e2e_pipe_params() 920 v->viewport_width[input_idx] = pipe->stream->timing.h_addressable; in dcn_validate_bandwidth()
|
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/ |
H A D | dcn32_clk_mgr.c | 496 if (pipe->stream->timing.h_addressable == width && in dcn32_check_native_scaling()
|
/linux/drivers/gpu/drm/amd/display/dc/resource/dce110/ |
H A D | dce110_resource.c | 986 context->streams[0]->timing.h_addressable, in dce110_validate_bandwidth()
|
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn20/ |
H A D | dcn20_hubp.c | 1085 hubp->cur_rect.w = param->stream->timing.h_addressable; in hubp2_cursor_set_position()
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/ |
H A D | dcn35_hwseq.c | 353 …dsc_cfg.pic_width = (stream->timing.h_addressable + stream->timing.h_border_left + stream->timing.… in update_dsc_on_stream()
|