[git pull] drm intel fixes

2015-04-26 Thread Dave Airlie

Hi Linus,

playing the race -rc1 game, nothing too urgent if this doesn't get in 
though, Jani sent it after I started my weekend so I felt I should send 
it on.

Just intel fixes 3 of them.

Dave.

The following changes since commit c8b3fd0ce313443731e8fd6d5a541085eb465f99:

  Merge tag 'pm+acpi-4.1-rc1-2' of 
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm (2015-04-26 
13:56:35 -0700)

are available in the git repository at:

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

for you to fetch changes up to 59fd7e4b0b0769638b5162e56c28bbb027a118d3:

  Merge tag 'drm-intel-next-fixes-2015-04-25' of 
git://anongit.freedesktop.org/drm-intel into drm-fixes (2015-04-27 10:35:15 
+1000)


Dave Airlie (1):
  Merge tag 'drm-intel-next-fixes-2015-04-25' of 
git://anongit.freedesktop.org/drm-intel into drm-fixes

Dmitry Torokhov (1):
  drm/i915: cope with large i2c transfers

Imre Deak (1):
  drm/i915: vlv: fix save/restore of GFX_MAX_REQ_COUNT reg

Michel Thierry (1):
  drm/i915: Workaround to avoid lite restore with HEAD==TAIL

 drivers/gpu/drm/i915/i915_drv.c  |  4 +--
 drivers/gpu/drm/i915/i915_gem.c  |  3 +-
 drivers/gpu/drm/i915/i915_reg.h  |  1 +
 drivers/gpu/drm/i915/intel_i2c.c | 66 ++--
 drivers/gpu/drm/i915/intel_lrc.c | 35 -
 5 files changed, 95 insertions(+), 14 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[git pull] drm intel fixes

2015-04-26 Thread Dave Airlie

Hi Linus,

playing the race -rc1 game, nothing too urgent if this doesn't get in 
though, Jani sent it after I started my weekend so I felt I should send 
it on.

Just intel fixes 3 of them.

Dave.

The following changes since commit c8b3fd0ce313443731e8fd6d5a541085eb465f99:

  Merge tag 'pm+acpi-4.1-rc1-2' of 
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm (2015-04-26 
13:56:35 -0700)

are available in the git repository at:

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

for you to fetch changes up to 59fd7e4b0b0769638b5162e56c28bbb027a118d3:

  Merge tag 'drm-intel-next-fixes-2015-04-25' of 
git://anongit.freedesktop.org/drm-intel into drm-fixes (2015-04-27 10:35:15 
+1000)


Dave Airlie (1):
  Merge tag 'drm-intel-next-fixes-2015-04-25' of 
git://anongit.freedesktop.org/drm-intel into drm-fixes

Dmitry Torokhov (1):
  drm/i915: cope with large i2c transfers

Imre Deak (1):
  drm/i915: vlv: fix save/restore of GFX_MAX_REQ_COUNT reg

Michel Thierry (1):
  drm/i915: Workaround to avoid lite restore with HEAD==TAIL

 drivers/gpu/drm/i915/i915_drv.c  |  4 +--
 drivers/gpu/drm/i915/i915_gem.c  |  3 +-
 drivers/gpu/drm/i915/i915_reg.h  |  1 +
 drivers/gpu/drm/i915/intel_i2c.c | 66 ++--
 drivers/gpu/drm/i915/intel_lrc.c | 35 -
 5 files changed, 95 insertions(+), 14 deletions(-)
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[git pull] drm intel fixes

2015-03-26 Thread Dave Airlie

Hi Linus,

here is the complete set of i915 bug/warn/refcounting fixes.

Dave.

The following changes since commit 90a5a895cc8b284ac522757a01de15e36710c2b9:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2015-03-23 
10:16:13 -0700)

are available in the git repository at:

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

for you to fetch changes up to 9822393d23ba9129396ab9308dbb8ce10ae74751:

  Merge tag 'drm-intel-fixes-2015-03-26' of 
git://anongit.freedesktop.org/drm-intel into drm-fixes (2015-03-27 07:39:45 
+1000)


Chris Wilson (1):
  drm/i915: Keep ring->active_list and ring->requests_list consistent

Damien Lespiau (2):
  drm/i915: Don't try to reference the fb in get_initial_plane_config()
  drm/i915: Fix atomic state when reusing the firmware fb

Daniel Vetter (2):
  drm: Fixup racy refcounting in plane_force_disable
  drm/i915: Fixup legacy plane->crtc link for initial fb config

Dave Airlie (1):
  Merge tag 'drm-intel-fixes-2015-03-26' of 
