aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-12Merge tag 'topic/i915-hda-componentized-2015-01-12' into drm-intel-next-queuedDaniel Vetter1-5/+16
2015-01-12drm/i915: add component supportImre Deak1-0/+3
2015-01-12drm/i915: add dev_to_i915 helperImre Deak1-0/+5
2015-01-07drm/i915: Add ioctl to set per-context parametersChris Wilson1-0/+4
2015-01-07drm/i915: Move the ban period onto the contextChris Wilson1-0/+5
2015-01-07Revert "drm/i915: Parsing LFP brightness control from VBT"Rodrigo Vivi1-1/+0
2015-01-04Merge tag 'drm-intel-next-fixes-2014-12-30' of git://anongit.freedesktop.org/drm-intel into linusDave Airlie1-2/+0
2014-12-24Revert "drm/gem: Warn on illegal use of the dumb buffer interface v2"Dave Airlie1-3/+2
2014-12-19drm/i915: Update DRIVER_DATE to 20141219Daniel Vetter1-1/+1
2014-12-18Revert "drm/i915: Preserve VGACNTR bits from the BIOS"Ville Syrjälä1-2/+0
2014-12-16drm/i915: tame the chattermouth (v2)Rob Clark1-0/+30
2014-12-16drm/i915: Use batch length instead of object size in command parserBrad Volkin1-0/+1
2014-12-16drm/i915: Use batch pools with the command parserBrad Volkin1-0/+1
2014-12-16drm/i915: Implement a framework for batch buffer poolsBrad Volkin1-0/+21
2014-12-15drm/i915: Parsing LFP brightness control from VBTDeepak M1-0/+1
2014-12-15drm/i915: Infrastructure for supporting different GGTT views per objectTvrtko Ursulin1-5/+51
2014-12-15drm/i915: Use BUILD_BUG if possible in the i915 WARN_ONDaniel Vetter1-1/+13
2014-12-11drm/i915: save/restore GMBUS freq across suspend/resume on gen4Jesse Barnes1-0/+1
2014-12-10drm/i915: Move FBC stuff to intel_fbc.cRodrigo Vivi1-3/+0
2014-12-06drm/i915: Add unique id to the request structure for debuggingJohn Harrison1-0/+4
2014-12-05drm/i915: Update DRIVER_DATE to 20141205Daniel Vetter1-1/+1
2014-12-05drm/i915: compute wait_ioctl timeout correctlyDaniel Vetter1-0/+5
2014-12-03drm/i915: Convert 'trace_irq' to use requests rather than seqnosJohn Harrison1-0/+7
2014-12-03drm/i915: Remove the now redundant 'obj->ring'John Harrison1-2/+0
2014-12-03drm/i915: Convert 'i915_seqno_passed' calls into 'i915_gem_request_completed'John Harrison1-0/+18
2014-12-03drm/i915: Remove obsolete seqno parameter from 'i915_add_request'John Harrison1-4/+3
2014-12-03drm/i915: Convert __wait_seqno() to __wait_request()John Harrison1-1/+1
2014-12-03drm/i915: Check locking in i915_gem_request_unreferenceDaniel Vetter1-0/+1
2014-12-03drm/i915: Convert i915_wait_seqno to i915_wait_requestDaniel Vetter1-18/+1
2014-12-03drm/i915: Make 'i915_gem_check_olr' actually check by request not seqnoJohn Harrison1-1/+17
2014-12-03drm/i915: Replace last_[rwf]_seqno with last_[rwf]_reqJohn Harrison1-6/+7
2014-12-03drm/i915: Add helper functions to aid seqno -> request transitionJohn Harrison1-0/+12
2014-12-03drm/i915: Add reference count to request structureJohn Harrison1-0/+28
2014-12-03drm/i915: Remove user pinning codeDaniel Vetter1-8/+0
2014-12-03drm/i915: Enable PSR for Baytrail and Braswell.Rodrigo Vivi1-1/+2
2014-12-03drm/i915: Parse VBT PSR block.Rodrigo Vivi1-0/+16
2014-12-03Merge tag 'drm-intel-next-2014-11-21-fixed' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-59/+36
2014-11-21drm/i915: Update DRIVER_DATE to 20141121Daniel Vetter1-1/+1
2014-11-21drm/gem: Warn on illegal use of the dumb buffer interface v2Thomas Hellstrom1-2/+3
2014-11-20drm/i915: Pin tiled objects for L-shaped configsDaniel Vetter1-0/+1
2014-11-20drm/i915: Can i915_gem_init_ioctlDaniel Vetter1-2/+0
2014-11-20drm/i915: Sanitize ->lastcloseDaniel Vetter1-1/+0
2014-11-20drm/i915: Ditch dev_priv->ums.mm_suspendDaniel Vetter1-15/+0
2014-11-19drm/i915: No-Op enter/leave vt gem ioctlDaniel Vetter1-4/+0
2014-11-19drm/i915: Remove DRI1 ring accessors and APIChris Wilson1-27/+0
2014-11-19drm/i915/bdw: Pin the context backing objects to GGTT on-demandOscar Mateo1-0/+1
2014-11-19drm/i915: sanitize rps irq disablingImre Deak1-1/+5
2014-11-19drm/i915: Extend pcode mailbox interfaceTom O'Rourke1-2/+2
2014-11-14drm/i915/skl: Define shared DPLLs for SkylakeSatheeshakrishna M1-0/+11
2014-11-14drm/i915/skl: Structure/enum definitions for SKL clocksSatheeshakrishna M1-1/+11