summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_drv.h
AgeCommit message (Expand)AuthorFilesLines
2015-01-26drm/i915/error: Support user specified BOsextra_error_objsBen Widawsky1-2/+4
2015-01-23Merge remote-tracking branch 'origin/drm-intel-fixes' into drm-intel-nightlyDaniel Vetter1-2/+1
2015-01-21drm/i915: BDW Fix Halo PCI IDs marked as ULT.Rodrigo Vivi1-2/+1
2015-01-21drm/i915: Performed deferred clflush inside set-cache-levelChris Wilson1-0/+1
2015-01-21drm/i915: Rename unpin_count to pin_countMika Kuoppala1-1/+1
2015-01-20drm/i915: Rename plane_config to initial_plane_configDamien Lespiau1-3/+3
2015-01-20drm/i915/skl: Adding power domains for AUX controllersSatheeshakrishna M1-0/+4
2015-01-20drm/i915: Enum forcewake domains and domain identifiersMika Kuoppala1-21/+24
2015-01-20drm/i915: Rename the forcewake get/put functionsMika Kuoppala1-10/+5
2015-01-20drm/i915: Consolidate forcewake codeMika Kuoppala1-0/+7
2015-01-20drm/i915: Reduce duplicated forcewake logicChris Wilson1-17/+37
2015-01-20drm/i915: Subsume intel_ctx_submit_request in to drm_i915_gem_requestNick Hoath1-0/+20
2015-01-20drm/i915: Removed duplicate members from submit_requestNick Hoath1-1/+8
2015-01-20drm/i915: Pass new_config down do crtc_compute_clockAnder Conselvan de Oliveira1-1/+2
2015-01-20drm/i915: Rename struct intel_crtc_config to intel_crtc_stateAnder Conselvan de Oliveira1-2/+2
2015-01-20drm/i915: Modifying structures related to DRRSVandana Kannan1-8/+24
2015-01-20drm/i915: Increase the range of sideband address.Deepak S1-2/+2
2015-01-20drm/i915/chv: Populate total EU count on CherryviewDeepak S1-0/+1
2015-01-17drm/i915: Update DRIVER_DATE to 20150117Daniel Vetter1-1/+1
2015-01-15drm/i915: group link_standby setup and let this info visible everywhere.Rodrigo Vivi1-0/+1
2015-01-12drm/i915: fix build for CONFIG_BUG=nJani Nikula1-2/+2
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/...Dave 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