git://anongit.freedesktop.org/drm-intel into drm-fixes

 drivers/gpu/drm/drm_crtc.c   | 13 +---
 drivers/gpu/drm/i915/i915_gem.c  | 38 
 drivers/gpu/drm/i915/intel_display.c | 18 -
 3 files changed, 35 insertions(+), 34 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[git pull] drm intel fixes

2015-03-26 Thread Dave Airlie

Hi Linus,

here is the complete set of i915 bug/warn/refcounting fixes.

Dave.

The following changes since commit 90a5a895cc8b284ac522757a01de15e36710c2b9:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2015-03-23 
10:16:13 -0700)

are available in the git repository at:

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

for you to fetch changes up to 9822393d23ba9129396ab9308dbb8ce10ae74751:

  Merge tag 'drm-intel-fixes-2015-03-26' of 
git://anongit.freedesktop.org/drm-intel into drm-fixes (2015-03-27 07:39:45 
+1000)


Chris Wilson (1):
  drm/i915: Keep ring-active_list and ring-requests_list consistent

Damien Lespiau (2):
  drm/i915: Don't try to reference the fb in get_initial_plane_config()
  drm/i915: Fix atomic state when reusing the firmware fb

Daniel Vetter (2):
  drm: Fixup racy refcounting in plane_force_disable
  drm/i915: Fixup legacy plane-crtc link for initial fb config

Dave Airlie (1):
  Merge tag 'drm-intel-fixes-2015-03-26' of 
git://anongit.freedesktop.org/drm-intel into drm-fixes

 drivers/gpu/drm/drm_crtc.c   | 13 +---
 drivers/gpu/drm/i915/i915_gem.c  | 38 
 drivers/gpu/drm/i915/intel_display.c | 18 -
 3 files changed, 35 insertions(+), 34 deletions(-)
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[git pull] drm intel fixes

2014-12-04 Thread Dave Airlie

Hi Linus,

two intel stable fixes, that should be it from me for this round.

Dave.

The following changes since commit ebea76f5b95caddb59f49a3e288da26358e6ab1f:

  Merge tag 'media/v3.18-rc8' of 
git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media (2014-12-04 
16:06:02 -0800)

are available in the git repository at:


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

for you to fetch changes up to 3e3282c0a23d8eb9438dcf4ac908a5eb48c7038b:

  Merge tag 'drm-intel-fixes-2014-12-04' of 
git://anongit.freedesktop.org/drm-intel into drm-fixes (2014-12-05 11:12:29 
+1000)



Daniel Vetter (2):
  drm/i915: More cautious with pch fifo underruns
  drm/i915: Unlock panel even when LVDS is disabled

Dave Airlie (1):
  Merge tag 'drm-intel-fixes-2014-12-04' of 
git://anongit.freedesktop.org/drm-intel into drm-fixes

 drivers/gpu/drm/i915/intel_display.c |  2 --
 drivers/gpu/drm/i915/intel_lvds.c| 22 +++---
 2 files changed, 11 insertions(+), 13 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[git pull] drm intel fixes

2014-12-04 Thread Dave Airlie

Hi Linus,

two intel stable fixes, that should be it from me for this round.

Dave.

The following changes since commit ebea76f5b95caddb59f49a3e288da26358e6ab1f:

  Merge tag 'media/v3.18-rc8' of 
git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media (2014-12-04 
16:06:02 -0800)

are available in the git repository at:


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

for you to fetch changes up to 3e3282c0a23d8eb9438dcf4ac908a5eb48c7038b:

  Merge tag 'drm-intel-fixes-2014-12-04' of 
git://anongit.freedesktop.org/drm-intel into drm-fixes (2014-12-05 11:12:29 
+1000)



Daniel Vetter (2):
  drm/i915: More cautious with pch fifo underruns
  drm/i915: Unlock panel even when LVDS is disabled

Dave Airlie (1):
  Merge tag 'drm-intel-fixes-2014-12-04' of 
git://anongit.freedesktop.org/drm-intel into drm-fixes

 drivers/gpu/drm/i915/intel_display.c |  2 --
 drivers/gpu/drm/i915/intel_lvds.c| 22 +++---
 2 files changed, 11 insertions(+), 13 deletions(-)
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[git pull] drm intel fixes

2014-07-19 Thread Dave Airlie

Hi Linus,

Intel fixes came in late, but since I debugged one of them I'll send them 
on,

two reverts, a quirk and one warn regression.

Dave.

The following changes since commit b579fcca32b7eaef7c346dff55adc953b56bb1a8:

  Merge tag 'rdma-for-linus' of 
git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband (2014-07-18 
20:39:34 -1000)

are available in the git repository at:


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

for you to fetch changes up to e898c791e1a4c27fa1f221058b29b0ad06ddf8b0:

  Merge tag 'drm-intel-fixes-2014-07-18' of 
git://anongit.freedesktop.org/drm-intel (2014-07-19 16:48:38 +1000)



