mirror of
https://github.com/torvalds/linux.git
synced 2026-04-23 09:05:50 -04:00
drm/amd/display: Pass log_mask from DM
Linux and Windows often desire different log levels. Signed-off-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
02e749dcbe
commit
01a526f3de
@@ -374,6 +374,8 @@ int amdgpu_dm_init(struct amdgpu_device *adev)
|
||||
|
||||
init_data.dce_environment = DCE_ENV_PRODUCTION_DRV;
|
||||
|
||||
init_data.log_mask = DC_DEFAULT_LOG_MASK;
|
||||
|
||||
#ifdef ENABLE_FBC
|
||||
if (adev->family == FAMILY_CZ)
|
||||
amdgpu_dm_initialize_fbc(adev);
|
||||
|
||||
Reference in New Issue
Block a user