[Intel-gfx] [PATCH 0/8] misc fixes for 3.2

Eugeni Dodonov eugeni.dodonov at intel.com
Mon Nov 28 19:15:13 CET 2011


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




More information about the Intel-gfx mailing list