Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | amdgpu/dc: remove pointless returns in the i2caux constructor paths. (v2) | Dave Airlie | 2017-09-29 | 1 | -5/+2 |
| | | | | | | | | | | | | | There was lots of return true, and error checking that was never used in these paths. Just remove it all. v2: I missed one return true. Signed-off-by: Dave Airlie <airlied@redhat.com> Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> | ||||
* | drm/amd/dc: Add dc display driver (v2) | Harry Wentland | 2017-09-26 | 1 | -0/+121 |
Supported DCE versions: 8.0, 10.0, 11.0, 11.2 v2: rebase against 4.11 Signed-off-by: Harry Wentland <harry.wentland@amd.com> Acked-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> |