All of lore.kernel.org
 help / color / mirror / Atom feed
* [pull] radeon and amdgpu drm-fixes-4.5
@ 2016-02-03 21:12 Alex Deucher
  2016-02-05  4:43 ` Dave Airlie
  0 siblings, 1 reply; 10+ messages in thread
From: Alex Deucher @ 2016-02-03 21:12 UTC (permalink / raw)
  To: airlied, dri-devel; +Cc: Alex Deucher

Hi Dave,

Radeon and amdgpu fixes for 4.5.  Highlights:
- fix and enable iceland/topaz support
- handle WC on platforms that don't support it


The following changes since commit d8b8eb829d4c30cd1e41a1ddc308a0e7c22169da:

  Merge branch 'drm-rockchip-next-fixes-2016-01-22' of https://github.com/markyzq/kernel-drm-rockchip into drm-fixes (2016-01-29 10:04:29 +1000)

are available in the git repository at:

  git://people.freedesktop.org/~agd5f/linux 

for you to fetch changes up to 6357b75a5c356a9d8f91c614ab72ac5264a5932c:

  drm/amdgpu: disable uvd and vce clockgating on Fiji (2016-02-03 13:49:51 -0500)

----------------------------------------------------------------
Alex Deucher (10):
      drm/amdgpu: no need to load MC firmware on fiji
      drm/amdgpu/gfx8: enable cp inst/reg error interrupts
      drm/amdgpu/gfx7: enable cp inst/reg error interrupts
      drm/amdgpu: move gmc7 support out of CIK dependency
      drm/amdgpu: pull topaz gmc bits into gmc_v7
      drm/amdgpu: drop topaz support from gmc8 module
      drm/amdgpu: don't load MEC2 on topaz
      drm/amdgpu: load MEC ucode manually on iceland
      drm/amdgpu: remove exp hardware support from iceland
      drm/amdgpu: disable uvd and vce clockgating on Fiji

Dave Airlie (1):
      drm: add helper to check for wc memory support

Ken Wang (2):
      drm/amdgpu: iceland use CI based MC IP
      drm/amdgpu: The VI specific EXE bit should only apply to GMC v8.0 above

Oded Gabbay (2):
      drm/radeon: mask out WC from BO on unsupported arches
      drm/amdgpu: mask out WC from BO on unsupported arches

 drivers/gpu/drm/amd/amdgpu/Makefile        |  3 ++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c    | 10 +++----
 drivers/gpu/drm/amd/amdgpu/amdgpu_object.c |  8 ++++++
 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c    |  2 +-
 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c      | 20 +++++++++++++-
 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c      | 28 ++++++++++++++-----
 drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c      | 43 ++++++++++++++++++++++++++++--
 drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c      | 30 +--------------------
 drivers/gpu/drm/amd/amdgpu/iceland_smc.c   | 12 +++------
 drivers/gpu/drm/amd/amdgpu/vi.c            | 10 +++----
 drivers/gpu/drm/radeon/radeon_object.c     |  7 +++++
 include/drm/drm_cache.h                    |  9 +++++++
 12 files changed, 123 insertions(+), 59 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [pull] radeon and amdgpu drm-fixes-4.5
  2016-02-03 21:12 [pull] radeon and amdgpu drm-fixes-4.5 Alex Deucher
@ 2016-02-05  4:43 ` Dave Airlie
  2016-02-05  4:46   ` Alex Deucher
  0 siblings, 1 reply; 10+ messages in thread
From: Dave Airlie @ 2016-02-05  4:43 UTC (permalink / raw)
  To: Alex Deucher; +Cc: Alex Deucher, dri-devel

On 4 February 2016 at 07:12, Alex Deucher <alexdeucher@gmail.com> wrote:
> Hi Dave,
>
> Radeon and amdgpu fixes for 4.5.  Highlights:
> - fix and enable iceland/topaz support
> - handle WC on platforms that don't support it
>
>
> The following changes since commit d8b8eb829d4c30cd1e41a1ddc308a0e7c22169da:
>
>   Merge branch 'drm-rockchip-next-fixes-2016-01-22' of https://github.com/markyzq/kernel-drm-rockchip into drm-fixes (2016-01-29 10:04:29 +1000)
>
> are available in the git repository at:
>
>   git://people.freedesktop.org/~agd5f/linux
>

Hey Alex,

something went wrong with this pull request generation? no branch name
in this, can you check this in future, I got confused for a while.

sometimes git pull-request reports an error, or your remote branch
differs from your local one etc.

Dave.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [pull] radeon and amdgpu drm-fixes-4.5
  2016-02-05  4:43 ` Dave Airlie