Daniel Vetter (2):
  Revert "drm/i915: Don't set the 8to6 dither flag when not scaling"
  drm/i915: Track the primary plane correctly when reassigning planes

Dave Airlie (2):
  Revert "drm/i915: reverse dp link param selection, prefer fast over wide 
again"
  Merge tag 'drm-intel-fixes-2014-07-18' of 
git://anongit.freedesktop.org/drm-intel

Scot Doyle (1):
  drm/i915: Ignore VBT backlight presence check on HP Chromebook 14

 drivers/gpu/drm/i915/intel_display.c | 4 
 drivers/gpu/drm/i915/intel_dp.c  | 4 ++--
 drivers/gpu/drm/i915/intel_lvds.c| 7 +++
 drivers/gpu/drm/i915/intel_panel.c   | 8 
 4 files changed, 17 insertions(+), 6 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[git pull] drm intel fixes

2014-07-19 Thread Dave Airlie

Hi Linus,

Intel fixes came in late, but since I debugged one of them I'll send them 
on,

two reverts, a quirk and one warn regression.

Dave.

The following changes since commit b579fcca32b7eaef7c346dff55adc953b56bb1a8:

  Merge tag 'rdma-for-linus' of 
git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband (2014-07-18 
20:39:34 -1000)

are available in the git repository at:


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

for you to fetch changes up to e898c791e1a4c27fa1f221058b29b0ad06ddf8b0:

  Merge tag 'drm-intel-fixes-2014-07-18' of 
git://anongit.freedesktop.org/drm-intel (2014-07-19 16:48:38 +1000)



Daniel Vetter (2):
  Revert drm/i915: Don't set the 8to6 dither flag when not scaling
  drm/i915: Track the primary plane correctly when reassigning planes

Dave Airlie (2):
  Revert drm/i915: reverse dp link param selection, prefer fast over wide 
again
  Merge tag 'drm-intel-fixes-2014-07-18' of 
git://anongit.freedesktop.org/drm-intel

Scot Doyle (1):
  drm/i915: Ignore VBT backlight presence check on HP Chromebook 14

 drivers/gpu/drm/i915/intel_display.c | 4 
 drivers/gpu/drm/i915/intel_dp.c  | 4 ++--
 drivers/gpu/drm/i915/intel_lvds.c| 7 +++
 drivers/gpu/drm/i915/intel_panel.c   | 8 
 4 files changed, 17 insertions(+), 6 deletions(-)
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [git pull] drm intel fixes

2013-10-30 Thread Alex Deucher
On Wed, Oct 30, 2013 at 6:58 AM, Dave Airlie  wrote:
>
> Hi Linus,
>
> mainly Intel regression fixes and quirks, along with a simple one liner to
> fix rendernodes ioctl access (off by default, but testers want to test
> it).
>
> Dave.

Hi Dave,

I think you missed my fixes pull for radeon from last week:
http://lists.freedesktop.org/archives/dri-devel/2013-October/047873.html

Can we get that pulled in as well?

Alex

>
> The following changes since commit 7314e613d5ff9f0934f7a0f74ed7973b903315d1:
>
>   Fix a few incorrectly checked [io_]remap_pfn_range() calls (2013-10-29 
> 10:21:34 -0700)
>
> are available in the git repository at:
>
>   git://people.freedesktop.org/~airlied/linux drm-fixes
>
> for you to fetch changes up to 3d3b78c06c827bfc072a11056d7eb70aeb90e449:
>
>   drm: allow DRM_IOCTL_VERSION on render-nodes (2013-10-30 14:41:56 +1000)
>
> 
> Daniel Vetter (1):
>   drm/i915: Fix the PPT fdi lane bifurcate state handling on ivb
>
> Dave Airlie (1):
>   Merge tag 'drm-intel-fixes-2013-10-29' of 
> git://people.freedesktop.org/~danvet/drm-intel into drm-fixes
>
> David Herrmann (1):
>   drm: allow DRM_IOCTL_VERSION on render-nodes
>
> Jani Nikula (1):
>   drm/i915/dp: workaround BIOS eDP bpp clamping issue
>
> Rob Pearce (1):
>   drm/i915: No LVDS hardware on Intel D410PT and D425KT
>
> Ville Syrjälä (2):
>   drm/i915: Add support for pipe_bpp readout
>   drm/i915: Add HSW CRT output readout support
>
>  drivers/gpu/drm/drm_drv.c|   2 +-
>  drivers/gpu/drm/i915/intel_crt.c |  30 ++--
>  drivers/gpu/drm/i915/intel_ddi.c |  21 +-
>  drivers/gpu/drm/i915/intel_display.c | 131 
> ++-
>  drivers/gpu/drm/i915/intel_dp.c  |  20 ++
>  drivers/gpu/drm/i915/intel_drv.h |   2 +
>  drivers/gpu/drm/i915/intel_lvds.c|  16 +
>  7 files changed, 168 insertions(+), 54 deletions(-)
> ___
> dri-devel mailing list
> dri-de...@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[git pull] drm intel fixes

