aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_legacy_misc.c
AgeCommit message (Collapse)AuthorFilesLines
2019-04-24drm/legacy: remove some legacy lock struct membersDave Airlie1-0/+6
This removes these unless legacy is enabled. The lock count init is unneeded anyways since it's kzalloc. Reviewed-by: Daniel Vetter <[email protected]> Signed-off-by: Dave Airlie <[email protected]>
2019-04-24drm/legacy: move legacy dev reinit into legacy miscDave Airlie1-0/+24
This moves the legacy dev reinit into the legacy misc file. Reviewed-by: Daniel Vetter <[email protected]> Signed-off-by: Dave Airlie <[email protected]>
2019-04-24drm/legacy: move init/destroy of struct members into legacy fileDave Airlie1-0/+52
This introduces drm_legacy_misc.c as a place for some misc legacy code, eventually I want to give the option to remove this from the build. Reviewed-by: Daniel Vetter <[email protected]> Signed-off-by: Dave Airlie <[email protected]>