index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
display
/
dc
/
core
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-08
Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
9
-299
/
+840
2019-05-03
Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into drm-next
Dave Airlie
4
-69
/
+123
2019-04-29
drm/amd/display: Refactor dp vendor parsing logic to a function
John Barberiz
1
-21
/
+26
2019-04-29
drm/amd/display: fix incorrect null check on pointer
Colin Ian King
1
-1
/
+1
2019-04-24
Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into drm-next
Dave Airlie
4
-6
/
+38
2019-04-23
drm/amd/display: add explicit handshake between x86 and DMCU
Jun Lei
1
-1
/
+20
2019-04-23
drm/amd/display: Allow cursor position when plane_res.ipp is NULL
Eric Bernstein
1
-1
/
+1
2019-04-23
drm/amd/display: Fix eDP Black screen after S4 resume
Anthony Koo
2
-46
/
+55
2019-04-23
drm/amd/display: Add function to copy DC streams
Wenjing Liu
1
-0
/
+21
2019-04-15
BackMerge v5.1-rc5 into drm-next
Dave Airlie
1
-0
/
+6
2019-04-15
drm/amd/display: Add fast_validate parameter
Joshua Aberback
1
-2
/
+4
2019-04-15
drm/amd/display: change name from dc_link_get_verified_link_cap to dc_link_get_link_cap
Samson Tam
2
-3
/
+2
2019-04-15
drm/amd/display: Read eDP link settings on detection
Anthony Koo
1
-0
/
+30
2019-04-15
drm/amd/display: Handle get crtc position error
David Francis
1
-1
/
+2
2019-04-14
drm/amd/display: If one stream full updates, full update all planes
David Francis
1
-0
/
+19
2019-04-10
drm/amd/display: fix is odm head pipe logic
Dmytro Laktyushkin
1
-8
/
+3
2019-04-10
drm/amd/display: disable link before changing link settings
Anthony Koo
1
-0
/
+9
2019-04-10
drm/amd/display: init dc_config before rest of DC init
Anthony Koo
1
-2
/
+2
2019-04-10
drm/amd/display: prefer preferred link cap over verified link settings
Wenjing Liu
2
-1
/
+10
2019-04-10
drm/amd/display: Calculate link bandwidth in a common function
Nikola Cornij
3
-28
/
+25
2019-04-10
drm/amd/display: fix clk_mgr naming
Dmytro Laktyushkin
2
-2
/
+2
2019-04-10
drm/amd/display: use proper formula to calculate bandwidth from timing
Wenjing Liu
2
-50
/
+49
2019-04-10
drm/amd/display: fix dp_hdmi_max_pixel_clk units
SivapiriyanKumarasamy
2
-4
/
+4
2019-04-03
drm/amd/display: Fix "dc has no member named dml" compile error
Leo Li
1
-0
/
+2
2019-04-03
drm/amd/display: Fix multi-thread writing to 1 state
Aidan Wood
2
-31
/
+76
2019-03-27
drm/amd/display: fix odm output gamma programming
Dmytro Laktyushkin
1
-2
/
+2
2019-03-27
drm/amd/display: use dc_is_virtual instead of ENUM
Eric Bernstein
2
-5
/
+5
2019-03-27
drm/amd/display: Pass SDP spliting in parameters
Nikola Cornij
1
-1
/
+2
2019-03-27
drm/amd/display: Pass init_data into DCN resource creation
Harry Wentland
2
-19
/
+13
2019-03-27
drm/amd/display: Handle branch device with DFP count = 0 case.
Hugo Hu
2
-8
/
+6
2019-03-27
drm/amd/display: add preferred pipe split logic
Jun Lei
1
-9
/
+45
2019-03-27
drm/amd/display: VBIOS can't be light up HDMI when restart system
Paul Hsieh
1
-0
/
+6
2019-03-21
drm/amdgpu/display: fix build when DCN KCONFIG is not set
Alex Deucher
1
-0
/
+4
2019-03-20
drm/amd/display: Expose generic SDP message access interface
Leo (Hanghong) Ma
2
-0
/
+80
2019-03-20
drm/amd/display: fix odm pipe management
Dmytro Laktyushkin
1
-7
/
+51
2019-03-20
drm/amd/display: add missing opp programming for odm
Dmytro Laktyushkin
2
-7
/
+5
2019-03-20
drm/amd/display: fix odm combine pipe reset
Dmytro Laktyushkin
1
-4
/
+2
2019-03-20
drm/amd/display: fix releasing planes when exiting odm
Dmytro Laktyushkin
1
-2
/
+4
2019-03-20
drm/amd/display: Link train only when link is DP and backend is enabled
Samson Tam
1
-1
/
+12
2019-03-20
drm/amd/display: Use dc_is_hdmi_signal() instead of ENUM
Eric Bernstein
1
-2
/
+2
2019-03-20
drm/amd/display: cache additional dpcd caps for HDR capability check
Harmanprit Tatla
1
-4
/
+33
2019-03-19
drm/amd/display: On DCN1, Wait for vupdate on cursor updates
David Francis
1
-0
/
+31
2019-03-19
drm/amd/display: fix up reference clock abstractions
Jun Lei
1
-1
/
+24
2019-03-19
drm/amd/display: Rename is_hdmi to is_hdmi_tmds type
Eric Bernstein
1
-1
/
+1
2019-03-19
drm/amd/display: add pipe lock during stream update
Wenjing Liu
1
-0
/
+2
2019-03-19
drm/amd/display: Free DCN version of stream encoder
Eric Bernstein
1
-0
/
+1
2019-03-19
drm/amd/display: Fix soft hang issue when some DPCD data invalid
Anthony Koo
1
-0
/
+9
2019-03-19
Revert "drm/amd/display: dcn add check surface in_use"
Charlene Liu
1
-3
/
+0
2019-03-19
drm/amd/display: half bandwidth for YCbCr420 during validation
Martin Leung
1
-13
/
+20
2019-03-19
drm/amd/display: Keep clocks high before seamless boot done
Anthony Koo
2
-6
/
+30
[next]