dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [pull] radeon drm-fixes-3.8
@ 2012-12-20 23:39 alexdeucher
  2012-12-21 16:14 ` Alex Deucher
  0 siblings, 1 reply; 11+ messages in thread
From: alexdeucher @ 2012-12-20 23:39 UTC (permalink / raw)
  To: airlied, dri-devel; +Cc: Alex Deucher

From: Alex Deucher <alexander.deucher@amd.com>

Hi Dave,

  Just a few fixes from the last week or so.

Alex

The following changes since commit 0953e76e91f4b6206cef50bd680696dc6bf1ef99:

  drm/ttm: fix delayed ttm_bo_cleanup_refs_and_unlock delayed handling (2012-12-20 07:46:20 +1000)

are available in the git repository at:
  git://people.freedesktop.org/~agd5f/linux drm-fixes-3.8

Jerome Glisse (4):
      drm/radeon: don't leave fence blocked process on failed GPU reset
      drm/radeon: avoid deadlock in pm path when waiting for fence
      drm/radeon: restore modeset late in GPU reset path
      drm/radeon: add support for MEM_WRITE packet

 drivers/gpu/drm/radeon/evergreen_cs.c  |   29 +++++++++++++++++++
 drivers/gpu/drm/radeon/r600_cs.c       |   29 +++++++++++++++++++
 drivers/gpu/drm/radeon/radeon.h        |    3 +-
 drivers/gpu/drm/radeon/radeon_device.c |   17 +++++++++--
 drivers/gpu/drm/radeon/radeon_drv.c    |    3 +-
 drivers/gpu/drm/radeon/radeon_fence.c  |   49 +++++++++++++++++++++----------
 drivers/gpu/drm/radeon/radeon_pm.c     |   15 ++++++++--
 7 files changed, 121 insertions(+), 24 deletions(-)

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

* Re: [pull] radeon drm-fixes-3.8
  2012-12-20 23:39 alexdeucher
@ 2012-12-21 16:14 ` Alex Deucher
  0 siblings, 0 replies; 11+ messages in thread
From: Alex Deucher @ 2012-12-21 16:14 UTC (permalink / raw)
  To: airlied, dri-devel; +Cc: Alex Deucher

One more patch I just pushed:


commit 668bbc81baf0f34df832d8aca5c7d5e19a493c68
Author: Alex Deucher <alexander.deucher@amd.com>
Date:   Thu Dec 20 21:19:32 2012 -0500

    drm/radeon: add WAIT_UNTIL to evergreen VM safe reg list

    It's used in a recent mesa commit:
    http://cgit.freedesktop.org/mesa/mesa/commit/?id=24b1206ab2dcd506aaac3ef656aebc8bc20cd27a
    and there may be some other cases in the future where it's required.

    Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
    Reviewed-by: Jerome Glisse <jglisse@redhat.com>
    Cc: stable@vger.kernel.org


On Thu, Dec 20, 2012 at 6:39 PM,  <alexdeucher@gmail.com> wrote:
> From: Alex Deucher <alexander.deucher@amd.com>
>
> Hi Dave,
>
>   Just a few fixes from the last week or so.
>
> Alex
>
> The following changes since commit 0953e76e91f4b6206cef50bd680696dc6bf1ef99:
>
>   drm/ttm: fix delayed ttm_bo_cleanup_refs_and_unlock delayed handling (2012-12-20 07:46:20 +1000)
>
> are available in the git repository at:
>   git://people.freedesktop.org/~agd5f/linux drm-fixes-3.8
>
> Jerome Glisse (4):
>       drm/radeon: don't leave fence blocked process on failed GPU reset
>       drm/radeon: avoid deadlock in pm path when waiting for fence
>       drm/radeon: restore modeset late in GPU reset path
>       drm/radeon: add support for MEM_WRITE packet
>
>  drivers/gpu/drm/radeon/evergreen_cs.c  |   29 +++++++++++++++++++
>  drivers/gpu/drm/radeon/r600_cs.c       |   29 +++++++++++++++++++
>  drivers/gpu/drm/radeon/radeon.h        |    3 +-
>  drivers/gpu/drm/radeon/radeon_device.c |   17 +++++++++--
>  drivers/gpu/drm/radeon/radeon_drv.c    |    3 +-
>  drivers/gpu/drm/radeon/radeon_fence.c  |   49 +++++++++++++++++++++----------
>  drivers/gpu/drm/radeon/radeon_pm.c     |   15 ++++++++--
>  7 files changed, 121 insertions(+), 24 deletions(-)

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

* [pull] radeon drm-fixes-3.8
@ 2013-01-04  2:46 alexdeucher
  0 siblings, 0 replies; 11+ messages in thread
From: alexdeucher @ 2013-01-04  2:46 UTC (permalink / raw)
  To: airlied, dri-devel; +Cc: Alex Deucher

From: Alex Deucher <alexander.deucher@amd.com>

Hi Dave,

A few fixes for radeon:
- fix the crashes related to DMA on r6xx
- properly reset DMA on GPU reset
- fix monitor probing with some DP bridges
- misc small bug fixes

The following changes since commit d5757dbe79870d825d0dec30074d48683e1d7e9a:

  Revert "drm: tegra: protect DC register access with mutex" (2012-12-30 21:58:20 +1000)

are available in the git repository at:
  git://people.freedesktop.org/~agd5f/linux drm-fixes-3.8

Alex Deucher (8):
      drm/radeon: add connector table for Mac G4 Silver
      drm/radeon/r6xx: fix DMA engine for ttm bo transfers
      drm/radeon: fix typo in evergreen dma fence
      drm/radeon: add GPU reset flags
      drm/radeon: switch to a finer grained reset for r6xx/7xx
      drm/radeon: switch to a finer grained reset for evergreen
      drm/radeon: switch to a finer grained reset for cayman/TN
      drm/radeon: switch to a finer grained reset for SI (v2)

Jerome Glisse (4):
      drm/radeon: add debugfs file for dma rings
      drm/radeon: improve ring debugfs printing
      drm/radeon: print dma status reg on lockup (v2)
      drm/radeon: reset dma engine on gpu reset (v2)

Niels Ole Salscheider (1):
      drm/radeon: Properly handle DDC probe for DP bridges

 drivers/gpu/drm/radeon/evergreen.c         |   86 +++++++++++++++++-----
 drivers/gpu/drm/radeon/evergreend.h        |   14 ++++-
 drivers/gpu/drm/radeon/ni.c                |  106 +++++++++++++++++++++-------
 drivers/gpu/drm/radeon/nid.h               |    3 +-
 drivers/gpu/drm/radeon/r600.c              |   89 ++++++++++++++++++-----
 drivers/gpu/drm/radeon/radeon.h            |    5 ++
 drivers/gpu/drm/radeon/radeon_combios.c    |   51 +++++++++++++
 drivers/gpu/drm/radeon/radeon_connectors.c |   10 ++-
 drivers/gpu/drm/radeon/radeon_display.c    |   13 +++-
 drivers/gpu/drm/radeon/radeon_i2c.c        |   10 ++-
 drivers/gpu/drm/radeon/radeon_mode.h       |    5 +-
 drivers/gpu/drm/radeon/radeon_ring.c       |   24 +++++--
 drivers/gpu/drm/radeon/si.c                |   78 +++++++++++++++++---
 drivers/gpu/drm/radeon/sid.h               |   18 +++++
 14 files changed, 413 insertions(+), 99 deletions(-)

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

* [pull] radeon drm-fixes-3.8
@ 2013-01-07 17:11 alexdeucher
  0 siblings, 0 replies; 11+ messages in thread
From: alexdeucher @ 2013-01-07 17:11 UTC (permalink / raw)
  To: airlied, dri-devel; +Cc: Alex Deucher

From: Alex Deucher <alexander.deucher@amd.com>

Hi Dave,

   A few more fixes for DMA and a mac quick.

The following changes since commit eda85d6ad490923152544fba0473798b6cc0edf6:

  drm/nouveau: fix init with agpgart-uninorth (2013-01-04 16:04:33 +1000)

