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
2017-10-21
drm/amd/display: Fix brace style
Tom St Denis
1
-9
/
+6
2017-10-21
drm/amd/display: Remove needless cast in amdgpu_dm_connector_init()
Tom St Denis
1
-1
/
+2
2017-10-21
drm/amd/display: Fix brace style in amdgpu_dm_connector_ddc_get_modes()
Tom St Denis
1
-1
/
+2
2017-10-21
drm/amd/display: Tidy up dm_drm_plane_reset()
Tom St Denis
1
-3
/
+3
2017-10-21
drm/amd/display: Fix indentation in create_eml_sink()
Tom St Denis
1
-2
/
+1
2017-10-21
drm/amd/display: Replace block with strncpy() in fill_audio_info()
Tom St Denis
1
-5
/
+3
2017-10-21
drm/amd/display: Fix brace style in amdgpu_dm_initialize_drm_device()
Tom St Denis
1
-2
/
+1
2017-10-21
drm/amd/display: Simplify handle_hpd_rx_irq()
Tom St Denis
1
-6
/
+6
2017-10-21
drm/amd/display: Fix brace style in dm_handle_hpd_rx_irq()
Tom St Denis
1
-1
/
+2
2017-10-21
drm/amd/display: Fix brace style in amdgpu_dm_update_connector_after_detect()
Tom St Denis
1
-2
/
+2
2017-10-21
drm/amd/display: Fix indentation in dm_resume()
Tom St Denis
1
-4
/
+1
2017-10-21
drm/amd/display: Fix indentation in dm_suspend()
Tom St Denis
1
-4
/
+1
2017-10-21
drm/amd/display: Simplify dm_late_init()
Tom St Denis
1
-2
/
+1
2017-10-21
drm/amd/display: Fix one more place for dc_stream_state leak
Harry Wentland
1
-1
/
+1
2017-10-21
drm/amd/display: WA for 3 display play video hot plug.
Yongqiang Sun
1
-5
/
+5
2017-10-21
drm/amd/display: Fix up some whitespace in handle_cursor_update
Harry Wentland
1
-4
/
+4
2017-10-21
drm/amd/display: ASSERT on dc_create_state failing.
Leo (Sunpeng) Li
1
-0
/
+1
2017-10-21
drm/amd/display: Report stream as different on scaling change
Leo (Sunpeng) Li
1
-2
/
+3
2017-10-21
drm/amd/display: add performance trace macro to dc
Dmytro Laktyushkin
1
-0
/
+6
2017-10-21
drm/amd/display: Remove a false-positive error message
Jerry Zuo
1
-1
/
+3
2017-10-21
drm/amd/display: Fix a logic defect in cursor move
Jerry Zuo
1
-4
/
+5
2017-10-21
drm/amd/display: Fixed extend to second screen mode hang
Yongqiang Sun
1
-2
/
+2
2017-10-21
drm/amd/display: Remove drm_modeset_lock in MST code
Jerry Zuo
1
-7
/
+5
2017-10-21
drm/amd/display: Do not access fbdev helper members
Jerry Zuo
1
-12
/
+1
2017-10-21
drm/amd/display: Fix irq enable/disable on resume.
Roman Li
1
-2
/
+2
2017-10-21
drm/amd/display: Fix hotplug after s3 resume.
Roman Li
1
-2
/
+2
2017-10-21
drm/amd/display: Fix MST daisy chain SST not light up
Jerry Zuo
1
-61
/
+49
2017-10-21
drm/amd/display: Fixed validation return wrong result.
Yongqiang Sun
1
-1
/
+1
2017-10-21
drm/amd/display: Refactor dc_update_planes_and_stream.
Bhawanpreet Lakha
1
-5
/
+16
2017-10-21
drm/amd/display: Fix NULL pointer on MST chained mode
Jerry Zuo
1
-0
/
+7
2017-10-21
drm/amd/display: Exclude MST from fake sink
Jerry Zuo
1
-2
/
+11
2017-10-21
drm/amd/display: Match actual state during S3 resume.
Leo (Sunpeng) Li
1
-0
/
+36
2017-10-21
drm/amd/display: Don't report fake sink as connected
Harry Wentland
1
-1
/
+2
2017-10-17
Merge remote-tracking branch 'pfdo/drm-next' into drm-next
Dave Airlie
1
-1
/
+1
2017-10-17
drm/amd/display: drop unused dm_delay_in_microseconds
Alex Deucher
1
-7
/
+0
2017-10-17
drm/amd/display: make amdgpu_dm_irq_handler static
Alex Deucher
2
-12
/
+3
2017-10-17
drm/amd/display: remove unused functions in amdgpu_dm_irq.c
Alex Deucher
2
-67
/
+0
2017-10-17
drm/amd/display: whitespace cleanup in amdgpu_dm_irq.c/h
Alex Deucher
2
-85
/
+64
2017-10-17
drm/amd/display: make log_dpcd static
Alex Deucher
1
-5
/
+5
2017-10-17
drm/amd/display: whitespace cleanup in amdgpu_dm_mst_types.c/h
Alex Deucher
2
-22
/
+22
2017-10-17
drm/amd/display: drop unused functions in amdgpu_dm_services.c
Alex Deucher
1
-53
/
+0
2017-10-17
drm/amd/display: drop unused functions in amdgpu_dm.c
Alex Deucher
1
-82
/
+0
2017-10-17
drm/amd/display: make a bunch of stuff in amdgpu_dm.c static
Alex Deucher
2
-104
/
+91
2017-10-17
drm/amd/display: whitespace cleanup in amdgpu_dm.c/h
Alex Deucher
2
-228
/
+191
2017-10-17
drm/amd/display: fix typo in function name
Alex Deucher
2
-10
/
+5
2017-10-17
drm/amd/display: Remove useless pcrtc pointer
Leo (Sunpeng) Li
1
-3
/
+3
2017-10-17
drm/amd/display: Fix typo
Leo (Sunpeng) Li
1
-2
/
+2
2017-10-17
drm/amd/display: Unify amdgpu_dm state variable namings.
Leo (Sunpeng) Li
1
-69
/
+68
2017-10-17
drm/amd/display: Unify DRM state variable namings.
Leo (Sunpeng) Li
1
-40
/
+40
2017-10-17
drm/amd/display: Use new DRM API where possible
Leo (Sunpeng) Li
1
-65
/
+66
[prev]
[next]