mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-19 12:03:56 -04:00
drm/amdgpu: fold CONFIG_DRM_AMD_DC_DCN3* into CONFIG_DRM_AMD_DC_DCN (v3)
Avoids confusion in configurations. v2: fix build when CONFIG_DRM_AMD_DC_DCN is disabled v3: rebase on latest code Reviewed-by: Luben Tuikov <luben.tuikov@amd.com> (v1) Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -35,7 +35,6 @@
|
||||
|
||||
struct dp_mst_stream_allocation_table;
|
||||
|
||||
#ifdef CONFIG_DRM_AMD_DC_DCN3_0
|
||||
/*
|
||||
* Allocate memory accessible by the GPU
|
||||
*
|
||||
@@ -57,7 +56,6 @@ void dm_helpers_free_gpu_mem(
|
||||
enum dc_gpu_mem_alloc_type type,
|
||||
void *pvMem);
|
||||
|
||||
#endif
|
||||
enum dc_edid_status dm_helpers_parse_edid_caps(
|
||||
struct dc_context *ctx,
|
||||
const struct dc_edid *edid,
|
||||
|
||||
Reference in New Issue
Block a user