From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Vetter Subject: [PULL] drm-intel-next Date: Tue, 29 Jan 2013 15:19:07 +0100 Message-ID: <20130129141907.GP14766@phenom.ffwll.local> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: Dave Airlie Cc: Intel Graphics Development , DRI Development List-Id: dri-devel@lists.freedesktop.org Hi Dave, The holiday pull fresh from QA. Not much in in, everyone was on vacation. Highlights: - Broadcast RBG improvements and reduced color range fixes from Ville - Ben is on a "kill legacy gtt code for good" spree, first pile of patches included. - no relocs and lut improvements for faster execbuf from Chris. - some refactorings from Imre Big regression caugh by QA was the inbalanced unlock in one of the load-detect paths - you've merged that one already. Otherwise nothing to report about. Cheers, Daniel The following changes since commit b5cc6c0387b2f8d269c1df1e68c97c958dd22fed: Merge tag 'drm-intel-next-2012-12-21' of git://people.freedesktop.org/~da= nvet/drm-intel into drm-next (2013-01-17 20:34:08 +1000) are available in the git repository at: git://people.freedesktop.org/~danvet/drm-intel tags/drm-intel-next-2013-0= 1-20 for you to fetch changes up to e5c653777986b40e2986d2c918847fddbcba3a34: agp/intel: Add gma_bus_addr (2013-01-20 13:11:12 +0100) ---------------------------------------------------------------- Ben Widawsky (10): drm/i915: Kill gtt_end drm/i915: Mappable_end can't ever be > end drm/i915: Remove gtt_mappable_total drm/i915: Create a gtt structure drm/i915: Remove use on gma_bus_addr on gen6+ drm/i915: Remove use of gtt_mappable_entries drm/i915: Cut out the infamous ILK w/a from AGP layer drm/i915: Remove scratch page from shared drm/i915: Needs_dmar, not agp/intel: Add gma_bus_addr Chris Wilson (6): drm/i915: Add a debug interface to forcibly evict and shrink our obje= ct caches drm/i915: Bail if we attempt to allocate pages for a purged object drm/i915: Mark a temporary allocation for copy-from-user as such drm/i915: Take the handle idr spinlock once for looking up the exec o= bjects drm/i915: Move the execbuffer objects list from the stack into the tr= acker drm/i915: Use the reloc.handle as an index into the execbuffer array Daniel Vetter (2): drm/i915: wake up all pageflip waiters drm/i915: Allow userspace to hint that the relocations were known Egbert Eich (1): drm/i915: Remove pch_rq_mask from struct drm_i915_private. Imre Deak (3): drm/i915: merge get_gtt_alignment/get_unfenced_gtt_alignment() drm/i915: merge {i965, sandybridge}_write_fence_reg() drm/i915: use gtt_get_size() instead of open coding it Ville Syrj=E4l=E4 (5): drm/i915: Fix SPRITE0_FLIP_DONE_INT_EN_VLV and SPRITE0_FLIPDONE_INT_S= TATUS_VLV drm/i915: Fix RGB color range property for PCH platforms drm/i915: Add "Automatic" mode for the "Broadcast RGB" property drm/edid: Add drm_rgb_quant_range_selectable() drm/i915: Provide the quantization range in the AVI infoframe drivers/char/agp/intel-gtt.c | 51 ++--- drivers/gpu/drm/drm_edid.c | 33 ++++ drivers/gpu/drm/i915/i915_debugfs.c | 109 ++++++++++- drivers/gpu/drm/i915/i915_dma.c | 35 ++-- drivers/gpu/drm/i915/i915_drv.h | 48 +++-- drivers/gpu/drm/i915/i915_gem.c | 120 ++++-------- drivers/gpu/drm/i915/i915_gem_evict.c | 2 +- drivers/gpu/drm/i915/i915_gem_execbuffer.c | 280 ++++++++++++++++--------= ---- drivers/gpu/drm/i915/i915_gem_gtt.c | 129 +++++++------ drivers/gpu/drm/i915/i915_gem_tiling.c | 21 +-- drivers/gpu/drm/i915/i915_irq.c | 14 +- drivers/gpu/drm/i915/i915_reg.h | 5 +- drivers/gpu/drm/i915/intel_display.c | 13 +- drivers/gpu/drm/i915/intel_dp.c | 39 +++- drivers/gpu/drm/i915/intel_drv.h | 11 ++ drivers/gpu/drm/i915/intel_fb.c | 5 +- drivers/gpu/drm/i915/intel_hdmi.c | 45 ++++- drivers/gpu/drm/i915/intel_modes.c | 5 +- drivers/gpu/drm/i915/intel_overlay.c | 4 +- drivers/gpu/drm/i915/intel_ringbuffer.c | 2 +- drivers/gpu/drm/i915/intel_sdvo.c | 59 +++++- include/drm/drm_crtc.h | 1 + include/drm/intel-gtt.h | 9 - include/uapi/drm/i915_drm.h | 20 ++ 24 files changed, 669 insertions(+), 391 deletions(-) -- = Daniel Vetter Software Engineer, Intel Corporation +41 (0) 79 365 57 48 - http://blog.ffwll.ch