summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dml/dcn21
Commit message (Expand)AuthorAgeFilesLines
* drm/amd/display: Initialize necessary uninitialized variablesMeera Patel2023-07-181-1/+1
* drm/amd/display: Fix a test CalculatePrefetchSchedule()Christophe JAILLET2023-06-091-1/+1
* drm/amdgpu: fix enum odm_combine_mode mismatchArnd Bergmann2023-02-081-6/+6
* drm/amd/display: clean up some inconsistent indentingsYang Li2022-09-191-1/+1
* drm/amd/display: Optimizations for DML mathAric Cyr2022-09-131-2/+4
* drm/amdgpu/display: Remove t_srx_delay_us.Bas Nieuwenhuizen2022-01-251-2/+0
* drm/amd/display: fix function scopesIsabella Basso2021-12-131-8/+0
* drm/amd/display: Reduce stack size for dml21_ModeSupportAndSystemConfiguratio...Harry Wentland2021-09-231-113/+123
* drm/amd/display: Fix rest of pass-by-value structs in DMLHarry Wentland2021-09-231-34/+34
* drm/amd/display: Pass all structs in display_rq_dlg_helpers by pointerHarry Wentland2021-09-231-16/+16
* drm/amd/display: Pass display_pipe_params_st as const in DMLHarry Wentland2021-09-232-33/+33
* drm/amd/display: Fix typo in commentsCai Huoqing2021-08-021-1/+1
* drm/amd/display: Guard DST_Y_PREFETCH register overflow in DCN21Victor Lu2021-07-271-0/+3
* drm/amd/display: Fix comparison error in dcn21 DMLVictor Lu2021-07-231-1/+1
* drm/amd/display: Adjust types and formatting for future developmentAlvin Lee2021-07-081-5/+6
* drm/amd/display: DETBufferSizeInKbyte variable type modificationsChaitanya Dhere2021-05-101-29/+29
* drm/amd/display: Fix UBSAN: shift-out-of-bounds warningAnson Jacob2021-04-091-5/+23
* drm/amd/display: DIO Supported for virtual displaysWesley Chalmers2021-02-091-3/+4
* drm/amd/display: Simplify bool comparisonYang Li2021-01-141-22/+22
* drm/amd/display: Add fallback to prefetch mode 1 if 0 failsIsabel Zhang2020-11-101-1/+1
* drm/amd/display: fix compile warning in dmlRoman Li2020-09-151-1/+1
* drm/amd/display: update dml interfaces and variablesDmytro Laktyushkin2020-05-281-35/+1
* drm/amd/display: Remove dml_common_def fileRodrigo Siqueira2020-05-211-1/+1
* drm/amd/display: temporary clamp the vratio used to 1.0Lewis Huang2020-05-051-12/+14
* drm/amd/display: Update DCN2.1 DV Code RevisionSung Lee2020-05-051-4/+4
* drm/amd/display: Cap certain DML values for Low Pix Clk on DCN2.1Sung Lee2020-04-221-2/+10
* drm/amd/display: Cast int to float before divisionSung Lee2020-04-221-2/+2
* drm/amd/display: Set meta_chunk_value to 0 in DML if DCC disabled in DCN2.1Sung Lee2020-04-221-1/+4
* drm/amd/display: use odm combine for YCbCr420 timing with h_active greater th...Wenjing Liu2020-01-221-8/+16
* drm/amd/display: rename _lvp to l_vpCharlene Liu2020-01-161-2/+2
* drm/amd/display: expand dml structsDmytro Laktyushkin2020-01-161-79/+78
* drm/amd/display: use true, false for bool variable in display_rq_dlg_calc_21.czhengbin2020-01-071-12/+12
* drm/amd/display: use true, false for bool variable in display_mode_vba_21.czhengbin2020-01-071-3/+3
* drm/amd/display: Remove unneeded semicolon in display_rq_dlg_calc_21.czhengbin2019-12-021-2/+2
* drm/amd/display: Drop CONFIG_DRM_AMD_DC_DCN2_0 and DSC_SUPPORTEDBhawanpreet Lakha2019-11-132-4/+0
* drm/amd/display: handle "18" case in TruncToValidBPPBhawanpreet Lakha2019-10-171-0/+2
* drm/amd/display: update odm mode validation to be in line with policyDmytro Laktyushkin2019-10-171-1/+8
* drm/amdgpu: display_mode_vba_21: remove uint typedefArnd Bergmann2019-10-031-8/+5
* drm/amd/display: Add Renoir DMLBhawanpreet Lakha2019-08-294-0/+8051