summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-08-30Merge tag 'drm-intel-next-2013-08-23' of git://people.freedesktop.org/~danvet...Dave Airlie25-385/+1035
2013-08-30drm: Advertise async page flip ability through GETCAP ioctlKeith Packard2-0/+6
2013-08-30drm: Pass page flip ioctl flags to driverKeith Packard15-23/+43
2013-08-30drm/omap: tiler: clear buffer properlyDan Carpenter1-1/+1
2013-08-30drm/prime: Remove PRIME handles only if supportedThierry Reding1-2/+4
2013-08-30drm/prime: double lock typoDan Carpenter1-1/+1
2013-08-30drm/vmwgfx: fix error return code in vmw_driver_load()Wei Yongjun1-1/+3
2013-08-30drm: implement experimental render nodesDavid Herrmann6-13/+51
2013-08-30video/hdmi: Rename HDMI_IDENTIFIER to HDMI_IEEE_OUILespiau, Damien2-3/+3
2013-08-30drm/i915/hdmi: Write HDMI vendor specific infoframesLespiau, Damien2-0/+30
2013-08-30drm: Add a helper to forge HDMI vendor infoframesLespiau, Damien1-0/+36
2013-08-30video/hdmi: Use hdmi_vendor_infoframe for the HDMI specific infoframeLespiau, Damien2-15/+16
2013-08-30video/hdmi: Hook the HDMI vendor infoframe with the generic _pack()Lespiau, Damien1-36/+10
2013-08-30drm/edid: Move HDMI_IDENTIFIER to hdmi.hLespiau, Damien1-1/+0
2013-08-30gpu: host1x: Port the HDMI vendor infoframe code the common helpersLespiau, Damien1-20/+4
2013-08-30video/hdmi: Introduce helpers for the HDMI vendor specific infoframeLespiau, Damien1-0/+90
2013-08-30video/hdmi: Derive the bar data valid bit from the bar data fieldsLespiau, Damien1-2/+3
2013-08-30video/hdmi: Don't let the user of this API create invalid infoframesLespiau, Damien2-2/+5
2013-08-30drm: Add support for alternate clocks of 4k modesLespiau, Damien1-6/+62
2013-08-30drm/edid: Parse the HDMI CEA block and look for 4k modesLespiau, Damien1-15/+109
2013-08-30drm/edid: Fix add_cea_modes() style issuesLespiau, Damien1-5/+7
2013-08-30drm: Don't export drm_find_cea_extension() any moreLespiau, Damien1-3/+2
2013-08-29nouveau: add runtime PM support (v0.9)Dave Airlie13-43/+404
2013-08-29drm: allow open of dynamic off devices.Dave Airlie1-1/+1
2013-08-29gpu/vga_switcheroo: add driver control power feature. (v3)Dave Airlie4-8/+145
2013-08-28Merge branch 'drm-next' of git://people.freedesktop.org/~robclark/linux into ...Dave Airlie45-0/+14636
2013-08-27drm: verify vma access in TTM+GEM driversDavid Herrmann6-6/+18
2013-08-27drm/gem: implement vma access managementDavid Herrmann1-0/+17
2013-08-27drm/vma: add access management helpersDavid Herrmann2-0/+156
2013-08-24drm/msm: add basic hangcheck/recovery mechanismRob Clark5-5/+87
2013-08-24drm/msm: add a3xx gpu supportRob Clark14-16/+2487
2013-08-24drm/msm: add register definitions for gpuRob Clark4-0/+4317
2013-08-24drm/msm: basic KMS driver for snapdragonRob Clark26-0/+5483
2013-08-24drm/msm: add register definitionsRob Clark6-0/+2283
2013-08-23drm/i915: Print seqnos as unsigned in debugfsVille Syrjälä1-1/+1
2013-08-23drm/i915: Fix context size calculation on SNB/IVB/VLVVille Syrjälä1-8/+15
2013-08-23drm/i915: Use POSTING_READ in lcpll codeDaniel Vetter1-1/+2
2013-08-23drm/i915: enable Package C8+ by defaultPaulo Zanoni1-2/+2
2013-08-23drm/i915: add i915.pc8_timeout functionPaulo Zanoni3-1/+6
2013-08-23drm/i915: add i915_pc8_status debugfs filePaulo Zanoni1-0/+26
2013-08-23drm/i915: allow package C8+ states on Haswell (disabled)Paulo Zanoni10-2/+390
2013-08-23drm/i915: fix SDEIMR assertion when disabling LCPLLPaulo Zanoni1-6/+2
2013-08-23drm/i915: grab force_wake when restoring LCPLLPaulo Zanoni1-0/+6
2013-08-23drm/i915: drop WaMbcDriverBootEnable workaroundJesse Barnes1-17/+0
2013-08-23drm/i915: Cleaning up the relocate entry functionRafael Barbalho1-34/+54
2013-08-23drm/i915: merge HSW and SNB PM irq handlersPaulo Zanoni1-38/+12
2013-08-23drm/i915: fix how we mask PMIMR when adding work to the queuePaulo Zanoni1-9/+2
2013-08-23drm/i915: don't queue PM events we won't processPaulo Zanoni1-3/+6
2013-08-23drm/i915: don't disable/reenable IVB error interrupts when not neededPaulo Zanoni1-2/+5
2013-08-23drm/i915: add dev_priv->pm_irq_maskPaulo Zanoni2-5/+8