| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-06-10 | drm/amd: drop use of drmP.h in remaining files | Sam Ravnborg | 1 | -1/+3 | |
| With this commit drm/amd/ has no longer any uses of the deprecated drmP.h header file. Signed-off-by: Sam Ravnborg <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Cc: "Christian König" <[email protected]> Cc: "David (ChunMing) Zhou" <[email protected]> Cc: David Airlie <[email protected]> Cc: Daniel Vetter <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] | |||||
| 2018-08-27 | drm/amdgpu: move display definitions into amdgpu_display header | Huang Rui | 1 | -0/+1 | |
| Demangle amdgpu.h. Signed-off-by: Huang Rui <[email protected]> Acked-by: Christian König <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
| 2018-03-14 | drm/amdgpu: save/restore backlight level in legacy dce code | Alex Deucher | 1 | -2/+2 | |
| Save/restore the backlight level scratch register in S3/S4 so the backlight level comes back at the previously requested level. Bug: https://bugzilla.kernel.org/show_bug.cgi?id=199047 Fixes: 4ec6ecf48c64d (drm/amdgpu: drop scratch regs save and restore from S3/S4 handling) Acked-by: Michel Dänzer <[email protected]> Reviewed-by: Harry Wentland <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
| 2017-01-27 | drm/amdgpu: Remove checking for atombios | Nils Wallménius | 1 | -6/+0 | |
| This is a left over from radeon, amdgpu doesn't support any non-atombios parts and amdgpu_device_init would bail if the check for atombios failed anyway. Reviewed-by: Edward O'Callaghan <[email protected]> Signed-off-by: Nils Wallménius <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
| 2016-07-14 | drm/amdgpu: support backlight control for UNIPHY3 | Alex Deucher | 1 | -0/+1 | |
| Same interface as other UNIPHY blocks Signed-off-by: Alex Deucher <[email protected]> Cc: [email protected] | |||||
| 2016-05-09 | Merge tag 'v4.6-rc7' into drm-next | Dave Airlie | 1 | -0/+4 | |
| Merge this back as we've built up a fair few conflicts, and I have some newer trees to pull in. | |||||
| 2016-05-04 | drm/amdgpu/atom: add support for new UNIPHYTransmitterContol cmd table | Alex Deucher | 1 | -1/+50 | |
| New uniphy transmitter setup table for elm/baf. Reviewed-by: Christian König <[email protected]> Signed-off-by: Alex Deucher <[email protected]> Reviewed-by: Jammy Zhou <[email protected]> | |||||
| 2016-05-04 | drm/amdgpu/atom: add support for new DIGxEncoderControl cmd table | Alex Deucher | 1 | -0/+42 | |
| New digital encoder setup table for elm/baf. Reviewed-by: Christian König <[email protected]> Signed-off-by: Alex Deucher <[email protected]> Reviewed-by: Jammy Zhou <[email protected]> | |||||
| 2016-05-03 | drm/amdgpu: make sure vertical front porch is at least 1 | Alex Deucher | 1 | -0/+4 | |
| hw doesn't like a 0 value. Signed-off-by: Alex Deucher <[email protected]> Cc: [email protected] | |||||
| 2015-09-29 | drm/amdgpu: Restore LCD backlight level on resume | Alex Deucher | 1 | -2/+1 | |
| Instead of only enabling the backlight (which seems to set it to max brightness), just re-set the current backlight level, which also takes care of enabling the backlight if necessary. Port of radeon commit: drm/radeon: Restore LCD backlight level on resume (>= R5xx) Signed-off-by: Alex Deucher <[email protected]> Cc: [email protected] | |||||
| 2015-08-17 | drm/amdgpu: merge amdgpu_family.h into amd_shared.h (v2) | Jammy Zhou | 1 | -1/+1 | |
| Make the definitions common for all driver components v2: fix kfd Signed-off-by: Jammy Zhou <[email protected]> Reviewed-by: Alex Deucher <[email protected]> | |||||
| 2015-06-03 | drm/amdgpu: add core driver (v4) | Alex Deucher | 1 | -0/+2066 | |
| This adds the non-asic specific core driver code. v2: remove extra kconfig option v3: implement minor fixes from Fengguang Wu v4: fix cast in amdgpu_ucode.c Acked-by: Christian König <[email protected]> Acked-by: Jammy Zhou <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||