summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/modules/freesync
AgeCommit message (Expand)AuthorLines
2020-03-31drm/amd/display: LFC not working on 2.0x range monitors (v2)Aric Cyr-15/+19
2020-02-25drm/amd/display: Only round InfoFrame refresh ratesAric Cyr-6/+2
2020-01-22drm/amd/display: Fixed comment stylingHaiyi Zhou-1/+1
2020-01-16drm/amd/display: Fix 300Hz Freesync bugAlvin Lee-1/+2
2020-01-16drm/amd/display: Clear state after exiting fixed active VRR stateAmanda Liu-0/+2
2019-12-18drm/amd/display: Reinstate LFC optimizationAmanda Liu-13/+19
2019-12-05drm/amd/display: Fix screen tearing on vrr testsAmanda Liu-19/+13
2019-12-02drm/amd/display: remove redundant assignment to variable v_totalColin Ian King-1/+1
2019-10-10drm/amd/display: Add capability check for static ramp calcJaehyun Chung-0/+4
2019-10-10drm/amd/display: Properly round nominal frequency for SPDAric Cyr-5/+8
2019-10-07drm/amd/display: remove set but not used variable 'core_freesync'YueHaibing-4/+0
2019-10-03drm/amd/display: Improve LFC behaviourAric Cyr-13/+19
2019-08-23drm/amd/display: Refactoring VTEMAhmad Othman-219/+57
2019-08-15drm/amd/display: Fix frames_to_insert mathBayan Zabihiyan-10/+17
2019-06-10drm/amd: drop use of drmp.h in os_types.hSam Ravnborg-0/+2
2019-04-29drm/amd/display: Fix and simplify apply_below_the_range()Mario Kleiner-4/+2
2019-03-20drm/amd/display: Fix VTEM InfoPacket programmingReza Amini-33/+111
2019-03-20drm/amd/display: Programming correct VRR_EN bit in VTEM structureHugo Hu-2/+2
2019-03-20drm/amd/display: Add a hysteresis to BTR frame multiplierAric Cyr-2/+22
2019-02-27drm/amd/display: Pass app_tf by value rather than by referenceNathan Chancellor-4/+3
2019-01-14drm/amd/display: Add new infopacket definitionBayan Zabihiyan-5/+89
2019-01-14drm/amd/display: Use 100 Hz precision for pipe pixel clocksKen Chalmers-6/+6
2018-11-30drm/amd/display: Info frame cleanupHarmanprit Tatla-5/+5
2018-11-05drm/amd/display: Freesync does not engage on some displaysHarmanprit Tatla-28/+9
2018-09-26drm/amd/display: Add color bit info to freesync infoframeSivapiriyanKumarasamy-20/+144
2018-08-27drm/amd/display: add config for sending VSIFAnthony Koo-1/+2
2018-08-27drm/amd/display: Correct rounding calcs in mod_freesync_is_valid_rangeAnthony Koo-5/+34
2018-08-27drm/amd/display: refactor vupdate interrupt registrationAnthony Koo-11/+8
2018-08-27drm/amd/display: fix LFC tearing at top of screenAnthony Koo-6/+0
2018-08-27drm/amd/display: Add back code to allow for rounding errorAnthony Koo-1/+12
2018-08-27drm/amd/display: Fix bug that causes black screenAnthony Koo-12/+6
2018-08-27drm/amd/display: Fix bug where refresh rate becomes fixedAnthony Koo-20/+23
2018-08-27drm/amd/display: add method to check for supported rangeAnthony Koo-6/+58
2018-08-27drm/amd/display: Refactor FreeSync moduleAnthony Koo-1256/+581
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-1/+2
2018-03-14drm/amd/display: add support for regkey "LCDFreeSyncDefault"Samson Tam-0/+26
2018-03-14drm/amd/display: Implement stats loggingAnthony Koo-30/+99
2017-12-19BackMerge tag 'v4.15-rc4' into drm-nextDave Airlie-0/+21
2017-12-06drm/amd/display: Remove unnecessary dc_stream vtableHarry Wentland-54/+30
2017-12-04drm/amdgpu: add license to MakefilesAlex Deucher-0/+21
2017-09-28drm/amd/display: Use kernel alloc/freeHarry Wentland-7/+7
2017-09-26drm/amd/display: Clean up flattening core_dc to dcBhawanpreet Lakha-10/+9
2017-09-26drm/amd/display: Flattening core_dc to dcBhawanpreet Lakha-6/+5
2017-09-26drm/amd/display: Rename dc_stream to dc_stream_stateHarry Wentland-25/+25
2017-09-26drm/amd/display: Roll core_stream into dc_streamLeo (Sunpeng) Li-33/+27
2017-09-26drm/amd/display: Add regkey for DRR control for internal panelAnthony Koo-34/+40
2017-09-26drm/amd/display: Re-enable Vsync Interrupts for Gradual Refresh RampAmy Zhang-10/+28
2017-09-26drm/amd/display: add hyst frames for fixed refreshAnthony Koo-20/+36
2017-09-26drm/amd/display: Temporary disable BTR FreeSync support for nowAnthony Koo-5/+8
2017-09-26drm/amd/display: Fix DRR Enable on DesktopAmy Zhang-30/+59