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-03-05
drm/amd/display: Return success when enabling interrupt
Harry Wentland
1
-2
/
+1
2018-03-05
drm/amd/display: Use crtc enable/disable_vblank hooks
Harry Wentland
1
-0
/
+24
2018-03-05
drm/amd/display: add diags clock programming
Dmytro Laktyushkin
1
-0
/
+5
2018-03-05
drm/amd/display: allocate fbc buffer in AMDGPU_GEM_DOMAIN_GTT
Shirish S
1
-1
/
+1
2018-03-05
drm/amd/display: Use 4096 lut entries
Leo (Sunpeng) Li
3
-22
/
+61
2018-03-05
drm/amd/display: Fix active dongle hotplug
Roman Li
1
-0
/
+4
2018-03-05
drm/amd/display: move MST branch initialize to before link training
Hersen Wu
1
-0
/
+9
2018-03-01
Merge tag 'drm-intel-next-2018-02-21' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
Dave Airlie
1
-2
/
+2
2018-02-28
drm/amd/display: make dm_dp_aux_transfer return payload bytes instead of size
Shirish S
1
-4
/
+5
2018-02-20
drm/amdgpu: Unify the dm resume calls into one
Mikita Lipski
1
-1
/
+3
2018-02-19
drm/amd/display: Remove unused dm_pp_ interfaces
Harry Wentland
1
-33
/
+0
2018-02-19
drm/amd/display: Make FBC work without fbdev emulation
Roman Li
1
-23
/
+15
2018-02-19
drm/amd/display: Skip 2 frames when first reading CRC
Leo (Sunpeng) Li
2
-7
/
+7
2018-02-19
drm/amd/display: When enabling CRC, disable dither & enable truncation
Leo (Sunpeng) Li
1
-2
/
+9
2018-02-19
drm/amd/display: Refactor max color lut entries into a macro.
Leo (Sunpeng) Li
3
-8
/
+10
2018-02-19
drm/amd/display: Hookup color management functions
Leo (Sunpeng) Li
3
-33
/
+44
2018-02-19
drm/amd/display: Implement color management
Leo (Sunpeng) Li
3
-1
/
+224
2018-02-19
drm/amdgpu: Unify the dm resume calls into one
Mikita Lipski
1
-1
/
+3
2018-02-19
drm/amd/display: Set irq state only on existing crtcs
Mikita Lipski
1
-4
/
+2
2018-02-19
drm/amd/display: Fix multiple definitions of handle_crc_irq
Leo (Sunpeng) Li
1
-1
/
+1
2018-02-19
drm/amd/display: Fixed non-native modes not lighting up
Jerry (Fangzhi) Zuo
1
-1
/
+3
2018-02-19
drm/amdgpu: remove unused display_vblank_wait interface
Alex Deucher
1
-1
/
+0
2018-02-19
drm/amdgpu: set DRIVER_ATOMIC flag early
Alex Deucher
1
-2
/
+0
2018-02-19
drm/amd/display: Remove timer handler.
Andrey Grodzovsky
2
-80
/
+0
2018-02-19
drm/amd/display: Remove unsued mutex and spinlock.
Andrey Grodzovsky
2
-15
/
+0
2018-02-19
drm/amd/display: Call update_stream_signal directly from amdgpu_dm
Harry Wentland
1
-7
/
+3
2018-02-19
drm/amd/display: Early return on crc get
Leo (Sunpeng) Li
2
-14
/
+21
2018-02-19
drm/amdgpu: rename amdgpu_crtc_idx_to_irq_type
Samuel Li
1
-1
/
+1
2018-02-19
drm/amdgpu: rename amdgpu_get_crtc_scanoutpos
Samuel Li
1
-3
/
+3
2018-02-19
drm/amdgpu: rename amdgpu_modeset_create_props
Samuel Li
1
-1
/
+1
2018-02-19
drm/amdgpu: rename amdgpu_user_framebuffer_create
Samuel Li
1
-1
/
+1
2018-02-19
drm/amd/dc: include new ip and ip_offset headers
Hawking Zhang
1
-1
/
+2
2018-02-19
drm/amdgpu: move struct amdgpu_mc into amdgpu_gmc.h
Christian König
1
-2
/
+2
2018-02-19
drm/amd/display: Enable VM support only on APUs newer than CZ
Harry Wentland
1
-0
/
+8
2018-02-19
drm/amdgpu: allow framebuffer in GART memory as well
Christian König
1
-2
/
+9
2018-02-19
drm/amd/display: Implement interface for CRC on CRTC
Leo (Sunpeng) Li
4
-0
/
+131
2018-02-19
drm/amd/display: Drop dm_connector_update_modes
Harry Wentland
1
-8
/
+2
2018-02-19
drm/amd/display: Make create_stream_for_sink more consistent
Harry Wentland
1
-28
/
+25
2018-02-19
drm/amd/display: Debug-print reason for mode validation failure
Harry Wentland
1
-2
/
+3
2018-02-19
drm/amd/display: Debug print when validate_stream fails
Harry Wentland
1
-1
/
+9
2018-02-19
drm/amd/display: Remove unnecessary fail labels in create_stream_for_sink
Harry Wentland
1
-9
/
+5
2018-02-19
drm/amd/display: Prevent master programming in multisync
Mikita Lipski
1
-1
/
+1
2018-02-19
drm/amd/display: Fix topology change issue in MST rehook
Jerry (Fangzhi) Zuo
1
-0
/
+6
2018-02-19
drm/amd/display: make FBC mem alloc dynamic
Roman Li
1
-18
/
+44
2018-02-15
drm/amdgpu: Handle 64-bit return from drm_crtc_vblank_count()
Dhinakaran Pandiyan
1
-2
/
+2
2017-12-20
drm/amd/display: Fix rehook MST display not light back on
Jerry (Fangzhi) Zuo
4
-5
/
+62
2017-12-20
drm/amd/display: Do DC mode-change check after stream creation
Leo (Sunpeng) Li
1
-9
/
+6
2017-12-15
drm/amd/display: remove redundant null check of array 'data'
Colin Ian King
1
-2
/
+1
2017-12-14
drm/amd/display: Print DC_VER at DC init
Harry Wentland
1
-2
/
+2
2017-12-07
drm/amdgpu: add license to Makefiles
Alex Deucher
1
-0
/
+21
[prev]
[next]