2013-10-30 Thread Dave Airlie

Hi Linus,

mainly Intel regression fixes and quirks, along with a simple one liner to 
fix rendernodes ioctl access (off by default, but testers want to test 
it).

Dave.

The following changes since commit 7314e613d5ff9f0934f7a0f74ed7973b903315d1:

  Fix a few incorrectly checked [io_]remap_pfn_range() calls (2013-10-29 
10:21:34 -0700)

are available in the git repository at:

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

for you to fetch changes up to 3d3b78c06c827bfc072a11056d7eb70aeb90e449:

  drm: allow DRM_IOCTL_VERSION on render-nodes (2013-10-30 14:41:56 +1000)


Daniel Vetter (1):
  drm/i915: Fix the PPT fdi lane bifurcate state handling on ivb

Dave Airlie (1):
  Merge tag 'drm-intel-fixes-2013-10-29' of 
git://people.freedesktop.org/~danvet/drm-intel into drm-fixes

David Herrmann (1):
  drm: allow DRM_IOCTL_VERSION on render-nodes

Jani Nikula (1):
  drm/i915/dp: workaround BIOS eDP bpp clamping issue

Rob Pearce (1):
  drm/i915: No LVDS hardware on Intel D410PT and D425KT

Ville Syrjälä (2):
  drm/i915: Add support for pipe_bpp readout
  drm/i915: Add HSW CRT output readout support

 drivers/gpu/drm/drm_drv.c|   2 +-
 drivers/gpu/drm/i915/intel_crt.c |  30 ++--
 drivers/gpu/drm/i915/intel_ddi.c |  21 +-
 drivers/gpu/drm/i915/intel_display.c | 131 ++-
 drivers/gpu/drm/i915/intel_dp.c  |  20 ++
 drivers/gpu/drm/i915/intel_drv.h |   2 +
 drivers/gpu/drm/i915/intel_lvds.c|  16 +
 7 files changed, 168 insertions(+), 54 deletions(-)

[git pull] drm intel fixes

2013-10-30 Thread Dave Airlie

Hi Linus,

mainly Intel regression fixes and quirks, along with a simple one liner to 
fix rendernodes ioctl access (off by default, but testers want to test 
it).

Dave.

The following changes since commit 7314e613d5ff9f0934f7a0f74ed7973b903315d1:

  Fix a few incorrectly checked [io_]remap_pfn_range() calls (2013-10-29 
10:21:34 -0700)

are available in the git repository at:

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

for you to fetch changes up to 3d3b78c06c827bfc072a11056d7eb70aeb90e449:

  drm: allow DRM_IOCTL_VERSION on render-nodes (2013-10-30 14:41:56 +1000)


Daniel Vetter (1):
  drm/i915: Fix the PPT fdi lane bifurcate state handling on ivb

Dave Airlie (1):
  Merge tag 'drm-intel-fixes-2013-10-29' of 
git://people.freedesktop.org/~danvet/drm-intel into drm-fixes

David Herrmann (1):
  drm: allow DRM_IOCTL_VERSION on render-nodes

Jani Nikula (1):
  drm/i915/dp: workaround BIOS eDP bpp clamping issue

Rob Pearce (1):
  drm/i915: No LVDS hardware on Intel D410PT and D425KT

Ville Syrjälä (2):
  drm/i915: Add support for pipe_bpp readout
  drm/i915: Add HSW CRT output readout support

 drivers/gpu/drm/drm_drv.c|   2 +-
 drivers/gpu/drm/i915/intel_crt.c |  30 ++--
 drivers/gpu/drm/i915/intel_ddi.c |  21 +-
 drivers/gpu/drm/i915/intel_display.c | 131 ++-
 drivers/gpu/drm/i915/intel_dp.c  |  20 ++
 drivers/gpu/drm/i915/intel_drv.h |   2 +
 drivers/gpu/drm/i915/intel_lvds.c|  16 +
 7 files changed, 168 insertions(+), 54 deletions(-)

Re: [git pull] drm intel fixes

2013-10-30 Thread Alex Deucher
On Wed, Oct 30, 2013 at 6:58 AM, Dave Airlie airl...@linux.ie wrote:

 Hi Linus,

 mainly Intel regression fixes and quirks, along with a simple one liner to
 fix rendernodes ioctl access (off by default, but testers want to test
 it).

 Dave.

Hi Dave,

I think you missed my fixes pull for radeon from last week:
http://lists.freedesktop.org/archives/dri-devel/2013-October/047873.html

