mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/
synced 2026-04-18 06:33:43 -04:00
drm/amd/display: Drop CONFIG_DRM_AMD_DC_HDCP
[Why & How] There is no reason we still need a config option for this. Reviewed-by: Wenjing Liu <Wenjing.Liu@amd.com> Acked-by: Qingqing Zhuo <qingqing.zhuo@amd.com> Signed-off-by: Harry Wentland <harry.wentland@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
ab487ea891
commit
1e88eb1b2c
@@ -461,9 +461,7 @@ struct amdgpu_display_manager {
|
||||
struct amdgpu_dm_backlight_caps backlight_caps[AMDGPU_DM_MAX_NUM_EDP];
|
||||
|
||||
struct mod_freesync *freesync_module;
|
||||
#ifdef CONFIG_DRM_AMD_DC_HDCP
|
||||
struct hdcp_workqueue *hdcp_workqueue;
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @vblank_control_workqueue:
|
||||
@@ -747,9 +745,7 @@ struct dm_connector_state {
|
||||
uint8_t underscan_hborder;
|
||||
bool underscan_enable;
|
||||
bool freesync_capable;
|
||||
#ifdef CONFIG_DRM_AMD_DC_HDCP
|
||||
bool update_hdcp;
|
||||
#endif
|
||||
uint8_t abm_level;
|
||||
int vcpi_slots;
|
||||
uint64_t pbn;
|
||||
|
||||
Reference in New Issue
Block a user