@ 2016-02-05  4:46   ` Alex Deucher
  0 siblings, 0 replies; 10+ messages in thread
From: Alex Deucher @ 2016-02-05  4:46 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Alex Deucher, dri-devel

On Thu, Feb 4, 2016 at 11:43 PM, Dave Airlie <airlied@gmail.com> wrote:
> On 4 February 2016 at 07:12, Alex Deucher <alexdeucher@gmail.com> wrote:
>> Hi Dave,
>>
>> Radeon and amdgpu fixes for 4.5.  Highlights:
>> - fix and enable iceland/topaz support
>> - handle WC on platforms that don't support it
>>
>>
>> The following changes since commit d8b8eb829d4c30cd1e41a1ddc308a0e7c22169da:
>>
>>   Merge branch 'drm-rockchip-next-fixes-2016-01-22' of https://github.com/markyzq/kernel-drm-rockchip into drm-fixes (2016-01-29 10:04:29 +1000)
>>
>> are available in the git repository at:
>>
>>   git://people.freedesktop.org/~agd5f/linux
>>
>
> Hey Alex,
>
> something went wrong with this pull request generation? no branch name
> in this, can you check this in future, I got confused for a while.
>
> sometimes git pull-request reports an error, or your remote branch
> differs from your local one etc.

Sorry.  The branch is drm-fixes-4.5.  The latest git upgrade on this
box seems to leave the branch off when I generate pull requests now
for some reason.  I've checked the branch out and all is well, so I'm
not exactly sure why it does that.

Alex

>
> Dave.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [pull] radeon and amdgpu drm-fixes-4.5
@ 2016-03-08 19:15 Alex Deucher
  0 siblings, 0 replies; 10+ messages in thread
From: Alex Deucher @ 2016-03-08 19:15 UTC (permalink / raw)
  To: airlied, dri-devel; +Cc: Alex Deucher

Hi Dave,

radeon and amdgpu fixes for 4.5. Three regression fixes and
some fixups for the error handling in the vblank regression fixes
from earlier.

The following changes since commit f0511e66114a6414cfca92d7b94118913a0c11ff:

  Merge branch 'drm-fixes-4.5' of git://people.freedesktop.org/~agd5f/linux into drm-fixes (2016-03-03 11:37:07 +1000)

are available in the git repository at:

  git://people.freedesktop.org/~agd5f/linux drm-fixes-4.5

for you to fetch changes up to d74e766e1916d0e09b86e4b5b9d0f819628fd546:

  Revert "drm/radeon/pm: adjust display configuration after powerstate" (2016-03-08 13:32:58 -0500)

----------------------------------------------------------------
Alex Deucher (3):
      drm/radeon/dp: add back special handling for NUTMEG
      drm/amdgpu/dp: add back special handling for NUTMEG
      Revert "drm/radeon/pm: adjust display configuration after powerstate"

Mario Kleiner (2):
      drm/amdgpu: Fix error handling in amdgpu_flip_work_func.
      drm/radeon: Fix error handling in radeon_flip_work_func.

 drivers/gpu/drm/amd/amdgpu/amdgpu_display.c |  4 ++--
 drivers/gpu/drm/amd/amdgpu/atombios_dp.c    | 20 ++++++++++++++++----
 drivers/gpu/drm/radeon/atombios_dp.c        | 20 ++++++++++++++++----
 drivers/gpu/drm/radeon/radeon_display.c     |  4 ++--
 drivers/gpu/drm/radeon/radeon_pm.c          |  5 ++---
 5 files changed, 38 insertions(+), 15 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [pull] radeon and amdgpu drm-fixes-4.5
@ 2016-03-02 16:22 Alex Deucher
  0 siblings, 0 replies; 10+ messages in thread
From: Alex Deucher @ 2016-03-02 16:22 UTC (permalink / raw)
  To: airlied, dri-devel; +Cc: Alex Deucher

Hi Dave,

Fixes for radeon and amdgpu:
- Fix GPUVM flushing on CI and VI
- Misc DPM and Powerplay fixes
- VCE DPM fixes for CZ/ST
- DP hotplug fix

The following changes since commit 6378076bcfdcd1d4f8d726d08d3fa044736873eb:

  drm/amdgpu: disable direct VM updates when vm_debug is set (2016-02-24 12:46:06 -0500)

are available in the git repository at:

  git://people.freedesktop.org/~agd5f/linux drm-fixes-4.5

for you to fetch changes up to 0b39c531cfa12dad54eac238c2e303b994df1ef7:

  drm/amdgpu: return from atombios_dp_get_dpcd only when error (2016-03-02 11:01:25 -0500)

----------------------------------------------------------------
Alex Deucher (5):
      drm/amdgpu/pm: update current crtc info after setting the powerstate
      drm/radeon/pm: update current crtc info after setting the powerstate
      drm/amdgpu/cz: enable/disable vce dpm even if vce pg is disabled
      drm/amdgpu/powerplay/cz: enable/disable vce dpm independent of vce pg
      drm/amdgpu/cz: remove commented out call to enable vce pg

Arindam Nath (1):
      drm/amdgpu: return from atombios_dp_get_dpcd only when error

Christian König (1):
      drm/amdgpu: apply gfx_v8 fixes to gfx_v7 as well

Chunming Zhou (1):
      drm/amdgpu/gfx8: specify which engine to wait before vm flush

Rex Zhu (2):
      drm/amd/powerplay: export AMD_PP_EVENT_COMPLETE_INIT task to amdgpu.
      drm/amd/powerplay: send event to notify powerplay all modules are initialized.

 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c             |  2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c                     |  6 +++---
 drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.c              |  4 +++-
 drivers/gpu/drm/amd/amdgpu/cz_dpm.c                        |  7 ++-----
 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c                      | 13 +++++++++++++
 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c                      |  3 ++-
 drivers/gpu/drm/amd/powerplay/amd_powerplay.c              |  5 ++++-
 drivers/gpu/drm/amd/powerplay/eventmgr/eventactionchains.c |  1 +
 drivers/gpu/drm/amd/powerplay/hwmgr/cz_clockpowergating.c  |  2 +-
 drivers/gpu/drm/radeon/radeon_pm.c                         |  8 ++++----
 10 files changed, 34 insertions(+), 17 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [pull] radeon and amdgpu drm-fixes-4.5
@ 2016-02-24 21:23 Alex Deucher
  0 siblings, 0 replies; 10+ messages in thread
From: Alex Deucher @ 2016-02-24 21:23 UTC (permalink / raw)
  To: airlied, dri-devel; +Cc: Alex Deucher

Hi Dave,

A few radeon and amdgpu fixes for 4.5.  A few further fixes for the vblank
regressions in 4.4 and a couple of other minor fixes.

The following changes since commit 4fbbed46dca83bcba3a0170205110a06c116a8e6:

  drm/nouveau: use post-decrement in error handling (2016-02-19 13:36:05 +1000)

are available in the git repository at:

  git://people.freedesktop.org/~agd5f/linux drm-fixes-4.5

for you to fetch changes up to 6378076bcfdcd1d4f8d726d08d3fa044736873eb:

  drm/amdgpu: disable direct VM updates when vm_debug is set (2016-02-24 12:46:06 -0500)

----------------------------------------------------------------
Alex Deucher (5):
      drm/amdgpu/gfx8: fix priv reg interrupt enable
      drm/amdgpu: fix locking in force performance level
      drm/amdgpu/pm: add some checks for PX
      drm/amdgpu/pm: adjust display configuration after powerstate
      drm/radeon/pm: adjust display configuration after powerstate

Bradley Pankow (1):
      amdgpu: fix NULL pointer dereference at tonga_check_states_equal

Christian König (1):
      drm/amdgpu: disable direct VM updates when vm_debug is set

Mario Kleiner (2):
      drm/radeon: Don't hang in radeon_flip_work_func on disabled crtc. (v2)
      drm/amdgpu: Don't hang in amdgpu_flip_work_func on disabled crtc.

 drivers/gpu/drm/amd/amdgpu/amdgpu_display.c       | 18 +++++++++++---
 drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c           |  3 ++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c            | 29 +++++++++++++++++++----
 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c             |  2 +-
 drivers/gpu/drm/amd/powerplay/eventmgr/eventmgr.c |  4 ++--
 drivers/gpu/drm/radeon/radeon_display.c           | 17 +++++++++++--
 drivers/gpu/drm/radeon/radeon_pm.c                |  5 ++--
 7 files changed, 62 insertions(+), 16 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [pull] radeon and amdgpu drm-fixes-4.5
@ 2016-02-17 20:20 Alex Deucher
  0 siblings, 0 replies; 10+ messages in thread
From: Alex Deucher @ 2016-02-17 20:20 UTC (permalink / raw)
  To: airlied, dri-devel; +Cc: Alex Deucher

Hi Dave,

Just two small fixes in the ttm_tt_populate error handling; one for radeon,
one for amdgpu.

The following changes since commit bdbe58e6c60e49930d9c33e7d2b9a7789ed8c1a9:

  Merge tag 'drm-intel-fixes-2016-02-12' of git://anongit.freedesktop.org/drm-intel into drm-fixes (2016-02-15 06:54:50 +1000)

are available in the git repository at:

  git://people.freedesktop.org/~agd5f/linux drm-fixes-4.5

for you to fetch changes up to bc3f5d8c4ca01555820617eb3b6c0857e4df710d:

  drm/radeon: use post-decrement in error handling (2016-02-16 10:05:50 -0500)

----------------------------------------------------------------
Rasmus Villemoes (2):
      drm/amdgpu: use post-decrement in error handling
      drm/radeon: use post-decrement in error handling

 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 2 +-
 drivers/gpu/drm/radeon/radeon_ttm.c     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [pull] radeon and amdgpu drm-fixes-4.5
@ 2016-02-10 19:13 Alex Deucher
  0 siblings, 0 replies; 10+ messages in thread
From: Alex Deucher @ 2016-02-10 19:13 UTC (permalink / raw)
  To: airlied, dri-devel; +Cc: Alex Deucher

Hi Dave,

radeon and amdgpu fixes for 4.5.  Highlights:
- powerplay fixes for amdgpu
- race fixes in the sub-allocator in radeon and amdgpu
- hibernate fix for amdgpu
- fix a possible circular locking in userptr handling in amdgpu

The following changes since commit 6739b3d7bc18a5373efd863b11831e8f515fffe1:

  Merge branch 'drm-fixes-mst' of git://people.freedesktop.org/~airlied/linux into drm-fixes (2016-02-05 15:24:17 +1000)

are available in the git repository at:

  git://people.freedesktop.org/~agd5f/linux drm-fixes-4.5

for you to fetch changes up to cc1de6e800c253172334f8774c419dc64401cd2e:

  drm/amdgpu: fix issue with overlapping userptrs (2016-02-10 14:07:52 -0500)

----------------------------------------------------------------
Alex Deucher (16):
      drm/amdgpu: add pcie cap module parameters (v2)
      drm/amdgpu/cik: don't mess with aspm if gpu is root bus
      drm/amdgpu/dpm/ci: switch over to the common pcie caps interface
      drm/amdgpu: handle uvd pg flags properly
      drm/amdgpu: handle vce pg flags properly
      drm/amdgpu: clean up vce pg flags for cz/st
      drm/amdgpu: be consistent with uvd cg flags
      drm/amd/powerplay/cz: disable uvd pg
      drm/amd/powerplay/cz: disable vce pg
      drm/amd/powerplay/tonga: disable uvd pg
      drm/amd/powerplay/tonga: disable vce pg
      drm/amdgpu: add a cgs interface to fetch cg and pg flags
      drm/amdgpu: remove unused cg defines
      drma/dmgpu: move cg and pg flags into shared headers
      drm/amdgpu/tonga: plumb pg flags through to powerplay
      drm/amdgpu/cz: plumb pg flags through to powerplay

Christian König (1):
      drm/amdgpu: fix issue with overlapping userptrs

Flora Cui (1):
      drm/amdgpu: fix s4 resume

Nicolai Hähnle (3):
      drm/amdgpu: hold reference to fences in amdgpu_sa_bo_new (v2)
      drm/amdgpu: remove unnecessary forward declaration
      drm/radeon: hold reference to fences in radeon_sa_bo_new

 drivers/gpu/drm/amd/amdgpu/amdgpu.h               |  47 +------
 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c           |   6 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c        | 160 ++++++++++++----------
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c           |   8 ++
 drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c            |   3 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_sa.c            |   5 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c           |  19 +++
 drivers/gpu/drm/amd/amdgpu/ci_dpm.c               |  11 +-
 drivers/gpu/drm/amd/amdgpu/cik.c                  | 157 ++++++++++-----------
 drivers/gpu/drm/amd/amdgpu/cik_sdma.c             |   4 +-
 drivers/gpu/drm/amd/amdgpu/cz_dpm.c               |   6 +-
 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c             |  70 +++++-----
 drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c             |  10 +-
 drivers/gpu/drm/amd/amdgpu/kv_dpm.c               |   8 +-
 drivers/gpu/drm/amd/amdgpu/uvd_v4_2.c             |  10 +-
 drivers/gpu/drm/amd/amdgpu/uvd_v5_0.c             |   8 ++
 drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c             |   7 +-
 drivers/gpu/drm/amd/amdgpu/vce_v2_0.c             |   5 +-
 drivers/gpu/drm/amd/amdgpu/vce_v3_0.c             |   7 +-
 drivers/gpu/drm/amd/amdgpu/vi.c                   |   3 +-
 drivers/gpu/drm/amd/include/amd_shared.h          |  32 +++++
 drivers/gpu/drm/amd/include/cgs_common.h          |   2 +
 drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c    |  18 +++
 drivers/gpu/drm/amd/powerplay/hwmgr/tonga_hwmgr.c |  19 ++-
 drivers/gpu/drm/radeon/radeon_sa.c                |   5 +
 25 files changed, 373 insertions(+), 257 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [pull] radeon and amdgpu drm-fixes-4.5
@ 2016-01-28 22:33 Alex Deucher
  0 siblings, 0 replies; 10+ messages in thread
From: Alex Deucher @ 2016-01-28 22:33 UTC (permalink / raw)
  To: airlied, dri-devel; +Cc: Alex Deucher

Hi Dave,

Misc radeon and amdgpu fixes:
- SMU firmware loading fix for Stoney
- DP audio fixes for DCE4.1
- Don't expose fbdev device if no connectors
- fix page table LRU list update handling

The following changes since commit 41f2d9905646b1cd4be5852b273c06b6a6d23a80:

  drm/amdgpu: fix next_rptr handling for debugfs (2016-01-22 14:44:08 -0500)

are available in the git repository at:

  git://people.freedesktop.org/~agd5f/linux drm-fixes-4.5

for you to fetch changes up to 28b8d66e0c1cc6c02b8159ae44aec359e12feefa:

  drm/amdgpu: only move pt bos in LRU list on success (2016-01-28 11:46:45 -0500)

----------------------------------------------------------------
Alex Deucher (1):
      drm/amdgpu: don't init fbdev if we don't have any connectors

Matthew Dawson (1):
      drm/radeon: Ensure radeon bo is unreserved in radeon_gem_va_ioctl

Nicolai Hähnle (1):
      drm/amdgpu: only move pt bos in LRU list on success

Rex Zhu (1):
      drm/amd/powerplay: Update SMU firmware loading for Stoney

Rob Clark (1):
      drm/radeon: only init fbdev if we have connectors

Slava Grigorev (3):
      drm/radeon: cleaned up VCO output settings for DP audio
      drm/radeon: Add a common function for DFS handling
      drm/radeon: fix DP audio support for APU with DCE4.1 display engine

 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c           |  4 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c           |  4 ++
 drivers/gpu/drm/amd/powerplay/smumgr/cz_smumgr.c | 41 +++++++++++++++-----
 drivers/gpu/drm/radeon/dce6_afmt.c               | 12 +-----
 drivers/gpu/drm/radeon/evergreen_hdmi.c          | 10 +++++
 drivers/gpu/drm/radeon/evergreend.h              |  5 +++
 drivers/gpu/drm/radeon/radeon.h                  |  2 +-
 drivers/gpu/drm/radeon/radeon_atombios.c         | 49 +++++++++++++++++-------
 drivers/gpu/drm/radeon/radeon_audio.c            | 20 ++++++----
 drivers/gpu/drm/radeon/radeon_audio.h            |  1 +
 drivers/gpu/drm/radeon/radeon_display.c          |  6 ++-
 drivers/gpu/drm/radeon/radeon_gem.c              |  1 +
 12 files changed, 111 insertions(+), 44 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [pull] radeon and amdgpu drm-fixes-4.5
@ 2016-01-22 19:52 Alex Deucher
  0 siblings, 0 replies; 10+ messages in thread
From: Alex Deucher @ 2016-01-22 19:52 UTC (permalink / raw)
  To: airlied, dri-devel; +Cc: Alex Deucher

Hi Dave,

A few misc radeon and amdgpu fixes for 4.5.  Nothing too major.

The following changes since commit e9c5e7402dad6f4f04c2430db6f283512bcd4392:

  drm/amdgpu: add missing irq.h include (2016-01-14 08:07:55 +1000)

are available in the git repository at:

  git://people.freedesktop.org/~agd5f/linux drm-fixes-4.5

for you to fetch changes up to 41f2d9905646b1cd4be5852b273c06b6a6d23a80:

  drm/amdgpu: fix next_rptr handling for debugfs (2016-01-22 14:44:08 -0500)

----------------------------------------------------------------
Alex Deucher (4):
      drm/amdgpu: fix tonga smu resume
      drm/amdgpu: Add some tweaks to gfx 8 soft reset
      drm/amdgpu: add a message to indicate when powerplay is enabled (v2)
      drm/radeon: properly byte swap vce firmware setup

Christian König (2):
      drm/amdgpu: fix amdgpu_bo_pin_restricted VRAM placing v2
      drm/amdgpu: fix next_rptr handling for debugfs

Eric Huang (1):
      drm/amd/amdgpu: Improve amdgpu_dpm* macros to avoid unexpected result (v2)

Jordan Lazare (1):
      drm/amdgpu: Allow the driver to load if amdgpu.powerplay=1 on asics without powerplay support

Michel Dänzer (1):
      drm/amdgpu: Use drm_calloc_large for VM page_tables array

 drivers/gpu/drm/amd/amdgpu/amdgpu.h           | 44 +++++++++++++--------------
 drivers/gpu/drm/amd/amdgpu/amdgpu_object.c    |  3 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.c | 25 ++++++++++-----
 drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c      |  2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c        |  7 ++---
 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c         | 23 +++++++++++++-
 drivers/gpu/drm/amd/amdgpu/tonga_dpm.c        | 17 ++---------
 drivers/gpu/drm/amd/powerplay/amd_powerplay.c |  5 +++
 drivers/gpu/drm/radeon/vce_v1_0.c             | 12 ++++----
 9 files changed, 81 insertions(+), 57 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-03-08 19:15 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-03 21:12 [pull] radeon and amdgpu drm-fixes-4.5 Alex Deucher
2016-02-05  4:43 ` Dave Airlie
2016-02-05  4:46   ` Alex Deucher
  -- strict thread matches above, loose matches on Subject: below --
2016-03-08 19:15 Alex Deucher
2016-03-02 16:22 Alex Deucher
2016-02-24 21:23 Alex Deucher
2016-02-17 20:20 Alex Deucher
2016-02-10 19:13 Alex Deucher
2016-01-28 22:33 Alex Deucher
2016-01-22 19:52 Alex Deucher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.