Can we get that pulled in as well?

Alex


 The following changes since commit 7314e613d5ff9f0934f7a0f74ed7973b903315d1:

   Fix a few incorrectly checked [io_]remap_pfn_range() calls (2013-10-29 
 10:21:34 -0700)

 are available in the git repository at:

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

 for you to fetch changes up to 3d3b78c06c827bfc072a11056d7eb70aeb90e449:

   drm: allow DRM_IOCTL_VERSION on render-nodes (2013-10-30 14:41:56 +1000)

 
 Daniel Vetter (1):
   drm/i915: Fix the PPT fdi lane bifurcate state handling on ivb

 Dave Airlie (1):
   Merge tag 'drm-intel-fixes-2013-10-29' of 
 git://people.freedesktop.org/~danvet/drm-intel into drm-fixes

 David Herrmann (1):
   drm: allow DRM_IOCTL_VERSION on render-nodes

 Jani Nikula (1):
   drm/i915/dp: workaround BIOS eDP bpp clamping issue

 Rob Pearce (1):
   drm/i915: No LVDS hardware on Intel D410PT and D425KT

 Ville Syrjälä (2):
   drm/i915: Add support for pipe_bpp readout
   drm/i915: Add HSW CRT output readout support

  drivers/gpu/drm/drm_drv.c|   2 +-
  drivers/gpu/drm/i915/intel_crt.c |  30 ++--
  drivers/gpu/drm/i915/intel_ddi.c |  21 +-
  drivers/gpu/drm/i915/intel_display.c | 131 
 ++-
  drivers/gpu/drm/i915/intel_dp.c  |  20 ++
  drivers/gpu/drm/i915/intel_drv.h |   2 +
  drivers/gpu/drm/i915/intel_lvds.c|  16 +
  7 files changed, 168 insertions(+), 54 deletions(-)
 ___
 dri-devel mailing list
 dri-de...@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/dri-devel

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[git pull] drm intel fixes and one nouveau regression

2013-09-10 Thread Dave Airlie

Hi Linus,

Daniel had some fixes queued up, that were delayed, the stolen memory ones 
and vga arbiter ones are quite useful, along with his usual bunch of 
stuff, nothing for HSW outputs yet,

the one nouveau fix is for a regression I caused with the poweroff stuff.

Dave.

The following changes since commit 86a7e1224a68511d3a1ae0b7e11581b9d37723ae:

  Merge branch 'exynos-drm-next' of 
git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next 
(2013-09-05 17:48:04 +1000)

are available in the git repository at:


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

for you to fetch changes up to 01172772c7c973debf5b4881fcb9463891ea97ec:

  drm/nouveau: fix oops on runtime suspend/resume (2013-09-10 12:38:53 +1000)


Alex Williamson (3):
  vgaarb: Don't disable resources that are not owned
  vgaarb: Fix VGA decodes changes
  i915: Update VGA arbiter support for newer devices

Chris Wilson (9):
  drm/i915: Adjust available RPS information through sysfs for vlv
  drm/i915: Apply the force-detect VGA w/a to Valleyview
  drm/i915: Report requested frequency alongside current frequency in 
debugfs
  drm/i915: Embed the ring->private within the struct intel_ring_buffer
  drm/i915: Use RCS flips on Ivybridge+
  drm/i915: Pin pages whilst mapping the dma-buf
  drm/i915: Hold an object reference whilst we shrink it
  drm/i915: Skip stolen region initialisation if none is reserved
  drm/i915: Confine page flips to BCS on Valleyview

Damien Lespiau (1):
  drm/i915: Don't call sg_free_table() if sg_alloc_table() fails

Daniel Vetter (6):
  drm/i915: tune down hangcheck noise
  drm/i915: fix up the relocate_entry refactoring
  drm/i915: fix hpd work vs. flush_work in the pageflip code deadlock
  drm/i915: handle sdvo input pixel multiplier correctly again
  drm/i915: fix i9xx_crtc_clock_get for multiplied pixels
  drm/i915: fix gpu hang vs. flip stall deadlocks

Dave Airlie (2):
  Merge tag 'drm-intel-fixes-2013-09-06' of 
git://people.freedesktop.org/~danvet/drm-intel into drm-fixes
  drm/nouveau: fix oops on runtime suspend/resume

Imre Deak (1):
  drm/i915: fix lvds/dp panel fitter setting

Jani Nikula (1):
  drm/i915: try not to lose backlight CBLV precision

Jesse Barnes (2):
  drm/i915: split PCI IDs out into i915_drm.h v4
  x86: add early quirk for reserving Intel graphics stolen memory v5

Joe Perches (1):
  i915_gem: Convert kmem_cache_alloc(...GFP_ZERO) to kmem_cache_zalloc

