summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h
AgeCommit message (Expand)Author
2012-04-09drm/i915: add enumeration for DDI portsEugeni Dodonov
2012-04-09drm/i915: add support for LynxPoint PCHEugeni Dodonov
2012-04-09drm/i915: add Haswell devices and their PCI IDsEugeni Dodonov
2012-04-09drm/i915: transform HAS_PCH_SPLIT in a feature checkEugeni Dodonov
2012-03-29drm/i915: add ValleyView specific force wake get/put functionsJesse Barnes
2012-03-28drm/i915: add DPIO supportJesse Barnes
2012-03-28drm/i915: add ValleyView driver structs and IS_VALLEYVIEW macroJesse Barnes
2012-03-28drm/i915/intel_i2c: allocate gmbus array as part of drm_i915_privateDaniel Kurtz
2012-03-28drm/i915/intel_i2c: gmbus disabled and reserved ports are invalidDaniel Kurtz
2012-03-28drm/i915/intel_i2c: refactor using intel_gmbus_get_adapterDaniel Kurtz
2012-03-27drm/i915: kill ranged cpu read domain supportDaniel Vetter
2012-03-27drm/i915: Avoid using mappable space for relocation processing through the CPUChris Wilson
2012-03-27drm/i915: s/i915_gem_do_init/i915_gem_init_global_gttDaniel Vetter
2012-03-25drm/i915: add an explict mmio base for gpio/gmbus ioDaniel Vetter
2012-03-23drm/i915: move NEEDS_FORCE_WAKE to i915_drv.cJesse Barnes
2012-03-22drm/i915: Add lvds_channel module optionTakashi Iwai
2012-03-22drm/i915: Check VBIOS value for determining LVDS dual channel mode, tooTakashi Iwai
2012-03-20drm/i915: bind objects to the global gtt only when neededDaniel Vetter
2012-03-20drm/i915: split out dma mapping from global gtt bind/unbind functionsDaniel Vetter
2012-03-18drm/i915: panel: invert brightness via quirkCarsten Emde
2012-02-29drm/i915: i2c: unconditionally set up gpio fallbackDaniel Vetter
2012-02-29drm/i915: merge gmbus and gpio i2c adpater into oneDaniel Vetter
2012-02-29drm/i915: merge struct intel_gpio into struct intel_gmbusDaniel Vetter
2012-02-29drm/i915: add dev_priv to intel_gmbusDaniel Vetter
2012-02-27drm/i915: error_buffer->ring should be signedDaniel Vetter
2012-02-15drm/i915: Record the position of the request upon errorChris Wilson
2012-02-15drm/i915: Record the in-flight requests at the time of a hangChris Wilson
2012-02-15drm/i915: Record the tail at each request and use it to estimate the headChris Wilson
2012-02-14drm/i915: Fix race condition in accessing GMBUSYufeng Shen
2012-02-14drm/i915: add a "force-dvi" HDMI audio modeWu Fengguang
2012-02-13drm/i915: fixup seqno allocation logic for lazy_requestDaniel Vetter
2012-02-12drm/i915: check gtfifodbg after possibly failed writesBen Widawsky
2012-02-10Merge remote-tracking branch 'airlied/drm-fixes' into drm-intel-next-queuedDaniel Vetter
2012-02-09drm/i915: enable ppgttDaniel Vetter
2012-02-09drm/i915: ppgtt binding/unbinding supportDaniel Vetter
2012-02-09drm/i915: initialization/teardown for the aliasing ppgttDaniel Vetter
2012-02-09drm/i915: dump even more into the error_stateDaniel Vetter
2012-02-08drm/i915: swizzling support for snb/ivbDaniel Vetter
2012-01-29drm/i915: add per-ring fault reg to error_stateDaniel Vetter
2012-01-29drm/i915: Separate fence pin counting from normal bind pin countingChris Wilson
2012-01-29drm/i915: collect more per ring error stateDaniel Vetter
2012-01-29drm/i915: refactor ring error state capture to use arraysDaniel Vetter
2012-01-26drm/i915: argument to control retiring behaviorBen Widawsky
2012-01-19drm/i915: protect force_wake_(get|put) with the gt_lockDaniel Vetter
2012-01-17drm/i915: add a LLC feature flag in device descriptionEugeni Dodonov
2012-01-17drm/i915: kill i915_mem.cDaniel Vetter
2012-01-03drm/i915: add SNB and IVB video sprite support v6Jesse Barnes
2012-01-03drm/i915: Clean up multi-threaded forcewake patchKeith Packard
2011-12-19drm/i915: check ACTHD of all ringsDaniel Vetter
2011-12-16drm/i915: enable semaphores on per-device defaultsEugeni Dodonov