are available in the git repository at:
  git://people.freedesktop.org/~agd5f/linux drm-fixes-3.8

Alex Deucher (2):
      drm/radeon: split r6xx and r7xx copy_dma functions
      drm/radeon: fix DMA CS parser for r6xx linear copy packet

Maarten Lankhorst (1):
      drm/radeon: add quirk for d3 delay during switcheroo poweron for apple macbooks

 drivers/gpu/drm/radeon/r600.c          |   10 ++--
 drivers/gpu/drm/radeon/r600_cs.c       |   31 +++++++++----
 drivers/gpu/drm/radeon/radeon_asic.c   |    4 +-
 drivers/gpu/drm/radeon/radeon_asic.h   |    4 ++
 drivers/gpu/drm/radeon/radeon_device.c |   28 ++++++++++++
 drivers/gpu/drm/radeon/rv770.c         |   74 ++++++++++++++++++++++++++++++++
 6 files changed, 135 insertions(+), 16 deletions(-)

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

* [pull] radeon drm-fixes-3.8
@ 2013-01-10 22:42 alexdeucher
  0 siblings, 0 replies; 11+ messages in thread
From: alexdeucher @ 2013-01-10 22:42 UTC (permalink / raw)
  To: airlied, dri-devel; +Cc: Alex Deucher

From: Alex Deucher <alexander.deucher@amd.com>

Hi Dave,

   Fixes for UMS mode which has been broken for a while plus an rn50 fix
and a dma fix.

The following changes since commit 82ba789f48de669fd0bbc84c326f07571d078572:

  Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel (2013-01-11 07:52:48 +1000)

are available in the git repository at:

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

Ilija Hadzic (3):
      drm/radeon: fix NULL pointer dereference in UMS mode
      drm/radeon: fix a bogus kfree
      drm/radeon: fix error path in kpage allocation

Jerome Glisse (2):
      radeon/kms: force rn50 chip to always report connected on analog output
      radeon/kms: fix dma relocation checking

 drivers/gpu/drm/radeon/r600_cs.c                |   12 +++++++-----
 drivers/gpu/drm/radeon/radeon_cs.c              |    9 +++++----
 drivers/gpu/drm/radeon/radeon_legacy_encoders.c |    8 ++++++++
 3 files changed, 20 insertions(+), 9 deletions(-)

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

