summaryrefslogtreecommitdiff
path: root/drivers/gpu (unfollow)
Commit message (Expand)Author
2014-06-18drm/i915: Ack interrupts before handling them (GEN5 - GEN7)Oscar Mateo
2014-06-18drm/i915: Don't BUG_ON in i915_gem_obj_offsetDaniel Vetter
2014-06-18drm/i915: Grab dev->struct_mutex in i915_gem_pageflip_infoDaniel Vetter
2014-06-18drm/i915: Add some L3 registers to the parser whitelistBrad Volkin
2014-06-18drm/i915: Don't prefault the entire obj if the vma is smallerVille Syrjälä
2014-06-17drm/i915: use shmem helpers if possibleDavid Herrmann
2014-06-17drm/i915: Replaced Blitter ring based flips with MMIO flipsSourab Gupta
2014-06-17drm/i915: Add missing statics to recent psr functionsDaniel Vetter
2014-06-17drm/i915: Broaden FBC resolution limit to 4096*4096Daisy Sun
2014-06-17drm/i915: Added write-enable pte bit supporttAkash Goel
2014-06-17drm/nouveau/pwr: fix typo in fifo wrap handlingBen Skeggs
2014-06-17drm/nv50/disp: fix a potential oops in supervisor handlingBen Skeggs
2014-06-17drm/nouveau/disp/dp: don't touch link config after successBen Skeggs
2014-06-17drm/nouveau/kms: reference vblank for crtc during pageflip.Mario Kleiner
2014-06-17drm/gk104/fb/ram: fixups from an earlier search+replaceBen Skeggs
2014-06-17drm/nv50/gr: remove an unneeded write while initialising PGRAPHPierre Moreau
2014-06-17drm/nv50/gr: fix overlap while zeroing zcull regionsPierre Moreau
2014-06-17drm/gf100-/gr: report class data to host on fwmthd failureBen Skeggs
2014-06-17drm/gk104/ibus: increase various random timeoutsBen Skeggs
2014-06-17drm/gk104/clk: only touch divider for mode we'll be usingBen Skeggs
2014-06-16drm/i915: Handle disabled primary plane in debugfs i915_display_info (v2)Matt Roper
2014-06-16drm/i915: Fix comment about our plane remapping on gen2/3Daniel Vetter
2014-06-16drm/i915: update intel_dp_voltage_max commentPaulo Zanoni
2014-06-16drm/i915: update BDW DDI buffer translationsPaulo Zanoni
2014-06-16drm/i915: Simplify processing of the golden render context stateChris Wilson
2014-06-16drm/i915: Simplify i915_gem_release_all_mmaps()Chris Wilson
2014-06-16drm/i915, HD-audio: Don't continue probing when nomodeset is givenTakashi Iwai
2014-06-13drm/i915: Fix memory leak in intel_dsi_init() error pathChristoph Jaeger
2014-06-13drm/i915: Improve PSR debugfs status.Rodrigo Vivi
2014-06-13drm/i915: Force PSR exit by inactivating it.Rodrigo Vivi
2014-06-13drm/i915/vlv: disable PPGTT on early revs v3Jesse Barnes
2014-06-13drm/radeon: Bypass hw lut's for > 8 bpc framebuffer scanout.Mario Kleiner
2014-06-13drm/radeon: use pixel formats instead of depth/bppFredrik Höglund
2014-06-13drm/i915: Fix __user sparse warningVille Syrjälä
2014-06-13drm/i915: Print PCI revision in i915_dump_device_info()Ville Syrjälä
2014-06-13drm/i915: Add locking around framebuffer_references--Ville Syrjälä
2014-06-13drm/i915: PSR HSW: update after enabling sprite.Rodrigo Vivi
2014-06-13drm/i915: BDW PSR: Remove DDIA limitation for Broadwell.Rodrigo Vivi
2014-06-13drm/i915: BDW PSR: Remove limitations that aren't valid for BDW.Rodrigo Vivi
2014-06-13drm/i915: BDW PSR: Add single frame update support.Rodrigo Vivi
2014-06-13drm/i915: Do not try to enable PSR when Panel doesn't suport it.Rodrigo Vivi
2014-06-13drm/i915: Don't let update_psr function actually enable PSR.Rodrigo Vivi
2014-06-13drm/i915: Use HAS_PSR to avoid unecessary interactions.Rodrigo Vivi
2014-06-13drm/i915: Switch to unified plane cursor handling (v4)Matt Roper
2014-06-13drm/i915: Add intel_crtc_cursor_set_obj() to set cursor buffer (v2)Matt Roper
2014-06-13drm: Allow drivers to register cursor planes with crtcMatt Roper
2014-06-13drm: Avoid NULL deference when disabling a plane from userspaceChris Wilson
2014-06-13drm: Support legacy cursor ioctls via universal planes when possible (v4)Matt Roper
2014-06-13drm: Refactor setplane to allow internal use (v3)Matt Roper
2014-06-13drm: Refactor framebuffer creation to allow internal use (v2)Matt Roper