public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 0/8] misc fixes for 3.2
@ 2011-11-28 18:15 Eugeni Dodonov
  2011-11-28 18:15 ` [PATCH 1/8] drm/i915: there is no pipe CxSR on ironlake Eugeni Dodonov
                   ` (7 more replies)
  0 siblings, 8 replies; 43+ messages in thread
From: Eugeni Dodonov @ 2011-11-28 18:15 UTC (permalink / raw)
  To: intel-gfx; +Cc: Eugeni Dodonov

Hi,

here comes my queue of patches for next 3.2 push.

patch1 removes CxSR on ILK, following the specifications
patch2 improved edid timings by reducing number of unnecessary retries
patch3 prevents a division-by-zero in kernel when querying for gpu power on ILK
patch4,5 fix typos in comments
patch6 adds the option to enable semaphores according to per-device default.
patch7 fixes an issue which was preventing default fbc value from working
patch8 adds the option to enable rc6 according to per-device default values.

Patch 6 and 8 are based on previously sent patches for semaphores and rc6
enablement. According to the discussion about their enablement on SNB according
to the status of VTd, it was decided to postpone such enablement until we
figure out what is going wrong with the hardware. But as no such issues exist
on IVB, and as those patches bring lots of benefits to the system, there is no
reason to not have them on by default there.

Eugeni Dodonov (8):
  drm/i915: there is no pipe CxSR on ironlake
  drm: give up on edid retries when i2c bus is not responding
  drm/i915: prevent division by zero when asking for chipset power
  drm/i915: fix typo in function name
  platform/x86: fix typos in function comments
  drm/i915: enable semaphores on per-device defaults
  drm/i915: allow per-device fbc to work with default settings
  drm/i915: enable rc6 by default on IVB onwards

 drivers/gpu/drm/drm_edid.c                 |    5 +++++
 drivers/gpu/drm/i915/i915_dma.c            |   10 ++++++++++
 drivers/gpu/drm/i915/i915_drv.c            |   14 +++++++-------
 drivers/gpu/drm/i915/i915_drv.h            |    7 ++++---
 drivers/gpu/drm/i915/i915_gem_execbuffer.c |   18 +++++++++++++++++-
 drivers/gpu/drm/i915/intel_display.c       |   13 +++++++++++--
 drivers/platform/x86/intel_ips.c           |    6 +++---
 7 files changed, 57 insertions(+), 16 deletions(-)

-- 
1.7.7.4

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

end of thread, other threads:[~2012-01-16 22:26 UTC | newest]

Thread overview: 43+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-28 18:15 [PATCH 0/8] misc fixes for 3.2 Eugeni Dodonov
2011-11-28 18:15 ` [PATCH 1/8] drm/i915: there is no pipe CxSR on ironlake Eugeni Dodonov
2011-11-28 18:15 ` [PATCH 2/8] drm: give up on edid retries when i2c bus is not responding Eugeni Dodonov
2011-11-28 18:15 ` [PATCH 3/8] drm/i915: prevent division by zero when asking for chipset power Eugeni Dodonov
2011-11-28 18:15 ` [PATCH 4/8] drm/i915: fix typo in function name Eugeni Dodonov
2012-01-16 22:26   ` Daniel Vetter
2011-11-28 18:15 ` [PATCH 5/8] platform/x86: fix typos in function comments Eugeni Dodonov
2011-11-28 18:15 ` [PATCH 6/8] drm/i915: enable semaphores on per-device defaults Eugeni Dodonov
2011-11-28 18:45   ` Daniel Vetter
2011-12-10  0:02   ` Keith Packard
2011-12-10  1:05     ` [PATCH] " Eugeni Dodonov
2011-11-28 18:15 ` [PATCH 7/8] drm/i915: allow per-device fbc to work with default settings Eugeni Dodonov
2011-11-28 18:15 ` [PATCH 8/8] drm/i915: enable rc6 by default on IVB onwards Eugeni Dodonov
2011-11-28 19:05   ` Daniel Vetter
2011-11-29  0:24     ` [PATCH] " Eugeni Dodonov
2011-11-19  6:41       ` [PATCH] drm/i915: By default, enable RC6 on IVB and SNB when reasonable Keith Packard
2011-11-19  7:37         ` Kenneth Graunke
2011-11-19  9:07         ` Eugeni Dodonov
2011-11-19  9:25         ` Eugeni Dodonov
2011-11-19 18:32           ` Keith Packard
2011-11-20 21:19             ` Eugeni Dodonov
2011-11-22 20:15         ` Matthew Garrett
2011-11-22 20:46           ` Eugeni Dodonov
2011-11-22 20:51             ` Matthew Garrett
2011-11-23  3:31           ` Keith Packard
2011-11-23 10:26             ` Daniel Vetter
2011-11-23 14:01               ` David Woodhouse
2011-11-23 14:39                 ` Daniel Vetter
2011-11-23 15:03                   ` David Woodhouse
2011-11-23 15:31                     ` Daniel Vetter
2011-11-23 15:36                       ` David Woodhouse
2011-11-23 15:46                       ` Daniel Vetter
2011-11-23 15:41                     ` Daniel Vetter
2011-11-23 15:43                       ` David Woodhouse
2011-11-23 20:35                         ` Daniel Vetter
2011-11-23 18:42         ` [PATCH] iommu: export no_iommu and dmar_disabled symbols Eugeni Dodonov
2011-11-23 20:36           ` [Intel-gfx] " David Woodhouse
2011-11-23 20:48             ` Keith Packard
2011-12-09 23:53         ` drm/i915: Enabling RC6 where possible Keith Packard
2011-12-09 23:53           ` [PATCH 1/2] iommu: Export intel_iommu_enabled to signal when iommu is in use Keith Packard
2011-12-09 23:53           ` [PATCH 2/2] drm/i915: By default, enable RC6 on IVB and SNB when reasonable Keith Packard
2011-12-13  3:45             ` Matthew Garrett
2011-11-29  0:30       ` [PATCH] drm/i915: enable rc6 by default on IVB onwards Daniel Vetter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox