Home
last modified time | relevance | path

Searched refs:h_addressable (Results 1 – 25 of 30) sorted by relevance

12

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_timing_generator.c295 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()
Ddce110_timing_generator_v.c251 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()
Ddce110_hw_sequencer.c684 timing->h_addressable in dce110_enable_stream()
1275 stream->timing.h_addressable in build_audio_output()
1994 params.source_view_width = pipe_ctx->stream->timing.h_addressable; in enable_fbc()
Ddce110_resource.c986 context->streams[0]->timing.h_addressable, in dce110_validate_bandwidth()
/Linux-v5.15/drivers/gpu/drm/amd/display/include/
Dbios_parser_types.h171 uint32_t h_addressable; member
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/bios/
Dcommand_table2.c579 params.h_size = cpu_to_le16((uint16_t)bp_params->h_addressable); in set_crtc_using_dtd_timing_v3()
583 bp_params->h_addressable)); in set_crtc_using_dtd_timing_v3()
596 bp_params->h_addressable)); in set_crtc_using_dtd_timing_v3()
Dcommand_table.c1835 params.usH_Disp = cpu_to_le16((uint16_t)(bp_params->h_addressable)); in set_crtc_timing_v1()
1908 params.usH_Size = cpu_to_le16((uint16_t)bp_params->h_addressable); in set_crtc_using_dtd_timing_v3()
1911 cpu_to_le16((uint16_t)(bp_params->h_total - bp_params->h_addressable)); in set_crtc_using_dtd_timing_v3()
1921 cpu_to_le16((uint16_t)(bp_params->h_sync_start - bp_params->h_addressable)); in set_crtc_using_dtd_timing_v3()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_optc.c47 int mpcc_hactive = (timing->h_addressable + timing->h_border_left + timing->h_border_right) in optc31_set_odm_combine()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_opp.c314 uint32_t active_width = timing->h_addressable - timing->h_border_right - timing->h_border_right; in opp1_program_stereo()
Ddcn10_optc.c203 patched_crtc_timing.h_addressable - in optc1_program_timing()
578 h_blank = (timing->h_total - timing->h_addressable - in optc1_validate_timing()
1330 hw_crtc_timing->h_addressable = s.h_total - ((s.h_total - s.h_blank_start) + s.h_blank_end); in optc1_get_hw_timing()
Ddcn10_stream_encoder.c437 hw_crtc_timing.h_addressable - hw_crtc_timing.h_border_right; in enc1_stream_encoder_dp_set_stream_attribute()
469 hw_crtc_timing.h_addressable + hw_crtc_timing.h_border_right, in enc1_stream_encoder_dp_set_stream_attribute()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/core/
Ddc_link_hwss.c448 …dsc_cfg.pic_width = (stream->timing.h_addressable + stream->timing.h_border_left + stream->timing.… in dp_set_dsc_on_stream()
554 …dsc_cfg.pic_width = stream->timing.h_addressable + stream->timing.h_border_left + stream->timing.h… in dp_set_dsc_pps_sdp()
Ddc.c509 param.windowa_x_end = pipe->stream->timing.h_addressable; in dc_stream_configure_crc()
513 param.windowb_x_end = pipe->stream->timing.h_addressable; in dc_stream_configure_crc()
1412 if (crtc_timing->h_addressable != hw_crtc_timing.h_addressable) in dc_validate_seamless_boot_timing()
1658 context->streams[i]->timing.h_addressable, in dc_commit_state_no_check()
Ddc_resource.c489 if (stream1->timing.h_addressable in resource_are_streams_timing_synchronizable()
490 != stream2->timing.h_addressable) in resource_are_streams_timing_synchronizable()
1040 pipe_ctx->plane_res.scl_data.h_active = timing->h_addressable + in resource_build_scaling_params()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_optc.c207 int mpcc_hactive = (timing->h_addressable + timing->h_border_left + timing->h_border_right) in optc3_set_odm_combine()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/
Ddc_hw_types.h749 uint32_t h_addressable; member
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dce60/
Ddce60_hw_sequencer.c126 params.source_view_width = pipe_ctx->stream->timing.h_addressable; in dce60_enable_fbc()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dce120/
Ddce120_timing_generator.c440 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-v5.15/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_optc.c223 int mpcc_hactive = (timing->h_addressable + timing->h_border_left + timing->h_border_right) in optc2_set_odm_combine()
Ddcn20_resource.c2051 - timing->h_addressable in dcn20_populate_dml_pipes_from_context()
2062 timing->h_addressable + timing->h_border_left + timing->h_border_right; in dcn20_populate_dml_pipes_from_context()
2209 pipes[pipe_cnt].pipe.src.viewport_width = timing->h_addressable; in dcn20_populate_dml_pipes_from_context()
2468 dsc_cfg.pic_width = (stream->timing.h_addressable + stream->timing.h_border_left in dcn20_validate_dsc()
2734 if (pipe->stream->timing.h_addressable > 7680 && in dcn20_validate_apply_pipe_split_flags()
Ddcn20_hwseq.c624 flow_ctrl_cnt = stream->timing.h_total - stream->timing.h_addressable - in calc_mpc_flow_ctrl_cnt()
1002 …int width = stream->timing.h_addressable + stream->timing.h_border_left + stream->timing.h_border_… in dcn20_blank_pixel_data()
2395 timing->h_addressable in dcn20_enable_stream()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dce/
Ddce_stream_encoder.c478 hw_crtc_timing.h_addressable - hw_crtc_timing.h_border_right; in dce110_stream_encoder_dp_set_stream_attribute()
514 hw_crtc_timing.h_addressable + hw_crtc_timing.h_border_right, in dce110_stream_encoder_dp_set_stream_attribute()
/Linux-v5.15/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_trace.h423 __entry->stream_w = stream->timing.h_addressable;
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dsc/
Ddc_dsc.c783 pic_width = timing->h_addressable + timing->h_border_left + timing->h_border_right; in setup_dsc_config()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/calcs/
Ddcn_calcs.c434 - pipe->stream->timing.h_addressable in pipe_ctx_to_e2e_pipe_params()
936 v->viewport_width[input_idx] = pipe->stream->timing.h_addressable; in dcn_validate_bandwidth()

12