summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)Author
2012-06-22drm: pass dev to drm_vm_{open,close}_locked()Rob Clark
2012-06-22drm: support for rotated scanoutRob Clark
2012-06-22drm: add plane propertiesRob Clark
2012-06-22drm: add bitmask property typeRob Clark
2012-06-22drm: add CRTC propertiesPaulo Zanoni
2012-06-22drm: make the connector properties code use the object properties codePaulo Zanoni
2012-06-22drm: add generic ioctls to get/set properties on any objectPaulo Zanoni
2012-06-22drm: create struct drm_object_properties and use itPaulo Zanoni
2012-06-22drm: WARN() when drm_connector_attach_property failsPaulo Zanoni
2012-06-22drm: add drm_property_change_is_validPaulo Zanoni
2012-06-22drm: Make the CRTC gamma_set operation optionalLaurent Pinchart
2012-06-22drm: Constify drm_mode_config_funcs pointerLaurent Pinchart
2012-06-22drm: Constify gem_vm_ops pointerLaurent Pinchart
2012-05-21Automatically merging rebase-umm-wip into merge-linux-linaro-core-trackingAndrey Konovalov
2012-05-14Merge commit 'v3.4-rc7' into android-3.4Colin Cross
2012-05-07Merge commit 'v3.4-rc6' into android-3.4Colin Cross
2012-05-07drm/nouveau/i2c: resume use of i2c-algo-bit, rather than custom stackBen Skeggs
2012-05-07drm/i915: Do no set Stencil Cache eviction LRA w/a on gen7+Daniel Vetter
2012-05-07drm/i915: disable sdvo hotplug on i945g/gmDaniel Vetter
2012-05-04drm/radeon: clarify and extend wb setup on APUs and NI+ asicsAlex Deucher
2012-05-03Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie
2012-05-03drm/i915: enable dip before writing data on gen4Paulo Zanoni
2012-05-03nouveau: initialise has_optimus variable.Dave Airlie
2012-05-02fixing dmi match for hp t5745 and hp st5747 thin clientMarc Gariepy
2012-05-02drm/i915: Only enable IPS polling for gen5Chris Wilson
2012-05-02drm/i915: Do not read non-existent DPLL registers on PCH hardwareChris Wilson
2012-05-01Merge commit 'v3.4-rc5' into android-3.4Colin Cross
2012-04-30drm/nv10/gpio: fix thinko in mask for gpio lines 2-9Ben Skeggs
2012-04-30nvc0/fb: shut up PMFB interrupt after the first occurrenceChristoph Bumiller
2012-04-30drm/nouveau/hdmi: use correct hdmi regs for nvaa/nvacBen Skeggs
2012-04-30drm/nouveau/bios: fix regression on some nv4x boardBen Skeggs
2012-04-28drm/i915: Set the Stencil Cache eviction policy to non-LRA mode.Kenneth Graunke
2012-04-28drm/radeon/kms: need to set up ss on DP bridges as wellAlex Deucher
2012-04-27Merge commit 'v3.4-rc4' into android-3.4Colin Cross
2012-04-27drm/radeon/kms: use frac fb div on APUsAlex Deucher
2012-04-27drm/radeon: add a missing entry to encoder_namesIlija Hadzic
2012-04-27Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie
2012-04-27Merge branch 'exynos-drm-fixes' of git://git.infradead.org/users/kmpark/linux...Dave Airlie
2012-04-26drm/i915: handle input/output sdvo timings separately in mode_setDaniel Vetter
2012-04-24Merge branch 'drm-dmabuf2' of git://people.freedesktop.org/~airlied/linux int...Sumit Semwal
2012-04-23drm/i915: fix integer overflow in i915_gem_do_execbuffer()Xi Wang
2012-04-23drm/i915: fix integer overflow in i915_gem_execbuffer2()Xi Wang
2012-04-23drm/exynos: added missed vm area region mapping type.Inki Dae
2012-04-23drm/exynos: fixed exynos_drm_gem_map_pages bug.Inki Dae
2012-04-23drm/exynos: fixed duplicatd memory allocation bug.Inki Dae
2012-04-22drm/i915: fixup load-detect on enabled, but not active pipeDaniel Vetter
2012-04-21kill mm argument of vm_munmap()Al Viro
2012-04-20VM: add "vm_mmap()" helper functionLinus Torvalds
2012-04-20VM: add "vm_munmap()" helper functionLinus Torvalds
2012-04-19Merge commit 'v3.4-rc3' into android-3.4Colin Cross