summaryrefslogtreecommitdiff
path: root/drivers/gpu (follow)
Commit message (Expand)AuthorAge
...
| | | * | | | | | | drm/i915: add direct encoder disable/enable infrastructureDaniel Vetter2012-09-06
| | | * | | | | | | drm/i915: rip out crtc prepare/commit indirectionDaniel Vetter2012-09-06
| | | * | | | | | | drm/i915: add crtc->enable/disable vfuncs insted of dpmsDaniel Vetter2012-09-06
| | * | | | | | | | drm/i915: Enable some sysfs stuff without CONFIG_PMBen Widawsky2012-09-05
| | * | | | | | | | drm/i915: Never read FORCEWAKEBen Widawsky2012-09-03
| | * | | | | | | | drm/i915: Change forcewake timeout to 2msBen Widawsky2012-09-03
| | * | | | | | | | drm/i915: use cpu_relax() in wait_for_atomicBen Widawsky2012-09-03
| | * | | | | | | | drm/i915: Extract forcewake ack timeoutBen Widawsky2012-09-03
| | * | | | | | | | drm/i915: fix sdvo hotplug support check and activationJani Nikula2012-09-03
| | * | | | | | | | drm/i915: only enable sdvo hotplug irq if neededJani Nikula2012-09-03
| | * | | | | | | | drm/i915: Convert remaining debugfs iterators over rings to for_each_ring()Chris Wilson2012-09-03
| | * | | | | | | | drm/i915: differ error message between forcwake timeoutsDaniel Vetter2012-09-03
| | * | | | | | | | drm/i915: align vlv forcewake with common loreDaniel Vetter2012-09-03
| | * | | | | | | | drm/i915: add a tracepoint for gpu frequency changesDaniel Vetter2012-09-03
| | * | | | | | | | drm/ips: move drps/ips/ilk related variables into dev_priv->ipsDaniel Vetter2012-09-03
| | * | | | | | | | drm/i915: add workarounds to gen7_render_ring_flushPaulo Zanoni2012-09-03
| | * | | | | | | | drm/i915: add workarounds directly to gen6_render_ring_flushPaulo Zanoni2012-09-03
| | * | | | | | | | drm/i915: add gen7_render_ring_flushPaulo Zanoni2012-09-03
| * | | | | | | | | drm: micro optimise cache flushingDave Airlie2012-09-19
| * | | | | | | | | drm: Renesas SH Mobile DRM driverLaurent Pinchart2012-09-18
| * | | | | | | | | drm: Add NV24 and NV42 pixel formatsLaurent Pinchart2012-09-18
| * | | | | | | | | DRM: Add DRM KMS/FB CMA helperLars-Peter Clausen2012-09-18
| * | | | | | | | | DRM: Add DRM GEM CMA helperSascha Hauer2012-09-18
| * | | | | | | | | drm/edid: limit printk when facing bad edidJerome Glisse2012-09-17
| * | | | | | | | | gma500: Remove unused variableEmil Goode2012-09-13
| * | | | | | | | | vmwgfx: remove useless set memory to zero use memset()Wei Yongjun2012-09-13
| * | | | | | | | | drm: edid: add support for E-DDCShirish S2012-09-13
| * | | | | | | | | drm: Remove unnecessary test for ARM.Robert P. J. Day2012-09-13
| * | | | | | | | | drm: use %*ph to dump small buffersAndy Shevchenko2012-09-13
| * | | | | | | | | drm: edid: Refactor HDMI VSDB detectionVille Syrjälä2012-09-13
| * | | | | | | | | drm: edid: Add bounds checking to HDMI VSDB parsingVille Syrjälä2012-09-13
| * | | | | | | | | drm: edid: Add some bounds checkingVille Syrjälä2012-09-13
| * | | | | | | | | drm: consistently name interlaced modesRussell King - ARM Linux2012-09-13
| * | | | | | | | | drm: make buffer management work without DRM_MASTERDavid Herrmann2012-09-13
| * | | | | | | | | drm: udl: usb: Fix recursive Kconfig dependencySedat Dilek2012-09-04
| |/ / / / / / / /
| * | | | | | | | drm/i915: move i915_get_extra_insdone out of CONFIG_DEBUG_FS blockDaniel Vetter2012-09-03
| * | | | | | | | Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel ...Dave Airlie2012-09-03
| |\ \ \ \ \ \ \ \
| | * | | | | | | | drm/i915: Remove __GFP_NO_KSWAPDSedat Dilek2012-08-27
| | * | | | | | | | drm/i915: disable rc6 on ilk when vt-d is enabledDaniel Vetter2012-08-26
| | * | | | | | | | drm/i915: Avoid unbinding due to an interrupted pin_and_fence during execbufferChris Wilson2012-08-24
| | * | | | | | | | drm/i915: Use new INSTDONE registers (Gen7+)Ben Widawsky2012-08-24
| | * | | | | | | | drm/i915: Add new INSTDONE registersBen Widawsky2012-08-24
| | * | | | | | | | drm/i915: Extract reading INSTDONEBen Widawsky2012-08-24
| | * | | | | | | | drm/i915: Use a non-blocking wait for set-to-domain ioctlChris Wilson2012-08-24
| | * | | | | | | | drm/i915: Juggle code order to ease flow of the next patchChris Wilson2012-08-24
| | * | | | | | | | drm/i915: Use cpu relocations if the object is in the GTT but not mappableChris Wilson2012-08-24
| | * | | | | | | | drm/i915: Extract general object init routineChris Wilson2012-08-24
| | * | | | | | | | drm/i915: Protect private gem objects from truncate (such as imported dmabuf)Chris Wilson2012-08-24
| | * | | | | | | | drm/i915: Only pwrite through the GTT if there is space in the apertureChris Wilson2012-08-24
| | * | | | | | | | i915: use alloc_ordered_workqueue() instead of explicit UNBOUND w/ max_active...Tejun Heo2012-08-24