Hi Dave -
Fixes for 3.16-rc2; regressions, races, and warns; Broadwell PCI IDs.
BR, Jani.
The following changes since commit a497c3ba1d97fc69c1e78e7b96435ba8c2cb42ee:
Linux 3.16-rc2 (2014-06-21 19:02:54 -1000)
are available in the git repository at:
git://anongit.freedesktop.org/drm-intel tags/drm-intel-fixes-2014-06-26
for you to fetch changes up to 8525a235c96a548873c6c5644f50df32b31f04c6:
drm/i915: vlv_prepare_pll is only needed in case of non DSI interfaces (2014-06-25 11:22:18 +0300)
---------------------------------------------------------------- Chris Wilson (2): drm/i915: Only mark the ctx as initialised after a SET_CONTEXT operation drm/i915: Hold the table lock whilst walking the file's idr and counting the objects in debugfs
Imre Deak (1): drm/i915: cache hw power well enabled state
Jani Nikula (1): drm/i915: default to having backlight if VBT not available
Rodrigo Vivi (1): drm/i915: BDW: Adding Reserved PCI IDs.
Shobhit Kumar (1): drm/i915: vlv_prepare_pll is only needed in case of non DSI interfaces
drivers/gpu/drm/i915/i915_debugfs.c | 2 ++ drivers/gpu/drm/i915/i915_drv.h | 2 ++ drivers/gpu/drm/i915/i915_gem_context.c | 8 ++++--- drivers/gpu/drm/i915/intel_bios.c | 6 +++--- drivers/gpu/drm/i915/intel_display.c | 13 ++++++------ drivers/gpu/drm/i915/intel_drv.h | 4 ++-- drivers/gpu/drm/i915/intel_pm.c | 37 +++++++++++++-------------------- include/drm/i915_pciids.h | 12 +++++++++-- 8 files changed, 46 insertions(+), 38 deletions(-)
dri-devel@lists.freedesktop.org