Mika Kuoppala (2):
  drm/i915: Don't mask EI UP interrupt on IVB|SNB
  drm/i915: sanitize forcewake registers on reset

Paulo Zanoni (1):
  drm/i915: enable trickle feed on Haswell

Ville Syrjälä (2):
  drm/i915: Fix pipe config warnings when dealing with LVDS fixed mode
  drm/i915: Delay disabling of VGA memory until vgacon->fbcon handoff is 
done

 arch/x86/kernel/early-quirks.c | 154 +
 drivers/gpu/drm/i915/i915_debugfs.c|  11 +-
 drivers/gpu/drm/i915/i915_dma.c|  15 +-
 drivers/gpu/drm/i915/i915_drv.c| 164 +-
 drivers/gpu/drm/i915/i915_drv.h|   7 +
 drivers/gpu/drm/i915/i915_gem.c|  48 +--
 drivers/gpu/drm/i915/i915_gem_dmabuf.c |  41 +++---
 drivers/gpu/drm/i915/i915_gem_execbuffer.c |   3 +
 drivers/gpu/drm/i915/i915_gem_stolen.c |   3 +
 drivers/gpu/drm/i915/i915_gpu_error.c  |   2 +-
 drivers/gpu/drm/i915/i915_irq.c|  23 +++-
 drivers/gpu/drm/i915/i915_reg.h|  34 +++--
 drivers/gpu/drm/i915/i915_sysfs.c  |  36 -
 drivers/gpu/drm/i915/intel_crt.c   |   2 +-
 drivers/gpu/drm/i915/intel_display.c   |  83 ++--
 drivers/gpu/drm/i915/intel_drv.h   |   3 +-
 drivers/gpu/drm/i915/intel_lvds.c  |   8 +-
 drivers/gpu/drm/i915/intel_opregion.c  |   2 +-
 drivers/gpu/drm/i915/intel_panel.c |  14 +-
 drivers/gpu/drm/i915/intel_pm.c|  14 +-
 drivers/gpu/drm/i915/intel_ringbuffer.c|  99 --
 drivers/gpu/drm/i915/intel_ringbuffer.h|   6 +-
 drivers/gpu/drm/i915/intel_sdvo.c  |  17 +--
 drivers/gpu/drm/i915/intel_sprite.c|   7 +-
 drivers/gpu/drm/i915/intel_uncore.c|   9 +-
 drivers/gpu/drm/nouveau/nouveau_drm.c  |   9 +-
 drivers/gpu/vga/vgaarb.c   |  51 +++
 include/drm/i915_drm.h |  34 +
 include/drm/i915_pciids.h  | 211 +
 include/linux/vgaarb.h |   7 +
 30 files changed, 780 insertions(+), 337 deletions(-)
 create mode 100644 include/drm/i915_pciids.h

[git pull] drm intel fixes and one nouveau regression

2013-09-10 Thread Dave Airlie

Hi Linus,

Daniel had some fixes queued up, that were delayed, the stolen memory ones 
and vga arbiter ones are quite useful, along with his usual bunch of 
stuff, nothing for HSW outputs yet,

the one nouveau fix is for a regression I caused with the poweroff stuff.

Dave.

The following changes since commit 86a7e1224a68511d3a1ae0b7e11581b9d37723ae:

  Merge branch 'exynos-drm-next' of 
git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next 
(2013-09-05 17:48:04 +1000)

are available in the git repository at:


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

for you to fetch changes up to 01172772c7c973debf5b4881fcb9463891ea97ec:

  drm/nouveau: fix oops on runtime suspend/resume (2013-09-10 12:38:53 +1000)


Alex Williamson (3):
  vgaarb: Don't disable resources that are not owned
  vgaarb: Fix VGA decodes changes
  i915: Update VGA arbiter support for newer devices

Chris Wilson (9):
  drm/i915: Adjust available RPS information through sysfs for vlv
  drm/i915: Apply the force-detect VGA w/a to Valleyview
  drm/i915: Report requested frequency alongside current frequency in 
debugfs
  drm/i915: Embed the ring-private within the struct intel_ring_buffer
  drm/i915: Use RCS flips on Ivybridge+
  drm/i915: Pin pages whilst mapping the dma-buf
  drm/i915: Hold an object reference whilst we shrink it
  drm/i915: Skip stolen region initialisation if none is reserved
  drm/i915: Confine page flips to BCS on Valleyview

Damien Lespiau (1):
  drm/i915: Don't call sg_free_table() if sg_alloc_table() fails

Daniel Vetter (6):
  drm/i915: tune down hangcheck noise
  drm/i915: fix up the relocate_entry refactoring
  drm/i915: fix hpd work vs. flush_work in the pageflip code deadlock
  drm/i915: handle sdvo input pixel multiplier correctly again
  drm/i915: fix i9xx_crtc_clock_get for multiplied pixels
  drm/i915: fix gpu hang vs. flip stall deadlocks

