OK, here's another set for within the merge window.  One commit outside
of the driver, which is to fix GTT mapping non-PAT thanks to
pgprot_writecombine.  Probably the most important thing here, though, is
the TV modesetting in property change, which fixes an oops with the new
2D driver now that it's actually poking these properties.

The following changes since commit c09bca786ff941ed17c5f381c4eca5b106808c51:
  Linus Torvalds (1):
        Merge git://git.kernel.org/.../bart/ide-2.6

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel drm-intel-next

Arjan van de Ven (1):
      drm/i915: clean up udelay usage

Carl Worth (1):
      drm/i915: Add a spinlock to protect the active_list

Daniel Vetter (1):
      drm/i915: fix up tiling/fence reg setup on i8xx class hw

Jesse Barnes (3):
      drm/i915: check for -EINVAL from vm_insert_pfn
      drm/i915: add VGA hotplug support for 945+
      drm: Use pgprot_writecombine in GEM GTT mapping to get the right bits for 
!PAT.

Ma Ling (1):
      drm/i915: avoid hanging on to a stale pointer to raw_edid.

Shaohua Li (1):
      drm/i915: correctly set IGD device's gtt size for KMS.

Zhenyu Wang (6):
      drm/i915: only set TV mode when any property changed
      drm/i915: fix TV mode setting in property change
      drm/i915: Fix SDVO command debug function
      drm/i915: Fix error in SDVO DTD and modeline convert
      drm/i915: Fix SDVO CREATE_PREFERRED_INPUT_TIMING command
      drm/i915: Fix SDVO TV support

 drivers/gpu/drm/drm_gem.c               |    7 +-
 drivers/gpu/drm/drm_sysfs.c             |    1 +
 drivers/gpu/drm/i915/i915_dma.c         |    9 +--
 drivers/gpu/drm/i915/i915_drv.h         |    5 +
 drivers/gpu/drm/i915/i915_gem.c         |   38 +++++--
 drivers/gpu/drm/i915/i915_gem_debug.c   |    2 +
 drivers/gpu/drm/i915/i915_gem_debugfs.c |    6 +
 drivers/gpu/drm/i915/i915_gem_tiling.c  |   16 +++
 drivers/gpu/drm/i915/i915_irq.c         |   67 ++++++++++-
 drivers/gpu/drm/i915/i915_reg.h         |   11 ++
 drivers/gpu/drm/i915/intel_crt.c        |    4 +-
 drivers/gpu/drm/i915/intel_display.c    |   22 ++++-
 drivers/gpu/drm/i915/intel_modes.c      |    1 +
 drivers/gpu/drm/i915/intel_sdvo.c       |  193 +++++++++++++++++--------------
 drivers/gpu/drm/i915/intel_sdvo_regs.h  |    3 +
 drivers/gpu/drm/i915/intel_tv.c         |   30 ++++-
 16 files changed, 292 insertions(+), 123 deletions(-)

-- 
Eric Anholt
e...@anholt.net                         eric.anh...@intel.com


Attachment: signature.asc
Description: This is a digitally signed message part

------------------------------------------------------------------------------
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to