aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/include/cik_structs.h
AgeCommit message (Collapse)AuthorFilesLines
2015-01-02drm/amd: Put cik structures in a common placeBen Goz1-0/+293
This patch creates a new file, cik_structs.h, and puts the cik_mqd and cik_sdma_rlc_registers structures in that file. The new file is placed in a common include folder under the drm/amd folder, so it will be shared among all amd drm drivers. Signed-off-by: Ben Goz <[email protected]> Signed-off-by: Oded Gabbay <[email protected]> Reviewed-by: Alex Deucher <[email protected]>