summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-fixes-4.17' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2018-04-263-35/+34
|\
| * drm/amd/display: Check dc_sink every time in MST hotplugJerry (Fangzhi) Zuo2018-04-251-7/+9
| * drm/amd/display: Update MST edid property every timeJerry (Fangzhi) Zuo2018-04-251-3/+3
| * drm/amd/display: Don't read EDID in atomic_checkHarry Wentland2018-04-251-22/+10
| * drm/amd/display: Disallow enabling CRTC without primary plane with FBHarry Wentland2018-04-251-1/+9
| * drm/amd/display: Fix deadlock when flushing irqMikita Lipski2018-04-251-2/+3
* | Merge tag 'drm-fixes-for-v4.17-rc2' of git://people.freedesktop.org/~airlied/...Linus Torvalds2018-04-221-7/+0
|\ \ | |/
| * drm/amd/display: Don't program bypass on linear regamma LUTHarry Wentland2018-04-191-7/+0
* | Merge tag 'drm-fixes-for-v4.17-rc1' of git://people.freedesktop.org/~airlied/...Linus Torvalds2018-04-126-73/+113
|\ \ | |/
| * Revert "drm/amd/display: disable CRTCs with NULL FB on their primary plane (V2)"Harry Wentland2018-04-121-28/+0
| * Revert "drm/amd/display: fix dereferencing possible ERR_PTR()"Harry Wentland2018-04-121-3/+0
| * drm/amd/display: Fix regamma not affecting full-intensity color valuesLeo (Sunpeng) Li2018-04-121-3/+6
| * drm/amd/display: Fix FBC text console corruptionRoman Li2018-04-121-13/+54
| * drm/amd/display: Only register backlight device if embedded panel connectedHarry Wentland2018-04-121-25/+33
| * drm/amd/display: fix brightness level after resume from suspendRoman Li2018-04-113-1/+18
| * drm/amd/display: HDMI has no sound after Panel power off/onCharlene Liu2018-04-111-0/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-04-051-1/+1
|\ \ | |/ |/|
| * treewide: Align function definition open/close bracesJoe Perches2018-03-261-1/+1
* | Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie2018-03-283-8/+5
|\ \
| * | drm/amd/display: Add one to EDID's audio channel count when passing to DCHarry Wentland2018-03-211-1/+1
| * | drm/amd/display: We shouldn't set format_default on plane as atomic driverHarry Wentland2018-03-211-2/+0
| * | drm/amd/display: Fix FMT truncation programmingMikita Lipski2018-03-211-2/+2
| * | drm/amd/display: Allow truncation to 10 bitsMikita Lipski2018-03-211-3/+2
| * | drm/amd/display: fix dereferencing possible ERR_PTR()Shirish S2018-03-191-0/+3
| * | drm/amd/display: Refine disable VGAClark Zheng2018-03-192-6/+22
| |/
| * drm/amd/display: validate plane format on primary planeShirish S2018-03-071-0/+7
| * drm/amd/display: early return if not in vga mode in disable_vgaEric Yang2018-03-072-7/+13
| * drm/amd/display: Fix takover from VGA modeBhawanpreet Lakha2018-03-072-2/+18
| * drm/amd/display: Fix memleaks when atomic check fails.Leo (Sunpeng) Li2018-03-071-10/+21
| * drm/amd/display: Return success when enabling interruptHarry Wentland2018-03-073-6/+5
| * drm/amd/display: Use crtc enable/disable_vblank hooksHarry Wentland2018-03-071-0/+24
| * drm/amd/display: update infoframe after dig fe is turned onEric Yang2018-03-071-10/+13
| * drm/amd/display: fix boot-up on vega10Roman Li2018-03-071-7/+12
| * drm/amd/display: fix cursor related Pstate hangEric Yang2018-03-074-66/+90
| * drm/amd/display: Set irq state only on existing crtcsMikita Lipski2018-03-071-4/+2
| * drm/amd/display: Fixed non-native modes not lighting upJerry (Fangzhi) Zuo2018-03-071-1/+3
| * drm/amd/display: Call update_stream_signal directly from amdgpu_dmHarry Wentland2018-03-073-1/+6
| * drm/amd/display: Make create_stream_for_sink more consistentHarry Wentland2018-03-071-28/+25
| * drm/amd/display: Don't block dual-link DVI modesHarry Wentland2018-03-071-2/+1
| * drm/amd/display: Don't allow dual-link DVI on all ASICs.Harry Wentland2018-03-076-2/+10
| * drm/amd/display: Pass signal directly to enable_tmds_outputHarry Wentland2018-03-075-18/+9
| * drm/amd/display: Remove unnecessary fail labels in create_stream_for_sinkHarry Wentland2018-03-071-9/+5
| * drm/amd/display: Move MAX_TMDS_CLOCK define to headerHarry Wentland2018-03-074-15/+5
| * drm/amd/display: Fix FBC topology changeRoman Li2018-03-071-4/+19
| * drm/amd/display: Fix topology change issue in MST rehookJerry (Fangzhi) Zuo2018-03-071-0/+6
| * drm/amd/display: disable CRTCs with NULL FB on their primary plane (V2)Shirish S2018-03-071-0/+28
| * drm/amd/display: Default HDMI6G support to true. Log VBIOS table error.Harry Wentland2018-03-071-3/+13
| * drm/amd/display: update plane params before validationShirish S2018-03-071-0/+3
| * drm/amd/display: validate plane in dce110 for scalingShirish S2018-03-071-0/+11
| * drm/amd/display: defer modeset check in dm_update_planes_stateShirish S2018-03-071-2/+4
OpenPOWER on IntegriCloud