aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-29drm/amd/display: Read DP_SINK_COUNT_ESI range on HPD for DP 1.4Nikola Cornij1-5/+30
2018-05-29drm/amd/display: Read DPCD link caps up to and including DP_ADAPTER_CAPNikola Cornij1-1/+1
2018-05-18drm/amd/display: DCN1 link encoderEric Bernstein1-2/+0
2018-05-18drm/amd/display: don't create new dc_sink if nothing changed at detectionSamson Tam1-18/+77
2018-05-18drm/amd/display: truncate scaling ratios and inits to 19 bit precisionDmytro Laktyushkin1-8/+17
2018-05-18drm/amd/display: get rid of 32.32 unsigned fixed pointDmytro Laktyushkin2-40/+40
2018-05-18drm/amdgpu/display: remove VEGAM config optionAlex Deucher1-4/+0
2018-05-16Merge branch 'drm-next-4.18' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie9-337/+258
2018-05-15drm/amd/display: Use kvzalloc for potentially large allocationsMichel Dänzer1-7/+7
2018-05-15drm/amd/display: Don't return ddc result and read_bytes in same return valueHarry Wentland1-3/+7
2018-05-15drm/amd/display: Couple formatting fixesHarry Wentland1-3/+3
2018-05-15drm/amd/display: to synchronize the hubp and dpp programming in cursor controlMartin Tsai1-0/+18
2018-05-15drm/amd/display: reprogram infoframe during apply_ctx_to_hwJulian Parkin1-0/+18
2018-05-15drm/amd/display: DP link validation bug for YUV422Hersen Wu1-26/+21
2018-05-15drm/amd/display: Use HBR2 if eDP monitor it doesn't advertise link rateHarry Wentland1-0/+4
2018-05-15drm/amd/display: Implement VEGAM device IDs in DCJerry (Fangzhi) Zuo1-0/+7
2018-05-15drm/amd/display: add missing colorspace for set black colorYue Hin Lau1-1/+20
2018-05-15drm/amd/display: fix segfault on insufficient TG during validationDmytro Laktyushkin1-1/+1
2018-05-15drm/amd/display: fix brightness level after resume from suspendRoman Li1-0/+13
2018-05-15drm/amd/display: remove dummy is_blanked() to optimise boot timeShirish S1-0/+3
2018-05-15drm/amd/display: Have DC manage its own allocation of gammaAnthony Koo2-3/+11
2018-05-15drm/amd/display: Fix structure initialization of hdmi_info_packetAnthony Koo1-1/+3
2018-05-15drm/amd/display: Get rid of unused input_tfAnthony Koo2-7/+0
2018-05-15drm/amd/display: Updated HDR Static Metadata to directly take info packet rawAnthony Koo1-88/+3
2018-04-12Merge tag 'drm-fixes-for-v4.17-rc1' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+13
2018-04-11drm/amd/display: fix brightness level after resume from suspendRoman Li1-0/+13
2018-04-11drm/amd/display: csc updates require FULL updateAnthony Koo1-2/+10
2018-04-11drm/amd/display: Update scaler v_active data if interlacedDmytro Laktyushkin1-0/+8
2018-04-11drm/amd/display: Change disable backlight ramp change threshold from 0 to maximum value.Yongqiang Sun1-1/+1
2018-04-11drm/amd/display: fix link bw calculation for 422 and 420 encodingEric Yang1-21/+32
2018-04-11drm/amd/display: Set all update flags when we have full updateEric Yang1-1/+1
2018-04-11drm/amd/display: Add Dynamic debug printsBhawanpreet Lakha3-23/+23
2018-04-11drm/amd/display: Non-HDMI DP active dongle should not support YUV pixel formatHersen Wu1-3/+16
2018-04-11drm/amd/display: Move commit_planes_to_stream to amdgpu_dmHarry Wentland1-89/+0
2018-04-11drm/amd/display: Only program MSA_TIMING_PARAM if it changedAnthony Koo1-5/+10
2018-04-11drm/amd/display: Add vline IRQ programming for DCNSivapiriyanKumarasamy1-0/+6
2018-04-11drm/amd/display: Rename encoder_info_packet to dc_info_packetAnthony Koo1-51/+48
2018-04-11drm/amd/display: Correct print types in DC_LOGSBhawanpreet Lakha2-10/+12
2018-04-11drm/amd/display: drop dc_validate_guaranteedJulian Parkin1-32/+0
2018-04-11drm/amd/display: Retry when read dpcd caps failed.Yongqiang Sun1-5/+11
2018-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2018-03-26treewide: Align function definition open/close bracesJoe Perches1-1/+1
2018-03-14drm/amd/display: clean up dcn pplib notification callDmytro Laktyushkin1-12/+6
2018-03-14drm/amd/display: Fixed dim around 1sec when resume from S3 (v2)Yongqiang Sun1-0/+7
2018-03-14drm/amd/display: Check for HW blocks in HWSS, rather than DC core for cursorHarry Wentland1-2/+1
2018-03-14drm/amd/display: use HW hdr mult for brightness boostKrunoslav Kovac1-3/+0
2018-03-14drm/amd/display: Use MACROS instead of dm_loggerBhawanpreet Lakha1-9/+5
2018-03-14drm/amd/display: Modified set bandwidth sequence.Yongqiang Sun1-2/+2
2018-03-14drm/amd/display: Remove 300Mhz minimum disp clk limit.Yongqiang Sun1-0/+5
2018-03-14drm/amd/display: Varibright add null checkSivapiriyanKumarasamy1-1/+1