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
/
amdgpu_dm
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-25
drm/amd/display: Update MST edid property every time
Jerry (Fangzhi) Zuo
1
-3
/
+3
2018-04-25
drm/amd/display: Don't read EDID in atomic_check
Harry Wentland
1
-22
/
+10
2018-04-25
drm/amd/display: Disallow enabling CRTC without primary plane with FB
Harry Wentland
1
-1
/
+9
2018-04-25
drm/amd/display: Fix deadlock when flushing irq
Mikita Lipski
1
-2
/
+3
2018-04-19
drm/amd/display: Don't program bypass on linear regamma LUT
Harry Wentland
1
-7
/
+0
2018-04-12
Revert "drm/amd/display: disable CRTCs with NULL FB on their primary plane (V2)"
Harry Wentland
1
-28
/
+0
2018-04-12
Revert "drm/amd/display: fix dereferencing possible ERR_PTR()"
Harry Wentland
1
-3
/
+0
2018-04-12
drm/amd/display: Only register backlight device if embedded panel connected
Harry Wentland
1
-25
/
+33
2018-04-11
drm/amd/display: add delay between panel pwr off to on.
Charlene Liu
1
-0
/
+7
2018-04-11
drm/amd/display: Implement dm_get_timestamp
Harry Wentland
1
-2
/
+4
2018-04-11
drm/amd/display: Add Dynamic debug prints
Bhawanpreet Lakha
1
-5
/
+0
2018-04-11
drm/amd/display: Set ignore_msa_timing_param
Harry Wentland
1
-0
/
+3
2018-04-11
drm/amd/display: Don't register backlight on connector_destroy
Harry Wentland
1
-8
/
+4
2018-04-11
drm/amd/display: Only register backlight device if embedded panel connected
Harry Wentland
1
-25
/
+33
2018-04-11
drm/amd/display: Don't access legacy properties
Harry Wentland
2
-3
/
+11
2018-04-11
drm/amd/display: fix spelling mistake: "Usupported" -> "Unsupported"
Colin Ian King
1
-2
/
+2
2018-04-11
drm/amdgpu: Move GEM BO to drm_framebuffer
Daniel Stone
1
-7
/
+4
2018-04-11
drm/amd/display: Disentangle dc.h include from amdgpu.h
Rex Zhu
2
-1
/
+2
2018-04-11
drm/amd/display: Move commit_planes_to_stream to amdgpu_dm
Harry Wentland
1
-5
/
+103
2018-04-11
drm/amd/display: Don't call amdgpu_dm_display_resume as it doesn't exist
Mikita Lipski
1
-1
/
+0
2018-04-11
drm/amd/display: Don't read EDID in atomic_check
Harry Wentland
1
-22
/
+10
2018-03-28
Backmerge tag 'v4.16-rc7' into drm-next
Dave Airlie
2
-3
/
+1
2018-03-21
drm/amd/display/dm: add vega12 support
Alex Deucher
1
-0
/
+4
2018-03-21
drm/amd/display: Add one to EDID's audio channel count when passing to DC
Harry Wentland
1
-1
/
+1
2018-03-21
drm/amd/display: We shouldn't set format_default on plane as atomic driver
Harry Wentland
1
-2
/
+0
2018-03-19
drm/amd/display: fix dereferencing possible ERR_PTR()
Shirish S
1
-0
/
+3
2018-03-16
drm/amd/display: fix dereferencing possible ERR_PTR()
Shirish S
1
-0
/
+3
2018-03-14
drm/amd/display: Check msg->size before starting aux transfer
Shirish S
1
-0
/
+3
2018-03-14
drm/amdgpu: Move IH clientid defs to separate file
Oak Zeng
1
-4
/
+4
2018-03-14
drm/amd/display: Correct the plane enumeration order (v2)
Shirish S
1
-24
/
+53
2018-03-14
drm/amd/display: Convert CTM to 2's complement
Leo (Sunpeng) Li
1
-3
/
+12
2018-03-14
drm/amd/display: Use correct error codes
Leo (Sunpeng) Li
1
-6
/
+3
2018-03-14
drm/amd/display: Fix memleaks when atomic check fails.
Leo (Sunpeng) Li
1
-9
/
+25
2018-03-09
Merge branch 'drm-next-4.17' of git://people.freedesktop.org/~agd5f/linux into drm-next
Dave Airlie
5
-29
/
+143
2018-03-07
drm/amd/display: Fix memleaks when atomic check fails.
Leo (Sunpeng) Li
1
-10
/
+21
2018-03-07
drm/amd/display: Return success when enabling interrupt
Harry Wentland
1
-2
/
+1
2018-03-07
drm/amd/display: Use crtc enable/disable_vblank hooks
Harry Wentland
1
-0
/
+24
2018-03-07
drm/amd/display: Set irq state only on existing crtcs
Mikita Lipski
1
-4
/
+2
2018-03-07
drm/amd/display: Fixed non-native modes not lighting up
Jerry (Fangzhi) Zuo
1
-1
/
+3
2018-03-07
drm/amd/display: Call update_stream_signal directly from amdgpu_dm
Harry Wentland
1
-0
/
+3
2018-03-07
drm/amd/display: Make create_stream_for_sink more consistent
Harry Wentland
1
-28
/
+25
2018-03-07
drm/amd/display: Remove unnecessary fail labels in create_stream_for_sink
Harry Wentland
1
-9
/
+5
2018-03-07
drm/amd/display: Fix topology change issue in MST rehook
Jerry (Fangzhi) Zuo
1
-0
/
+6
2018-03-07
drm/amd/display: disable CRTCs with NULL FB on their primary plane (V2)
Shirish S
1
-0
/
+28
2018-03-07
drm/amd/display: update plane params before validation
Shirish S
1
-0
/
+3
2018-03-07
drm/amd/display: defer modeset check in dm_update_planes_state
Shirish S
1
-2
/
+4
2018-03-05
drm/amd/display: Fix active dongle hotplug
Roman Li
1
-0
/
+4
2018-03-05
drm/amd/display: disable CRTCs with NULL FB on their primary plane (V2)
Shirish S
1
-0
/
+28
2018-03-05
drm/amd/display: update plane params before validation
Shirish S
1
-0
/
+3
2018-03-05
drm/amd/display: defer modeset check in dm_update_planes_state
Shirish S
1
-2
/
+4
[prev]
[next]