* [pull] radeon drm-fixes-3.8
@ 2013-01-15 14:21 alexdeucher
  2013-01-17 18:30 ` Alex Deucher
  0 siblings, 1 reply; 11+ messages in thread
From: alexdeucher @ 2013-01-15 14:21 UTC (permalink / raw)
  To: airlied, dri-devel; +Cc: Alex Deucher

From: Alex Deucher <alexander.deucher@amd.com>

Hi Dave,

    Just a few small fixes.

The following changes since commit 7b4cf994e4c6ba48872bb25253cc393b7fb74c82:

  udldrmfb: udl_get_edid: drop unneeded i-- (2013-01-14 08:45:27 +1000)

are available in the git repository at:
  git://people.freedesktop.org/~agd5f/linux drm-fixes-3.8

Alex Deucher (1):
      drm/radeon: clear reset flags if engines are idle

Jerome Glisse (1):
      drm/radeon: improve semaphore debugging on lockup

Marek Olšák (1):
      drm/radeon: allow FP16 color clear registers on r500

 drivers/gpu/drm/radeon/evergreen.c        |    6 ++++++
 drivers/gpu/drm/radeon/ni.c               |    6 ++++++
 drivers/gpu/drm/radeon/r600.c             |    6 ++++++
 drivers/gpu/drm/radeon/radeon.h           |    2 ++
 drivers/gpu/drm/radeon/radeon_drv.c       |    3 ++-
 drivers/gpu/drm/radeon/radeon_ring.c      |    2 ++
 drivers/gpu/drm/radeon/radeon_semaphore.c |    4 ++++
 drivers/gpu/drm/radeon/reg_srcs/rv515     |    2 ++
 drivers/gpu/drm/radeon/si.c               |    6 ++++++
 9 files changed, 36 insertions(+), 1 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [pull] radeon drm-fixes-3.8
  2013-01-15 14:21 alexdeucher
@ 2013-01-17 18:30 ` Alex Deucher
  2013-01-17 19:22   ` Marek Olšák
  0 siblings, 1 reply; 11+ messages in thread
From: Alex Deucher @ 2013-01-17 18:30 UTC (permalink / raw)
  To: airlied, dri-devel; +Cc: Alex Deucher

One more fix on top.  Just a revert of the bo placement patch that has
been causing corruption for a number of people.

    Revert "drm/radeon: do not move bo to different placement at each cs"

    This reverts commit d025e9e2b890db679f1246037bf65bd4be512627.

    This causes corruption for a number of users and needs further
    investigation in the next cycle.
    https://bugzilla.kernel.org/show_bug.cgi?id=52491
    https://bugs.freedesktop.org/show_bug.cgi?id=58659
    http://lists.freedesktop.org/archives/dri-devel/2013-January/032961.html

    Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

Thanks!

Alex


On Tue, Jan 15, 2013 at 9:21 AM,  <alexdeucher@gmail.com> wrote:
> From: Alex Deucher <alexander.deucher@amd.com>
>
> Hi Dave,
>
>     Just a few small fixes.
>
> The following changes since commit 7b4cf994e4c6ba48872bb25253cc393b7fb74c82:
>
>   udldrmfb: udl_get_edid: drop unneeded i-- (2013-01-14 08:45:27 +1000)
>
> are available in the git repository at:
>   git://people.freedesktop.org/~agd5f/linux drm-fixes-3.8
>
> Alex Deucher (1):
>       drm/radeon: clear reset flags if engines are idle
>
> Jerome Glisse (1):
>       drm/radeon: improve semaphore debugging on lockup
>
> Marek Olšák (1):
>       drm/radeon: allow FP16 color clear registers on r500
>
>  drivers/gpu/drm/radeon/evergreen.c        |    6 ++++++
>  drivers/gpu/drm/radeon/ni.c               |    6 ++++++
>  drivers/gpu/drm/radeon/r600.c             |    6 ++++++
>  drivers/gpu/drm/radeon/radeon.h           |    2 ++
>  drivers/gpu/drm/radeon/radeon_drv.c       |    3 ++-
>  drivers/gpu/drm/radeon/radeon_ring.c      |    2 ++
>  drivers/gpu/drm/radeon/radeon_semaphore.c |    4 ++++
>  drivers/gpu/drm/radeon/reg_srcs/rv515     |    2 ++
>  drivers/gpu/drm/radeon/si.c               |    6 ++++++
>  9 files changed, 36 insertions(+), 1 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [pull] radeon drm-fixes-3.8
  2013-01-17 18:30 ` Alex Deucher