Dave Airlie (2):
  Merge tag 'drm-intel-fixes-2013-09-06' of 
git://people.freedesktop.org/~danvet/drm-intel into drm-fixes
  drm/nouveau: fix oops on runtime suspend/resume

Imre Deak (1):
  drm/i915: fix lvds/dp panel fitter setting

Jani Nikula (1):
  drm/i915: try not to lose backlight CBLV precision

Jesse Barnes (2):
  drm/i915: split PCI IDs out into i915_drm.h v4
  x86: add early quirk for reserving Intel graphics stolen memory v5

Joe Perches (1):
  i915_gem: Convert kmem_cache_alloc(...GFP_ZERO) to kmem_cache_zalloc

Mika Kuoppala (2):
  drm/i915: Don't mask EI UP interrupt on IVB|SNB
  drm/i915: sanitize forcewake registers on reset

Paulo Zanoni (1):
  drm/i915: enable trickle feed on Haswell

Ville Syrjälä (2):
  drm/i915: Fix pipe config warnings when dealing with LVDS fixed mode
  drm/i915: Delay disabling of VGA memory until vgacon-fbcon handoff is 
done

 arch/x86/kernel/early-quirks.c | 154 +
 drivers/gpu/drm/i915/i915_debugfs.c|  11 +-
 drivers/gpu/drm/i915/i915_dma.c|  15 +-
 drivers/gpu/drm/i915/i915_drv.c| 164 +-
 drivers/gpu/drm/i915/i915_drv.h|   7 +
 drivers/gpu/drm/i915/i915_gem.c|  48 +--
 drivers/gpu/drm/i915/i915_gem_dmabuf.c |  41 +++---
 drivers/gpu/drm/i915/i915_gem_execbuffer.c |   3 +
 drivers/gpu/drm/i915/i915_gem_stolen.c |   3 +
 drivers/gpu/drm/i915/i915_gpu_error.c  |   2 +-
 drivers/gpu/drm/i915/i915_irq.c|  23 +++-
 drivers/gpu/drm/i915/i915_reg.h|  34 +++--
 drivers/gpu/drm/i915/i915_sysfs.c  |  36 -
 drivers/gpu/drm/i915/intel_crt.c   |   2 +-
 drivers/gpu/drm/i915/intel_display.c   |  83 ++--
 drivers/gpu/drm/i915/intel_drv.h   |   3 +-
 drivers/gpu/drm/i915/intel_lvds.c  |   8 +-
 drivers/gpu/drm/i915/intel_opregion.c  |   2 +-
 drivers/gpu/drm/i915/intel_panel.c |  14 +-
 drivers/gpu/drm/i915/intel_pm.c|  14 +-
 drivers/gpu/drm/i915/intel_ringbuffer.c|  99 --
 drivers/gpu/drm/i915/intel_ringbuffer.h|   6 +-
 drivers/gpu/drm/i915/intel_sdvo.c  |  17 +--
 drivers/gpu/drm/i915/intel_sprite.c|   7 +-
 drivers/gpu/drm/i915/intel_uncore.c|   9 +-
 drivers/gpu/drm/nouveau/nouveau_drm.c  |   9 +-
 drivers/gpu/vga/vgaarb.c   |  51 +++
 include/drm/i915_drm.h |  34 +
 include/drm/i915_pciids.h  | 211 +
 include/linux/vgaarb.h |   7 +
 30 files changed, 780 insertions(+), 337 deletions(-)
 create mode 100644 include/drm/i915_pciids.h

Re: [git pull] drm intel fixes

2013-01-11 Thread Daniel Vetter
On Fri, Jan 11, 2013 at 7:57 AM, Heinz Diehl  wrote:
> On 11.01.2013, Dave Airlie wrote:
>
>> Just intel fixes, including getting the Ironlake systems back to the state
>> they were in for 3.6.
>
>>   drm/i915: Revert shrinker changes from "Track unbound pages"
>
> I guess it's this one which fixes the ILK hang. Would it be enough for
> 3.7 to just appy this patch to get the problem fixed?

Both pieces of duct-tape are cc: stable, so should quickly pop up on
3.7. The other one is "drm: Only evict the blocks required to create
the requested hole", both should apply to 3.7 without fuzz.
-Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [git pull] drm intel fixes

2013-01-11 Thread Daniel Vetter
On Fri, Jan 11, 2013 at 7:57 AM, Heinz Diehl h...@fancy-poultry.org wrote:
 On 11.01.2013, Dave Airlie wrote:

 Just intel fixes, including getting the Ironlake systems back to the state
 they were in for 3.6.

   drm/i915: Revert shrinker changes from Track unbound pages

 I guess it's this one which fixes the ILK hang. Would it be enough for
 3.7 to just appy this patch to get the problem fixed?

