summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/modules/freesync/freesync.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-22drm/amd/display: Fixed comment stylingHaiyi Zhou1-1/+1
2020-01-16drm/amd/display: Fix 300Hz Freesync bugAlvin Lee1-1/+2
2020-01-16drm/amd/display: Clear state after exiting fixed active VRR stateAmanda Liu1-0/+2
2019-12-18drm/amd/display: Reinstate LFC optimizationAmanda Liu1-13/+19
2019-12-05drm/amd/display: Fix screen tearing on vrr testsAmanda Liu1-19/+13
2019-12-02drm/amd/display: remove redundant assignment to variable v_totalColin Ian King1-1/+1
2019-10-10drm/amd/display: Add capability check for static ramp calcJaehyun Chung1-0/+4
2019-10-10drm/amd/display: Properly round nominal frequency for SPDAric Cyr1-5/+8
2019-10-07drm/amd/display: remove set but not used variable 'core_freesync'YueHaibing1-4/+0
2019-10-03drm/amd/display: Improve LFC behaviourAric Cyr1-13/+19
2019-08-23drm/amd/display: Refactoring VTEMAhmad Othman1-219/+57
2019-08-15drm/amd/display: Fix frames_to_insert mathBayan Zabihiyan1-10/+17
2019-06-10drm/amd: drop use of drmp.h in os_types.hSam Ravnborg1-0/+2
2019-04-29drm/amd/display: Fix and simplify apply_below_the_range()Mario Kleiner1-4/+2
2019-03-20drm/amd/display: Fix VTEM InfoPacket programmingReza Amini1-33/+111
2019-03-20drm/amd/display: Programming correct VRR_EN bit in VTEM structureHugo Hu1-2/+2
2019-03-20drm/amd/display: Add a hysteresis to BTR frame multiplierAric Cyr1-2/+22
2019-02-27drm/amd/display: Pass app_tf by value rather than by referenceNathan Chancellor1-4/+3
2019-01-14drm/amd/display: Add new infopacket definitionBayan Zabihiyan1-5/+89
2019-01-14drm/amd/display: Use 100 Hz precision for pipe pixel clocksKen Chalmers1-6/+6
2018-11-30drm/amd/display: Info frame cleanupHarmanprit Tatla1-5/+5
2018-11-05drm/amd/display: Freesync does not engage on some displaysHarmanprit Tatla1-28/+9
2018-09-26drm/amd/display: Add color bit info to freesync infoframeSivapiriyanKumarasamy1-20/+144
2018-08-27drm/amd/display: add config for sending VSIFAnthony Koo1-1/+2
2018-08-27drm/amd/display: Correct rounding calcs in mod_freesync_is_valid_rangeAnthony Koo1-5/+34
2018-08-27drm/amd/display: refactor vupdate interrupt registrationAnthony Koo1-11/+8
2018-08-27drm/amd/display: fix LFC tearing at top of screenAnthony Koo1-6/+0
2018-08-27drm/amd/display: Add back code to allow for rounding errorAnthony Koo1-1/+12
2018-08-27drm/amd/display: Fix bug that causes black screenAnthony Koo1-12/+6
2018-08-27drm/amd/display: Fix bug where refresh rate becomes fixedAnthony Koo1-20/+23
2018-08-27drm/amd/display: add method to check for supported rangeAnthony Koo1-6/+58
2018-08-27drm/amd/display: Refactor FreeSync moduleAnthony Koo1-1256/+581
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+2
2018-03-14drm/amd/display: add support for regkey "LCDFreeSyncDefault"Samson Tam1-0/+26
2018-03-14drm/amd/display: Implement stats loggingAnthony Koo1-30/+99
2017-12-06drm/amd/display: Remove unnecessary dc_stream vtableHarry Wentland1-54/+30
2017-09-28drm/amd/display: Use kernel alloc/freeHarry Wentland1-7/+7
2017-09-26drm/amd/display: Clean up flattening core_dc to dcBhawanpreet Lakha1-10/+9
2017-09-26drm/amd/display: Flattening core_dc to dcBhawanpreet Lakha1-6/+5
2017-09-26drm/amd/display: Rename dc_stream to dc_stream_stateHarry Wentland1-25/+25
2017-09-26drm/amd/display: Roll core_stream into dc_streamLeo (Sunpeng) Li1-33/+27
2017-09-26drm/amd/display: Add regkey for DRR control for internal panelAnthony Koo1-34/+40
2017-09-26drm/amd/display: Re-enable Vsync Interrupts for Gradual Refresh RampAmy Zhang1-10/+28
2017-09-26drm/amd/display: add hyst frames for fixed refreshAnthony Koo1-20/+36
2017-09-26drm/amd/display: Temporary disable BTR FreeSync support for nowAnthony Koo1-5/+8
2017-09-26drm/amd/display: Fix DRR Enable on DesktopAmy Zhang1-30/+59
2017-09-26drm/amd/display: fix freesync not working on ravenCorbin McElhanney1-0/+10
2017-09-26drm/amd/display: prevent assert on error of 1 in calc_freesync_rangeDmytro Laktyushkin1-2/+4
2017-09-26drm/amd/display: Assign stream to map before we need itHarry Wentland1-4/+2
2017-09-26drm/amd/display: Add support for FreeSync on eDP to moduleEric Cook1-9/+33