drm/amd: Put cik structures in a common place
authorBen Goz <ben.goz@amd.com>
Fri, 2 Jan 2015 21:18:39 +0000 (23:18 +0200)
committerOded Gabbay <oded.gabbay@amd.com>
Fri, 2 Jan 2015 21:18:39 +0000 (23:18 +0200)
commitbd7fbd38e58046d8b2e37003e01b9fa0f545e5ae
tree5935708c571224c2a5e8c3c916b48c65fbbf77dd
parent23d6cbe616b66ef85cee2ad8b9d9e7873bb81ed3
drm/amd: Put cik structures in a common place

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 <ben.goz@amd.com>
Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/include/cik_structs.h [new file with mode: 0644]