index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
display
/
amdgpu_dm
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-26
drm/amd/display: Use stream validation hook.
Andrey Grodzovsky
1
-38
/
+48
2017-09-26
drm/amd/display: Roll core_sink into dc_sink
Harry Wentland
2
-3
/
+3
2017-09-26
drm/amd/display: Roll core_link into dc_link
Harry Wentland
2
-3
/
+3
2017-09-26
drm/amd/display: Roll core_surface into dc_surface
Harry Wentland
1
-4
/
+4
2017-09-26
drm/amd/display: Return hpd_irq_dpcd from hpd_rx handler
Wenjing Liu
1
-1
/
+1
2017-09-26
drm/amd/display: Do not release state objects on atomic check fail
Leo (Sunpeng) Li
1
-15
/
+6
2017-09-26
drm/amd/display: Release cached atomic state in S3.
Andrey Grodzovsky
1
-0
/
+4
2017-09-26
drm/amd/display: Release dm_state->context when state is cleared.
Andrey Grodzovsky
2
-0
/
+24
2017-09-26
drm/amd/display: Skip DC validation for flips and cursor.
Andrey Grodzovsky
1
-17
/
+18
2017-09-26
drm/amd/display: Attach surface to dm_plane_state.
Andrey Grodzovsky
2
-203
/
+147
2017-09-26
drm/amd/display: Clean dm_plane_state hooks.
Andrey Grodzovsky
1
-37
/
+6
2017-09-26
drm/amd/display: Leave all validate_ctx life cycle management to DC.
Andrey Grodzovsky
1
-15
/
+0
2017-09-26
drm/amd/display: Remove acrtc->stream
Andrey Grodzovsky
3
-219
/
+226
2017-09-26
drm/amd/display: Update atomic state hooks.
Andrey Grodzovsky
2
-16
/
+11
2017-09-26
drm/amd/display: Use validate_context from atomic_check in commit
Harry Wentland
1
-6
/
+12
2017-09-26
drm/amd/display: Add validate_context to atomic_state
Harry Wentland
2
-17
/
+3
2017-09-26
drm/amd/display: Commit validation set from state
Harry Wentland
1
-15
/
+17
2017-09-26
drm/amd/display: Add correct retain/release
Harry Wentland
2
-0
/
+16
2017-09-26
drm/amd/display: Hook dm private state into atomic_check
Harry Wentland
2
-32
/
+37
2017-09-26
drm/amd/display: Create dm_atomic_state
Harry Wentland
2
-1
/
+44
2017-09-26
drm/amd/display: Add extra mode and clock info to DTN logs
Corbin McElhanney
1
-1
/
+1
2017-09-26
drm/amd/display: Move dm_plane_state to DAL header.
Andrey Grodzovsky
1
-6
/
+5
2017-09-26
drm/amd/display: fix dcn pipe reset sequence
Dmytro Laktyushkin
1
-1
/
+1
2017-09-26
drm/amd/display: Create dm_crtc_state stubs.
Andrey Grodzovsky
2
-3
/
+81
2017-09-26
drm/amd/display: Make mode_config_funcs const
Harry Wentland
1
-2
/
+1
2017-09-26
drm/amd/display: Move drm_get_vblank from legacy code
Leo (Sunpeng) Li
1
-2
/
+4
2017-09-26
drm/amd/display: Fix misuse of plane state destroy helper
Xiaojie Yuan
1
-1
/
+2
2017-09-26
drm/amd/display: Move kms_atomic support flag to dm_early_init.
Andrey Grodzovsky
1
-0
/
+1
2017-09-26
drm/amd/display: Move dm_plane_state definition to DAL header.
Andrey Grodzovsky
1
-0
/
+6
2017-09-26
drm/amd/display: Global lock typos fix.
Andrey Grodzovsky
1
-3
/
+3
2017-09-26
drm/amd/display: Workaround IGT multiplane restriction
Leo (Sunpeng) Li
1
-1
/
+13
2017-09-26
drm/amd/display: Refine globallock.
Andrey Grodzovsky
1
-11
/
+24
2017-09-26
drm/amd/display: Remove check update type function.
Andrey Grodzovsky
1
-72
/
+8
2017-09-26
drm/amd/display: Add global lock function.
Andrey Grodzovsky
1
-17
/
+49
2017-09-26
drm/amd/display: MST atomic_get_property missing.
Andrey Grodzovsky
1
-1
/
+2
2017-09-26
drm/amd/display: Create dm_plane_state.
Andrey Grodzovsky
1
-21
/
+58
2017-09-26
drm/amd/display: Handle commit plane with no FB.
Andrey Grodzovsky
2
-63
/
+70
2017-09-26
drm/amd/display: Get rid of seperate flip function.
Andrey Grodzovsky
2
-100
/
+34
2017-09-26
drm/amd/display: Add function to log connectivity
Zeyu Fan
1
-0
/
+6
2017-09-26
drm/amd/display: Remove unsupported RGB formats
Leo (Sunpeng) Li
1
-5
/
+0
2017-09-26
drm/amd/display: Remove redundant member from amdgpu_plane.
Andrey Grodzovsky
2
-5
/
+5
2017-09-26
drm/amd/display: Universal cursor plane hook-up.
Andrey Grodzovsky
1
-151
/
+91
2017-09-26
drm/amd/display: Don't commit surfaces if no stream
Harry Wentland
1
-2
/
+9
2017-09-26
drm/amd/display: update NV12/NV21 as the YUV format
Shirish S
1
-10
/
+12
2017-09-26
drm/amd/display: Get rid of get_dm_commit_action
Andrey Grodzovsky
1
-83
/
+44
2017-09-26
drm/amd/display: fix NULL pointer in dm_commit_surfaces
Jerry Zuo
1
-0
/
+4
2017-09-26
drm/amd/display: Fix handling of scaling and underscan.
Andrey Grodzovsky
1
-106
/
+99
2017-09-26
drm/amd/display: call amdgpu_dm_fini when hw_fini.
Rex Zhu
1
-3
/
+2
2017-09-26
drm/amd/display: No need to assert on stream_status
Harry Wentland
1
-3
/
+0
2017-09-26
drm/amd/display: Remove redundant condition.
Andrey Grodzovsky
1
-7
/
+1
[next]