mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-21 04:53:46 -04:00
drm/amdgpu/display: fold DRM_AMD_DC_DCN3_1 into DRM_AMD_DC_DCN
No need for a separate flag now that DCN3.1 is not in bring up. Fold into DRM_AMD_DC_DCN like previous DCN IPs. Reviewed-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -23,8 +23,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#if defined(CONFIG_DRM_AMD_DC_DCN3_1)
|
||||
|
||||
#ifndef __DAL_IRQ_SERVICE_DCN31_H__
|
||||
#define __DAL_IRQ_SERVICE_DCN31_H__
|
||||
|
||||
@@ -34,4 +32,3 @@ struct irq_service *dal_irq_service_dcn31_create(
|
||||
struct irq_service_init_data *init_data);
|
||||
|
||||
#endif /* __DAL_IRQ_SERVICE_DCN31_H__ */
|
||||
#endif /* CONFIG_DRM_AMD_DC_DCN3_1 */
|
||||
|
||||
Reference in New Issue
Block a user