linux/drivers/gpu/drm/amd/display/dc/dce
Alan Liu 62fa035b56 drm/amd/display: Drop struct crc_region and reuse struct rect
[Why]
reuse struct rect rather than adding a new struct.

[How]
- Userspace keeps inputting x_start, y_start, x_end, y_end
- We translate data to x, y, width, height in code flow to store
- translate back to x_start, y_start, x_end, y_end before programming HW

Tested-by: Mark Broadworth <mark.broadworth@amd.com>
Reviewed-by: Wayne Lin <Wayne.Lin@amd.com>
Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alan Liu <HaoPing.Liu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2022-10-27 14:42:40 -04:00
..
dce_abm.c
dce_abm.h drm/amd/display: Add dependant changes for DCN32/321 2022-06-03 16:43:38 -04:00
dce_audio.c drm/amd/display: fix repeated words in comments 2022-09-13 14:32:58 -04:00
dce_audio.h
dce_aux.c drm/amd/display: AUX tracing cleanup 2022-10-06 11:59:48 -04:00
dce_aux.h
dce_clk_mgr.c
dce_clock_source.c drm/amd/display: Fix pixel clock programming 2022-08-16 18:07:21 -04:00
dce_clock_source.h drm/amd/display: Enable DCN314 in DC 2022-07-13 20:57:05 -04:00
dce_dmcu.c drm/amd/display: Drop struct crc_region and reuse struct rect 2022-10-27 14:42:40 -04:00
dce_dmcu.h
dce_hwseq.c
dce_hwseq.h
dce_i2c.c drm/amd/display: Add I2C escape to support query device exist. 2022-03-15 14:41:03 -04:00
dce_i2c.h drm/amd/display: Add I2C escape to support query device exist. 2022-03-15 14:41:03 -04:00
dce_i2c_hw.c
dce_i2c_hw.h
dce_i2c_sw.c drm/amd/display: Move all linux includes into OS types 2022-07-05 16:16:49 -04:00
dce_i2c_sw.h
dce_ipp.c drm/amd/display: Move all linux includes into OS types 2022-07-05 16:16:49 -04:00
dce_ipp.h
dce_link_encoder.c drm/amd/display: Move all linux includes into OS types 2022-07-05 16:16:49 -04:00
dce_link_encoder.h
dce_mem_input.c
dce_mem_input.h
dce_opp.c drm/amd/display: Move all linux includes into OS types 2022-07-05 16:16:49 -04:00
dce_opp.h
dce_panel_cntl.c
dce_panel_cntl.h
dce_scl_filters.c
dce_scl_filters_old.c
dce_stream_encoder.c drm/amd/display: Move all linux includes into OS types 2022-07-05 16:16:49 -04:00
dce_stream_encoder.h drm/amd/display: Program ACP related register 2022-07-05 16:13:18 -04:00
dce_transform.c
dce_transform.h
dmub_abm.c
dmub_abm.h
dmub_hw_lock_mgr.c drm/amd/display: use HW lock mgr for PSR-SU 2022-06-06 14:42:21 -04:00
dmub_hw_lock_mgr.h
dmub_outbox.c
dmub_outbox.h
dmub_psr.c drm/amd/display: Revise Sink device string ID 2022-09-19 15:16:26 -04:00
dmub_psr.h drm/amd/display: Add PSR-SU-RC support in DC 2022-06-07 16:09:57 -04:00
Makefile