]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: Initialize pipe priority order on graphic initialization
authorozeng <oak.zeng@amd.com>
Fri, 10 Feb 2017 23:55:36 +0000 (17:55 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 13 Feb 2017 20:08:33 +0000 (15:08 -0500)
commit50d87bc3bd332c8838c1c80fe864d17eaaf82630
treee41cbc323fab9812a6645c801e4bd4cd69cba772
parent013c7296b8e4ce7ee8f65831a5c6893d8cf6f976
drm/amdgpu: Initialize pipe priority order on graphic initialization

Initialized PIPE_ORDER_TS0/1/2/3 field of SPI_ARB_PRIORITY register to 2.
This set the pipe priority order to:
02 - HP3D, CS_H, GFX, CS_M, CS_L

Signed-off-by: Oak Zeng <Oak.Zeng@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c