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)
commitd2383267557a6080fadcbe335422c0825325845d
treee41cbc323fab9812a6645c801e4bd4cd69cba772
parent254cd2e08dd0c44f9de6424f10390343a34b4f5a
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