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
2019-03-20
drm/amd/display: Use drm helper for resetting plane state
Nicholas Kazlauskas
1
-7
/
+2
2019-03-20
drm/amd/display: Reset alpha state for planes to the correct values
Nicholas Kazlauskas
1
-0
/
+2
2019-03-20
drm/amd/display: Respect DRM framebuffer info for video surfaces
Nicholas Kazlauskas
1
-11
/
+10
2019-03-19
drm/amd/display: Fix plane address updates for video surface formats
Nicholas Kazlauskas
1
-31
/
+26
2019-03-19
drm/amd/display: Expose support for alpha blending on overlays
Nicholas Kazlauskas
1
-0
/
+52
2019-03-19
drm/amd/display: Don't ASSERT when total_planes == AMDGPU_MAX_PLANES
Nicholas Kazlauskas
1
-1
/
+1
2019-03-19
drm/amd/display: Drop atomic_obj_lock for private obj
Nicholas Kazlauskas
2
-9
/
+0
2019-03-19
drm/amd/display: Update plane tiling attributes for stream updates
Nicholas Kazlauskas
1
-73
/
+101
2019-03-19
drm/amd/display: Refactor pageflips plane commit
David Francis
1
-68
/
+64
2019-03-19
drm/amd/display: Allow pflips from a framebuffer to itself
David Francis
1
-5
/
+4
2019-03-19
drm/amd/display: Create overlay planes
Nicholas Kazlauskas
1
-7
/
+44
2019-03-19
drm/amd/display: Drop underlay plane support
Nicholas Kazlauskas
1
-57
/
+19
2019-03-19
drm/amd/display: Set stream->mode_changed when connectors change
Nicholas Kazlauskas
1
-2
/
+1
2019-03-19
drm/amd/display: Respect aux return values
Thomas Lim
1
-3
/
+18
2019-03-19
drm/amd/display: Poll pending DOWN_REP before enabling the link
Martin Tsai
1
-1
/
+1
2019-03-19
drm/amd/powerplay: implement interface to set watermarks for clock ranges
Huang Rui
1
-4
/
+7
2019-03-19
drm/amd/powerplay: add interface to notify smu enable pme restore register
Huang Rui
1
-4
/
+4
2019-03-19
drm/amd/powerplay: add interface to get current clocks for display
Huang Rui
1
-0
/
+2
2019-03-19
drm/amd/powerplay: add interface to request display clock voltage
Huang Rui
1
-5
/
+12
2019-03-19
drm/amd/powerplay: add interface to get clock by type with voltage for display
Huang Rui
1
-7
/
+13
2019-03-19
drm/amd/powerplay: add interface to get clock by type with latency for display (v2)
Huang Rui
1
-6
/
+13
2019-03-19
drm/amd/powerplay: add interface to get max high clocks for display
Huang Rui
1
-0
/
+7
2019-03-19
drm/amd/powerplay: add get_clock_by_type interface for display
Huang Rui
1
-0
/
+6
2019-03-19
drm/amd/powerplay: add smu display configuration change function
Huang Rui
1
-0
/
+5
2019-03-12
Merge branch 'drm-next-5.1' of git://people.freedesktop.org/~agd5f/linux into drm-next
Dave Airlie
2
-8
/
+36
2019-03-05
drm/amd/display: Make stream commits call into DC only once
David Francis
1
-75
/
+54
2019-03-05
drm/amd/display: Clean up wait on vblank event
David Francis
1
-11
/
+7
2019-03-05
drm/amd/display: PPLIB Hookup
Jun Lei
1
-10
/
+10
2019-03-05
drm/amd/display: Use vrr friendly pageflip throttling in DC.
Mario Kleiner
1
-4
/
+29
2019-03-05
drm/amd/display: Use vrr friendly pageflip throttling in DC.
Mario Kleiner
1
-1
/
+27
2019-03-04
Merge v5.0 into drm-next
Dave Airlie
1
-5
/
+5
2019-02-27
drm/amd/display: Fix reference counting for struct dc_sink.
Mathias Fröhlich
2
-8
/
+36
2019-02-27
drm/amd/display: Use vrr friendly pageflip throttling in DC.
Mario Kleiner
1
-4
/
+23
2019-02-22
Merge branch 'drm-next-5.1' of git://people.freedesktop.org/~agd5f/linux into drm-next
Dave Airlie
1
-16
/
+65
2019-02-19
drm/amd/display: Do cursor updates after stream updates
Nicholas Kazlauskas
1
-3
/
+6
2019-02-19
drm/amd/display: Fix update type mismatches in atomic check
Nicholas Kazlauskas
1
-6
/
+10
2019-02-19
drm/amd/display: Don't expose support for DRM_FORMAT_RGB888
Nicholas Kazlauskas
1
-1
/
+0
2019-02-19
drm/amd/display: Fix wrong z-order when updating overlay planes
Nicholas Kazlauskas
1
-0
/
+36
2019-02-19
drm/amd/display: Fix MST reboot/poweroff sequence
Leo (Hanghong) Ma
1
-2
/
+3
2019-02-18
Merge v5.0-rc7 into drm-next
Dave Airlie
2
-14
/
+48
2019-02-13
drm/amd/display: Fix deadlock with display during hanged ring recovery.
Andrey Grodzovsky
1
-6
/
+13
2019-02-11
Merge branch 'drm-next-5.1' of git://people.freedesktop.org/~agd5f/linux into drm-next
Dave Airlie
2
-99
/
+92
2019-02-08
drm/amd/display: Expose connector VRR range via debugfs
Nicholas Kazlauskas
1
-1
/
+21
2019-02-06
drm/amd/display: Clear dc_sink after it gets released
Jerry (Fangzhi) Zuo
1
-1
/
+3
2019-02-06
drm/amd/display: Don't re-program planes for DPMS changes
Nicholas Kazlauskas
1
-1
/
+2
2019-02-05
drm/amd/display: Apply fake sink back to MST sequence
Jerry (Fangzhi) Zuo
2
-5
/
+6
2019-02-05
drm/amd/display: Check that vrefresh is in freesync range
Ilya Bakoulin
1
-5
/
+5
2019-02-05
drm/amd/display: Remove FreeSync timing changed debug output
Nicholas Kazlauskas
1
-6
/
+0
2019-02-05
drm/amd/display: Initialize stream_update to zero
Nicholas Kazlauskas
1
-1
/
+2
2019-02-05
drm/amd/display: Reformat dm_determine_update_type_for_commit
Nicholas Kazlauskas
1
-55
/
+59
[prev]
[next]