index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
display
/
amdgpu_dm
/
amdgpu_dm.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
drm/amd/display: Only register backlight device if embedded panel connected
Harry Wentland
2018-04-11
1
-25
/
+33
|
*
|
drm/amd/display: Don't access legacy properties
Harry Wentland
2018-04-11
1
-3
/
+10
|
*
|
drm/amd/display: fix spelling mistake: "Usupported" -> "Unsupported"
Colin Ian King
2018-04-11
1
-2
/
+2
|
*
|
drm/amdgpu: Move GEM BO to drm_framebuffer
Daniel Stone
2018-04-11
1
-7
/
+4
|
*
|
drm/amd/display: Move commit_planes_to_stream to amdgpu_dm
Harry Wentland
2018-04-11
1
-5
/
+103
|
*
|
drm/amd/display: Don't call amdgpu_dm_display_resume as it doesn't exist
Mikita Lipski
2018-04-11
1
-1
/
+0
*
|
|
drm/amd/display: Update color props when modeset is required
Leo (Sunpeng) Li
2018-05-31
1
-2
/
+6
*
|
|
drm/amd/display: Make atomic-check validate underscan changes
David Francis
2018-05-31
1
-7
/
+16
*
|
|
drm/amd/display: Fix BUG_ON during CRTC atomic check update
Leo (Sunpeng) Li
2018-05-29
1
-6
/
+7
|
|
/
|
/
|
*
|
drm/amd/display: Disallow enabling CRTC without primary plane with FB
Harry Wentland
2018-04-25
1
-1
/
+9
*
|
Revert "drm/amd/display: disable CRTCs with NULL FB on their primary plane (V2)"
Harry Wentland
2018-04-12
1
-28
/
+0
*
|
Revert "drm/amd/display: fix dereferencing possible ERR_PTR()"
Harry Wentland
2018-04-12
1
-3
/
+0
*
|
drm/amd/display: Only register backlight device if embedded panel connected
Harry Wentland
2018-04-12
1
-25
/
+33
|
/
*
Backmerge tag 'v4.16-rc7' into drm-next
Dave Airlie
2018-03-28
1
-2
/
+0
|
\
|
*
drm/amd/display: We shouldn't set format_default on plane as atomic driver
Harry Wentland
2018-03-21
1
-2
/
+0
|
*
drm/amd/display: fix dereferencing possible ERR_PTR()
Shirish S
2018-03-19
1
-0
/
+3
|
*
drm/amd/display: Fix memleaks when atomic check fails.
Leo (Sunpeng) Li
2018-03-07
1
-10
/
+21
|
*
drm/amd/display: Return success when enabling interrupt
Harry Wentland
2018-03-07
1
-2
/
+1
|
*
drm/amd/display: Use crtc enable/disable_vblank hooks
Harry Wentland
2018-03-07
1
-0
/
+24
|
*
drm/amd/display: Fixed non-native modes not lighting up
Jerry (Fangzhi) Zuo
2018-03-07
1
-1
/
+3
|
*
drm/amd/display: Call update_stream_signal directly from amdgpu_dm
Harry Wentland
2018-03-07
1
-0
/
+3
|
*
drm/amd/display: Make create_stream_for_sink more consistent
Harry Wentland
2018-03-07
1
-28
/
+25
|
*
drm/amd/display: Remove unnecessary fail labels in create_stream_for_sink
Harry Wentland
2018-03-07
1
-9
/
+5
|
*
drm/amd/display: disable CRTCs with NULL FB on their primary plane (V2)
Shirish S
2018-03-07
1
-0
/
+28
|
*
drm/amd/display: update plane params before validation
Shirish S
2018-03-07
1
-0
/
+3
|
*
drm/amd/display: defer modeset check in dm_update_planes_state
Shirish S
2018-03-07
1
-2
/
+4
|
*
drm/amd/display: Fix active dongle hotplug
Roman Li
2018-03-05
1
-0
/
+4
|
*
drm/amdgpu: Unify the dm resume calls into one
Mikita Lipski
2018-02-20
1
-1
/
+3
*
|
drm/amd/display/dm: add vega12 support
Alex Deucher
2018-03-21
1
-0
/
+4
*
|
drm/amd/display: fix dereferencing possible ERR_PTR()
Shirish S
2018-03-16
1
-0
/
+3
*
|
drm/amdgpu: Move IH clientid defs to separate file
Oak Zeng
2018-03-14
1
-4
/
+4
*
|
drm/amd/display: Correct the plane enumeration order (v2)
Shirish S
2018-03-14
1
-24
/
+53
*
|
drm/amd/display: Use correct error codes
Leo (Sunpeng) Li
2018-03-14
1
-6
/
+3
*
|
drm/amd/display: Fix memleaks when atomic check fails.
Leo (Sunpeng) Li
2018-03-14
1
-9
/
+25
*
|
Merge branch 'drm-next-4.17' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
2018-03-09
1
-4
/
+64
|
\
\
|
*
|
drm/amd/display: disable CRTCs with NULL FB on their primary plane (V2)
Shirish S
2018-03-05
1
-0
/
+28
|
*
|
drm/amd/display: update plane params before validation
Shirish S
2018-03-05
1
-0
/
+3
|
*
|
drm/amd/display: defer modeset check in dm_update_planes_state
Shirish S
2018-03-05
1
-2
/
+4
|
*
|
drm/amd/display: Return success when enabling interrupt
Harry Wentland
2018-03-05
1
-2
/
+1
|
*
|
drm/amd/display: Use crtc enable/disable_vblank hooks
Harry Wentland
2018-03-05
1
-0
/
+24
|
*
|
drm/amd/display: allocate fbc buffer in AMDGPU_GEM_DOMAIN_GTT
Shirish S
2018-03-05
1
-1
/
+1
|
*
|
drm/amd/display: Use 4096 lut entries
Leo (Sunpeng) Li
2018-03-05
1
-1
/
+1
|
*
|
drm/amd/display: Fix active dongle hotplug
Roman Li
2018-03-05
1
-0
/
+4
*
|
|
Merge tag 'drm-intel-next-2018-02-21' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
2018-03-01
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
drm/amdgpu: Handle 64-bit return from drm_crtc_vblank_count()
Dhinakaran Pandiyan
2018-02-15
1
-2
/
+2
|
|
/
*
|
drm/amd/display: Make FBC work without fbdev emulation
Roman Li
2018-02-19
1
-23
/
+15
*
|
drm/amd/display: Refactor max color lut entries into a macro.
Leo (Sunpeng) Li
2018-02-19
1
-2
/
+3
*
|
drm/amd/display: Hookup color management functions
Leo (Sunpeng) Li
2018-02-19
1
-33
/
+32
*
|
drm/amdgpu: Unify the dm resume calls into one
Mikita Lipski
2018-02-19
1
-1
/
+3
*
|
drm/amd/display: Fixed non-native modes not lighting up
Jerry (Fangzhi) Zuo
2018-02-19
1
-1
/
+3
[prev]
[next]