Both pieces of duct-tape are cc: stable, so should quickly pop up on
3.7. The other one is drm: Only evict the blocks required to create
the requested hole, both should apply to 3.7 without fuzz.
-Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [git pull] drm intel fixes

2013-01-10 Thread Heinz Diehl
On 11.01.2013, Dave Airlie wrote: 

> Just intel fixes, including getting the Ironlake systems back to the state 
> they were in for 3.6.

>   drm/i915: Revert shrinker changes from "Track unbound pages"

I guess it's this one which fixes the ILK hang. Would it be enough for
3.7 to just appy this patch to get the problem fixed?

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[git pull] drm intel fixes

2013-01-10 Thread Dave Airlie

Hi Linus,

Just intel fixes, including getting the Ironlake systems back to the state 
they were in for 3.6.

Dave.

The following changes since commit ecf02a607bd801e742d7bb35c6e40f7ca15edf03:

  Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86 
(2013-01-10 09:09:41 -0800)

are available in the git repository at:


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

for you to fetch changes up to 82ba789f48de669fd0bbc84c326f07571d078572:

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



Chris Wilson (6):
  drm/i915; Only increment the user-pin-count after successfully pinning 
the bo
  drm/i915: Treat crtc->mode.clock == 0 as disabled
  drm: Only evict the blocks required to create the requested hole
  drm/i915: The sprite scaler on Ironlake also support YUV planes
  drm/i915: Add DEBUG messages to all intel_create_user_framebuffer error 
paths
  drm/i915: Use pixel size for computing linear offsets into a sprite

Daniel Vetter (2):
  Revert "drm/i915: no lvds quirk for Zotac ZDBOX SD ID12/ID13"
  drm/i915: Revert shrinker changes from "Track unbound pages"

Dave Airlie (1):
  Merge branch 'drm-intel-fixes' of 
git://people.freedesktop.org/~danvet/drm-intel

 drivers/gpu/drm/drm_mm.c | 45 ++--
 drivers/gpu/drm/i915/i915_gem.c  | 25 ++--
 drivers/gpu/drm/i915/intel_display.c | 33 +++---
 drivers/gpu/drm/i915/intel_lvds.c|  8 ---
 drivers/gpu/drm/i915/intel_pm.c  | 25 
 drivers/gpu/drm/i915/intel_sprite.c  | 10 
 include/drm/drm_mm.h |  2 +-
 7 files changed, 81 insertions(+), 67 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[git pull] drm intel fixes

2013-01-10 Thread Dave Airlie

Hi Linus,

Just intel fixes, including getting the Ironlake systems back to the state 
they were in for 3.6.

Dave.

The following changes since commit ecf02a607bd801e742d7bb35c6e40f7ca15edf03:

  Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86 
(2013-01-10 09:09:41 -0800)

are available in the git repository at:


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

for you to fetch changes up to 82ba789f48de669fd0bbc84c326f07571d078572:

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



Chris Wilson (6):
  drm/i915; Only increment the user-pin-count after successfully pinning 
the bo
  drm/i915: Treat crtc-mode.clock == 0 as disabled
  drm: Only evict the blocks required to create the requested hole
  drm/i915: The sprite scaler on Ironlake also support YUV planes
  drm/i915: Add DEBUG messages to all intel_create_user_framebuffer error 
paths
  drm/i915: Use pixel size for computing linear offsets into a sprite

Daniel Vetter (2):
  Revert drm/i915: no lvds quirk for Zotac ZDBOX SD ID12/ID13
  drm/i915: Revert shrinker changes from Track unbound pages

Dave Airlie (1):
  Merge branch 'drm-intel-fixes' of 
git://people.freedesktop.org/~danvet/drm-intel

 drivers/gpu/drm/drm_mm.c | 45 ++--
 drivers/gpu/drm/i915/i915_gem.c  | 25 ++--
 drivers/gpu/drm/i915/intel_display.c | 33 +++---
 drivers/gpu/drm/i915/intel_lvds.c|  8 ---
 drivers/gpu/drm/i915/intel_pm.c  | 25 
 drivers/gpu/drm/i915/intel_sprite.c  | 10 
 include/drm/drm_mm.h |  2 +-
 7 files changed, 81 insertions(+), 67 deletions(-)
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [git pull] drm intel fixes

2013-01-10 Thread Heinz Diehl
On 11.01.2013, Dave Airlie wrote: 

 Just intel fixes, including getting the Ironlake systems back to the state 
 they were in for 3.6.

   drm/i915: Revert shrinker changes from Track unbound pages

I guess it's this one which fixes the ILK hang. Would it be enough for
3.7 to just appy this patch to get the problem fixed?

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/