@ 2013-01-17 19:22   ` Marek Olšák
  0 siblings, 0 replies; 11+ messages in thread
From: Marek Olšák @ 2013-01-17 19:22 UTC (permalink / raw)
  To: Alex Deucher; +Cc: Alex Deucher, dri-devel

This might be responsible for the bad r300g MSAA performance results
on Phoronix. I have no other explanation.

There is an optimization in r300g which forces the VRAM domain for
non-staging CB and DB only. Other than that, VRAM|GTT is the default
for all textures and GTT is the default for all buffers, so it's
pretty conservative.

For the future buffer-eviction heuristics, we should take into account
the actual resource usage - MSAA resources (and presumably scanout
resources as well) should stay in VRAM and shouldn't be evicted by
lesser resources unless the MSAA ones are idle for a very long time.
MSAA resources are usually pretty big (128 MB is needed for Full HD 8x
MSAA (CB+DB)), but that shouldn't stop the kernel from evicting as
many less-important resources as is necessary to reserve enough space
for MSAA.

Marek

On Thu, Jan 17, 2013 at 7:30 PM, Alex Deucher <alexdeucher@gmail.com> wrote:
> One more fix on top.  Just a revert of the bo placement patch that has
> been causing corruption for a number of people.
>
>     Revert "drm/radeon: do not move bo to different placement at each cs"
>
>     This reverts commit d025e9e2b890db679f1246037bf65bd4be512627.
>
>     This causes corruption for a number of users and needs further
>     investigation in the next cycle.
>     https://bugzilla.kernel.org/show_bug.cgi?id=52491
>     https://bugs.freedesktop.org/show_bug.cgi?id=58659
>     http://lists.freedesktop.org/archives/dri-devel/2013-January/032961.html
>
>     Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
>
> Thanks!
>
> Alex
>
>
> On Tue, Jan 15, 2013 at 9:21 AM,  <alexdeucher@gmail.com> wrote:
>> From: Alex Deucher <alexander.deucher@amd.com>
>>
>> Hi Dave,
>>
>>     Just a few small fixes.
>>
>> The following changes since commit 7b4cf994e4c6ba48872bb25253cc393b7fb74c82:
>>
>>   udldrmfb: udl_get_edid: drop unneeded i-- (2013-01-14 08:45:27 +1000)
>>
>> are available in the git repository at:
>>   git://people.freedesktop.org/~agd5f/linux drm-fixes-3.8
>>
>> Alex Deucher (1):
>>       drm/radeon: clear reset flags if engines are idle
>>
>> Jerome Glisse (1):
>>       drm/radeon: improve semaphore debugging on lockup
>>
>> Marek Olšák (1):
>>       drm/radeon: allow FP16 color clear registers on r500
>>
>>  drivers/gpu/drm/radeon/evergreen.c        |    6 ++++++
>>  drivers/gpu/drm/radeon/ni.c               |    6 ++++++
>>  drivers/gpu/drm/radeon/r600.c             |    6 ++++++
>>  drivers/gpu/drm/radeon/radeon.h           |    2 ++
>>  drivers/gpu/drm/radeon/radeon_drv.c       |    3 ++-
>>  drivers/gpu/drm/radeon/radeon_ring.c      |    2 ++
>>  drivers/gpu/drm/radeon/radeon_semaphore.c |    4 ++++
>>  drivers/gpu/drm/radeon/reg_srcs/rv515     |    2 ++
>>  drivers/gpu/drm/radeon/si.c               |    6 ++++++
>>  9 files changed, 36 insertions(+), 1 deletions(-)
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [pull] radeon drm-fixes-3.8
@ 2013-01-25  2:53 alexdeucher
  0 siblings, 0 replies; 11+ messages in thread
From: alexdeucher @ 2013-01-25  2:53 UTC (permalink / raw)
  To: airlied, dri-devel; +Cc: Alex Deucher

From: Alex Deucher <alexander.deucher@amd.com>

Hi Dave,

    Just a few small fixes.

The following changes since commit 014b34409fb2015f63663b6cafdf557fdf289628:

  ttm: on move memory failure don't leave a node dangling (2013-01-21 13:45:23 +1000)

are available in the git repository at:
  git://people.freedesktop.org/~agd5f/linux drm-fixes-3.8

Ilija Hadzic (1):
      drm/radeon: fix a rare case of double kfree

Jerome Glisse (1):
      drm/radeon: fix cursor corruption on DCE6 and newer

Michel Dänzer (1):
      drm/radeon: Enable DMA_IB_SWAP_ENABLE on big endian hosts.

xueminsu (1):
      radeon_display: Use pointer return error codes

 drivers/gpu/drm/radeon/ni.c             |    8 ++++++--
 drivers/gpu/drm/radeon/r600.c           |    8 ++++++--
 drivers/gpu/drm/radeon/radeon_cs.c      |    2 ++
 drivers/gpu/drm/radeon/radeon_cursor.c  |    3 ++-
 drivers/gpu/drm/radeon/radeon_display.c |    2 +-
 5 files changed, 17 insertions(+), 6 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [pull] radeon drm-fixes-3.8
@ 2013-01-28  3:46 alexdeucher
  0 siblings, 0 replies; 11+ messages in thread
From: alexdeucher @ 2013-01-28  3:46 UTC (permalink / raw)
  To: airlied, dri-devel; +Cc: Alex Deucher

From: Alex Deucher <alexander.deucher@amd.com>

Hi Dave,

    A couple of small fixes I picked up over the weekend.

The following changes since commit 483674325f64a37c7696edb12ce6ad3e535421bc:

  Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel (2013-01-26 18:17:39 +1000)

are available in the git repository at:

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

Alex Deucher (1):
      drm/radeon: add WAIT_UNTIL to the non-VM safe regs list for cayman/TN

Christopher Staite (1):
      drm/radeon: fix MC blackout on evergreen+

 drivers/gpu/drm/radeon/evergreen.c     |    8 ++++++++
 drivers/gpu/drm/radeon/reg_srcs/cayman |    1 +
 2 files changed, 9 insertions(+), 0 deletions(-)

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

* [pull] radeon drm-fixes-3.8
@ 2013-01-31 23:23 alexdeucher
  0 siblings, 0 replies; 11+ messages in thread
From: alexdeucher @ 2013-01-31 23:23 UTC (permalink / raw)
  To: airlied, dri-devel; +Cc: Alex Deucher

From: Alex Deucher <alexander.deucher@amd.com>

Hi Dave,

A few more radeon fixes for 3.8.  Mostly small stuff.  The big
change is disabling the use of the DMA ring for VM PT updates.  This
reverts back to the 3.7 behavior.  Problem is we can get huge PT
updates in certain cases that are too big for the DMA ring.  I've
got patches to use an IB for this so I can re-enable the use of the
DMA ring for VM PT updates in 3.9.  This request also includes the
patches from the last pull request I sent on Monday in case you haven't
pulled them yet.

The following changes since commit 483674325f64a37c7696edb12ce6ad3e535421bc:

  Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel (2013-01-26 18:17:39 +1000)

are available in the git repository at:

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

Alex Deucher (7):
      drm/radeon: add WAIT_UNTIL to the non-VM safe regs list for cayman/TN
      drm/radeon: add quirk for RV100 board
      drm/radeon: fix backend map setup on 1 RB sumo boards
      drm/radeon/evergreen+: wait for the MC to settle after MC blackout
      drm/radeon/r5xx-r7xx: wait for the MC to settle after MC blackout
      drm/radeon: prevent crash in the ring space allocation
      drm/radeon: switch back to the CP ring for VM PT updates

Christopher Staite (1):
      drm/radeon: fix MC blackout on evergreen+

Mikko Tiihonen (1):
      drm/radeon: protect against div by 0 in backend setup

liu chuansheng (1):
      drm/radeon: Calling object_unrefer() when creating fb failure

 drivers/gpu/drm/radeon/evergreen.c      |   27 ++++++++++++++++++++++++---
 drivers/gpu/drm/radeon/r600.c           |    7 +++++--
 drivers/gpu/drm/radeon/radeon_asic.c    |    6 +++---
 drivers/gpu/drm/radeon/radeon_combios.c |    8 ++++++++
 drivers/gpu/drm/radeon/radeon_display.c |    4 +++-
 drivers/gpu/drm/radeon/radeon_ring.c    |    3 +++
 drivers/gpu/drm/radeon/reg_srcs/cayman  |    1 +
 drivers/gpu/drm/radeon/rv515.c          |    2 ++
 8 files changed, 49 insertions(+), 9 deletions(-)

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

end of thread, other threads:[~2013-01-31 23:24 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-31 23:23 [pull] radeon drm-fixes-3.8 alexdeucher
  -- strict thread matches above, loose matches on Subject: below --
2013-01-28  3:46 alexdeucher
2013-01-25  2:53 alexdeucher
2013-01-15 14:21 alexdeucher
2013-01-17 18:30 ` Alex Deucher
2013-01-17 19:22   ` Marek Olšák
2013-01-10 22:42 alexdeucher
2013-01-07 17:11 alexdeucher
2013-01-04  2:46 alexdeucher
2012-12-20 23:39 alexdeucher
2012-12-21 16:14 ` Alex Deucher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).