Hi Dave,
Misc radeon and amdgpu bug fixes for 4.6. The big change is a patch to fix possible display problems on NI and newer parts when reprogramming the mc when DP is in use.
The following changes since commit ff3e84e8e479c3ba7148f8dc35a56cf091ab56d9:
Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-fixes (2016-04-14 13:06:19 +1000)
are available in the git repository at:
git://people.freedesktop.org/~agd5f/linux drm-fixes-4.6
for you to fetch changes up to e030c67f21803c8b03e9a50f70742312dceb2a78:
amdgpu/uvd: add uvd fw version for amdgpu (2016-04-20 11:46:10 -0400)
---------------------------------------------------------------- Alex Deucher (8): drm/radeon: fix initial connector audio value drm/radeon: print pci revision as well as pci ids on driver load drm/radeon: add a quirk for a XFX R9 270X drm/amdgpu/acp: fix resume on CZ systems with AZ audio Revert "drm/radeon: disable runtime pm on PX laptops without dGPU power control" drm/radeon: print a message if ATPX dGPU power control is missing drm/amdgpu: use defines for CRTCs and AMFT blocks drm/amdgpu: bump the afmt limit for CZ, ST, Polaris
Jérôme Glisse (2): drm/radeon: forbid mapping of userptr bo through radeon device file drm/amdgpu: forbid mapping of userptr bo through radeon device file
Rex Zhu (1): drm/amdgpu: when suspending, if uvd/vce was running. need to cancel delay work.
Sonny Jiang (1): amdgpu/uvd: add uvd fw version for amdgpu
Vitaly Prosyak (1): drm/radeon: fix vertical bars appear on monitor
drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 + drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c | 4 + drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | 6 +- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 2 + drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c | 5 + drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c | 1 + drivers/gpu/drm/radeon/evergreen.c | 149 ++++++++++++++++++++++++++- drivers/gpu/drm/radeon/evergreen_reg.h | 45 ++++++++ drivers/gpu/drm/radeon/radeon_atpx_handler.c | 11 +- drivers/gpu/drm/radeon/radeon_connectors.c | 7 +- drivers/gpu/drm/radeon/radeon_device.c | 14 +-- drivers/gpu/drm/radeon/radeon_ttm.c | 2 + drivers/gpu/drm/radeon/si_dpm.c | 1 + 14 files changed, 230 insertions(+), 20 deletions(-)
On 21 April 2016 at 02:05, Alex Deucher alexdeucher@gmail.com wrote:
Hi Dave,
Misc radeon and amdgpu bug fixes for 4.6. The big change is a patch to fix possible display problems on NI and newer parts when reprogramming the mc when DP is in use.
The following changes since commit ff3e84e8e479c3ba7148f8dc35a56cf091ab56d9:
Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-fixes (2016-04-14 13:06:19 +1000)
are available in the git repository at:
git://people.freedesktop.org/~agd5f/linux drm-fixes-4.6
for you to fetch changes up to e030c67f21803c8b03e9a50f70742312dceb2a78:
amdgpu/uvd: add uvd fw version for amdgpu (2016-04-20 11:46:10 -0400)
Alex Deucher (8): drm/radeon: fix initial connector audio value drm/radeon: print pci revision as well as pci ids on driver load drm/radeon: add a quirk for a XFX R9 270X drm/amdgpu/acp: fix resume on CZ systems with AZ audio Revert "drm/radeon: disable runtime pm on PX laptops without dGPU power control" drm/radeon: print a message if ATPX dGPU power control is missing drm/amdgpu: use defines for CRTCs and AMFT blocks drm/amdgpu: bump the afmt limit for CZ, ST, Polaris
Jérôme Glisse (2): drm/radeon: forbid mapping of userptr bo through radeon device file drm/amdgpu: forbid mapping of userptr bo through radeon device file
Rex Zhu (1): drm/amdgpu: when suspending, if uvd/vce was running. need to cancel delay work.
Sonny Jiang (1): amdgpu/uvd: add uvd fw version for amdgpu
Vitaly Prosyak (1): drm/radeon: fix vertical bars appear on monitor
While I'm sure this patch fixes a problem, it's pretty ugly, checkpatch doesn't like it, and it fails coding standards by a long way and I haven't seen it on the list.
So no for this one just yet.
Dave.
-----Original Message----- From: Dave Airlie [mailto:airlied@gmail.com] Sent: Thursday, April 21, 2016 7:52 PM To: Alex Deucher Cc: dri-devel; Deucher, Alexander Subject: Re: [pull] radeon and amdgpu drm-fixes-4.6
On 21 April 2016 at 02:05, Alex Deucher alexdeucher@gmail.com wrote:
Hi Dave,
Misc radeon and amdgpu bug fixes for 4.6. The big change is a patch to fix possible display problems on NI and newer parts when
reprogramming
the mc when DP is in use.
The following changes since commit
ff3e84e8e479c3ba7148f8dc35a56cf091ab56d9:
Merge branch 'exynos-drm-fixes' of
git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm- fixes (2016-04-14 13:06:19 +1000)
are available in the git repository at:
git://people.freedesktop.org/~agd5f/linux drm-fixes-4.6
for you to fetch changes up to
e030c67f21803c8b03e9a50f70742312dceb2a78:
amdgpu/uvd: add uvd fw version for amdgpu (2016-04-20 11:46:10 -0400)
Alex Deucher (8): drm/radeon: fix initial connector audio value drm/radeon: print pci revision as well as pci ids on driver load drm/radeon: add a quirk for a XFX R9 270X drm/amdgpu/acp: fix resume on CZ systems with AZ audio Revert "drm/radeon: disable runtime pm on PX laptops without dGPU
power control"
drm/radeon: print a message if ATPX dGPU power control is missing drm/amdgpu: use defines for CRTCs and AMFT blocks drm/amdgpu: bump the afmt limit for CZ, ST, Polaris
Jérôme Glisse (2): drm/radeon: forbid mapping of userptr bo through radeon device file drm/amdgpu: forbid mapping of userptr bo through radeon device file
Rex Zhu (1): drm/amdgpu: when suspending, if uvd/vce was running. need to cancel
delay work.
Sonny Jiang (1): amdgpu/uvd: add uvd fw version for amdgpu
Vitaly Prosyak (1): drm/radeon: fix vertical bars appear on monitor
While I'm sure this patch fixes a problem, it's pretty ugly, checkpatch doesn't like it, and it fails coding standards by a long way and I haven't seen it on the list.
So no for this one just yet.
Updated request at the same URL.
Alex
Dave.
dri-devel@lists.freedesktop.org