summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_drv.h
AgeCommit message (Expand)AuthorFilesLines
2013-11-19drm/i915: Do not enable package C8 on unsupported hardwareChris Wilson1-0/+1
2013-11-10Merge tag 'bdw-stage1-2013-11-08-v2' of git://people.freedesktop.org/~danvet/...Dave Airlie1-8/+28
2013-11-08drm/i915/bdw: Support eDP PSRBen Widawsky1-1/+1
2013-11-08drm/i915/bdw: Use The GT mailbox for IPS enable/disableBen Widawsky1-1/+1
2013-11-08drm/i915/bdw: Broadwell also has the "power down well"Paulo Zanoni1-1/+5
2013-11-08drm/i915/bdw: add IS_BROADWELL macroPaulo Zanoni1-0/+1
2013-11-08drm/i915/bdw: PPGTT init & cleanupBen Widawsky1-4/+15
2013-11-08drm/i915/bdw: Implement interrupt changesBen Widawsky1-1/+4
2013-11-06drm/i915/vlv: use per-pipe backlight controls v2Jesse Barnes1-0/+3
2013-11-06drm/i915: make backlight functions take a connectorJesse Barnes1-0/+1
2013-11-06drm/i915: move opregion asle request handling to a work queueJani Nikula1-0/+1
2013-11-05drm/i915/bdw: IS_GEN8 definitionBen Widawsky1-0/+1
2013-11-04Merge tag 'v3.12' into drm-intel-nextDaniel Vetter1-2/+6
2013-11-01drm/i916: add "auto" pipe CRC sourceDaniel Vetter1-0/+1
2013-10-30drm/i915: use enum pipe consistently in i915_irq.cDaniel Vetter1-2/+2
2013-10-30drm/i915: Capture batchbuffer state upon GPU hangChris Wilson1-0/+1
2013-10-27drm/i915: remove device field from struct power_wellImre Deak1-1/+0
2013-10-27drm/i915: use power get/put instead of set for power on after initImre Deak1-1/+7
2013-10-27drm/i915: prepare for multiple power wellsImre Deak1-3/+8
2013-10-22drm/i915: Use a spin lock to protect the pipe crc structDamien Lespiau1-2/+3
2013-10-22drm/i915: Move the pipe CRC stuff to other pipe dataDaniel Vetter1-4/+4
2013-10-21drm/i915: change power_well->lock to be mutexImre Deak1-1/+1
2013-10-21drm/i915: factor out is_always_on_domainImre Deak1-0/+8
2013-10-21drm/i915: make the intel_display_power_domain enum compactImre Deak1-2/+4
2013-10-21drm/i915: Add new CRC sourcesDaniel Vetter1-0/+5
2013-10-21drm/i915: Print RC6 info less oftenBen Widawsky1-21/+0
2013-10-18drm/i915: Disable GGTT PTEs on GEN6+ suspendBen Widawsky1-1/+4
2013-10-18drm/i915: Make PTE valid encoding optionalBen Widawsky1-1/+2
2013-10-18drm/i915: wire up CRC interrupt for ilk/snbDaniel Vetter1-0/+1
2013-10-18drm/i915: pass mode to ELD write vfuncsJani Nikula1-1/+2
2013-10-16drm/i915: Use unsigned long for obj->user_pin_countDaniel Vetter1-1/+1
2013-10-16drm/i915: prevent tiling changes on framebuffer backing storageDaniel Vetter1-0/+3
2013-10-16drm/i915: Disable all GEM timers and work on unloadChris Wilson1-1/+1
2013-10-16drm/i915: static inline for dummy crc functionsDaniel Vetter1-2/+2
2013-10-16drm/i915: Only one open() allowed on pipe CRC result filesDamien Lespiau1-0/+1
2013-10-16drm/i915: Implement blocking read for pipe CRC filesDamien Lespiau1-0/+6
2013-10-16drm/i915: Dynamically allocate the CRC circular bufferDamien Lespiau1-1/+1
2013-10-16drm/i915: Sample the frame counter instead of a timestamp for CRCsDamien Lespiau1-1/+1
2013-10-16drm/i915: Keep the CRC values into a circular bufferDamien Lespiau1-2/+2
2013-10-16drm/i915: Add a control file for pipe CRCsDaniel Vetter1-0/+9
2013-10-16drm/i915: Expose latest 200 CRC value for pipe through debugfsShuang He1-0/+15
2013-10-16drm/i915: Replace has_bsd/blt/vebox with a maskBen Widawsky1-6/+8
2013-10-15drm/i915: Store current watermark state in dev_priv->wmVille Syrjälä1-0/+12
2013-10-11drm/i915: Kconfig option to disable the legacy fbdev supportDaniel Vetter1-0/+2
2013-10-10drm/i915: Avoid tweaking RPS before it is enabledChris Wilson1-0/+1
2013-10-10drm/i915: Remove gen specific checks in MMIOBen Widawsky1-3/+0
2013-10-10drm/i915: Create MMIO virtual functionsBen Widawsky1-31/+29
2013-10-10Merge remote-tracking branch 'airlied/drm-next' into drm-intel-nextDaniel Vetter1-19/+18
2013-10-09drm: Remove pci_vendor and pci_device from struct drm_deviceVille Syrjälä1-18/+18
2013-10-09drm: kill ->gem_init_object() and friendsDavid Herrmann1-1/+0