summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-19drm/i915: Print obj->frontbuffer_bits in debugfs outputDaniel Vetter1-0/+2
2014-06-19drm/i915: Introduce accurate frontbuffer trackingDaniel Vetter5-22/+115
2014-06-19drm/i915: Drop schedule_back from psr_exitDaniel Vetter5-11/+10
2014-06-19drm/i915: Ditch intel_edp_psr_updateDaniel Vetter4-20/+1
2014-06-19drm/i915: Drop unecessary complexity from psr_inactivateDaniel Vetter1-21/+3
2014-06-18drm/i915: Remove ctx->last_ringOscar Mateo2-3/+1
2014-06-18Merge branch 'topic/soix' into drm-intel-next-queuedDaniel Vetter127-2770/+8119
2014-06-18drm/i915/chv: Ack interrupts before handling them (CHV)Oscar Mateo1-7/+13
2014-06-18drm/i915/bdw: Ack interrupts before handling them (GEN8)Oscar Mateo1-46/+45
2014-06-18drm/i915/vlv: Ack interrupts before handling them (VLV)Oscar Mateo1-29/+38
2014-06-18drm/i915: Ack interrupts before handling them (GEN5 - GEN7)Oscar Mateo1-5/+15
2014-06-18drm/i915: Don't BUG_ON in i915_gem_obj_offsetDaniel Vetter1-1/+2
2014-06-18drm/i915: Grab dev->struct_mutex in i915_gem_pageflip_infoDaniel Vetter1-0/+7
2014-06-18drm/i915: Add some L3 registers to the parser whitelistBrad Volkin2-0/+5
2014-06-18drm/i915: Don't prefault the entire obj if the vma is smallerVille Syrjälä1-1/+4
2014-06-17drm/i915: Replaced Blitter ring based flips with MMIO flipsSourab Gupta7-2/+171
2014-06-17drm/i915: Add missing statics to recent psr functionsDaniel Vetter1-2/+2
2014-06-17drm/i915: Broaden FBC resolution limit to 4096*4096Daisy Sun1-1/+4
2014-06-17drm/i915: Added write-enable pte bit supporttAkash Goel4-21/+41
2014-06-16drm/i915: Handle disabled primary plane in debugfs i915_display_info (v2)Matt Roper1-3/+6
2014-06-16drm/i915: Fix comment about our plane remapping on gen2/3Daniel Vetter1-1/+1
2014-06-16drm/i915: update intel_dp_voltage_max commentPaulo Zanoni1-5/+1
2014-06-16drm/i915: update BDW DDI buffer translationsPaulo Zanoni3-65/+5
2014-06-16drm/i915: Simplify processing of the golden render context stateChris Wilson5-97/+69
2014-06-16drm/i915: Simplify i915_gem_release_all_mmaps()Chris Wilson1-16/+9
2014-06-13drm/i915: Fix memory leak in intel_dsi_init() error pathChristoph Jaeger1-7/+7
2014-06-13drm/i915: Improve PSR debugfs status.Rodrigo Vivi1-1/+3
2014-06-13drm/i915: Force PSR exit by inactivating it.Rodrigo Vivi5-10/+101
2014-06-13drm/i915/vlv: disable PPGTT on early revs v3Jesse Barnes1-0/+6
2014-06-13drm/i915: Fix __user sparse warningVille Syrjälä1-1/+1
2014-06-13drm/i915: Print PCI revision in i915_dump_device_info()Ville Syrjälä1-1/+2
2014-06-13drm/i915: Add locking around framebuffer_references--Ville Syrjälä1-1/+4
2014-06-13drm/i915: PSR HSW: update after enabling sprite.Rodrigo Vivi1-0/+2
2014-06-13drm/i915: BDW PSR: Remove DDIA limitation for Broadwell.Rodrigo Vivi1-6/+21
2014-06-13drm/i915: BDW PSR: Remove limitations that aren't valid for BDW.Rodrigo Vivi1-0/+5
2014-06-13drm/i915: BDW PSR: Add single frame update support.Rodrigo Vivi2-0/+2
2014-06-13drm/i915: Do not try to enable PSR when Panel doesn't suport it.Rodrigo Vivi1-7/+7
2014-06-13drm/i915: Don't let update_psr function actually enable PSR.Rodrigo Vivi1-3/+7
2014-06-13drm/i915: Use HAS_PSR to avoid unecessary interactions.Rodrigo Vivi1-5/+8
2014-06-13drm/i915: Switch to unified plane cursor handling (v4)Matt Roper2-49/+118
2014-06-13drm/i915: Add intel_crtc_cursor_set_obj() to set cursor buffer (v2)Matt Roper1-11/+31
2014-06-13drm: Allow drivers to register cursor planes with crtcMatt Roper2-2/+5
2014-06-13drm: Avoid NULL deference when disabling a plane from userspaceChris Wilson1-5/+5
2014-06-13drm: Support legacy cursor ioctls via universal planes when possible (v4)Matt Roper2-0/+111
2014-06-13drm: Refactor setplane to allow internal use (v3)Matt Roper1-74/+102
2014-06-13drm: Refactor framebuffer creation to allow internal use (v2)Matt Roper1-27/+42
2014-06-13drm/i915/chv: Fix "drm/i915/chv: Add a bunch of pre production workarounds"Tom O'Rourke1-6/+6
2014-06-13drm/i915/bdw: Do not write the Semaphore Sync Registers in GEN8+Oscar Mateo1-3/+4
2014-06-13drm/i915: Prefault the entire object on first page faultChris Wilson1-5/+17
2014-06-13drm/i915: Fix VLV CRC reading.Rodrigo Vivi1-1/+1