summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* nouveau: fix warning on 32-bit build.Dave Airlie2012-10-161-1/+1
* Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau...Dave Airlie2012-10-164-6/+5Star
|\
| * drm/nouveau/bios: fix typo in error messageBen Skeggs2012-10-161-1/+1
| * drm/nouveau: only call ttm_agp_tt_create when __OS_HAS_AGPMax Filippov2012-10-161-0/+2
| * drm/nv50/fb: fix double free of vram mmMarcin Slusarz2012-10-161-1/+0Star
| * drm/nouveau/pm: do not stop reclocking if failing to set the fan speedMartin Peres2012-10-161-1/+0Star
| * drm/nouveau/pm: fix a typo related to the move to the therm subdevMartin Peres2012-10-161-1/+1
| * drm/nouveau/hwmon: fix the initialization conditionMartin Peres2012-10-161-2/+1Star
* | drm: fix warning on 32-bit.Dave Airlie2012-10-161-1/+1
* | drm: radeon: fix printk format warningRandy Dunlap2012-10-161-1/+1
* | Merge branch 'drm-fixes-3.7' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2012-10-1613-152/+359
|\ \
| * | drm/radeon: fix spelling typos in debugging outputThomas Friebel2012-10-151-1/+1
| * | drm/radeon: Don't destroy I2C Bus Rec in radeon_ext_tmds_enc_destroy().Egbert Eich2012-10-151-5/+1Star
| * | drm/radeon: check if pcie gen 2 is already enabled (v2)Alex Deucher2012-10-152-1/+12
| * | drm/radeon/cayman: set VM max pfn at MC initAlex Deucher2012-10-151-7/+1Star
| * | drm/radeon: separate pt alloc from lru addChristian König2012-10-153-4/+18
| * | drm/radeon: don't add the IB pool to all VMs v2Christian König2012-10-153-33/+25Star
| * | drm/radeon: allocate page tables on demand v4Christian König2012-10-153-73/+262
| * | drm/radeon: update comments to clarify VM setup (v2)Alex Deucher2012-10-153-3/+12
| * | drm/radeon: allocate PPLLs from low to highAlex Deucher2012-10-151-4/+4
| * | drm/radeon: fix compilation with backlight disabledAlex Deucher2012-10-152-21/+23
| * | drm/radeon: use %zu for formatting size_tLuca Tettamanti2012-10-151-2/+2
* | | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-10-168-87/+75Star
|\ \ \
| * | | drm/i915: fix non-DP-D eDP backlight cleanup and module reloadJani Nikula2012-10-121-1/+2
| * | | drm/i915: HSW CRW stability magicRodrigo Vivi2012-10-121-0/+3
| * | | drm/i915/dvo-ch7xxx: fix get_hw_stateDaniel Vetter2012-10-121-3/+3
| * | | drm/i915: fixup the plane->pipe fixup codeDaniel Vetter2012-10-121-11/+23
| * | | drm/i915: rip out the pipe A quirk for i855gmDaniel Vetter2012-10-121-2/+1Star
| * | | drm/i915: fixup i915_gem_object_get_page inline helperChris Wilson2012-10-121-1/+6
| * | | drm/i915: Disallow preallocation of requestsChris Wilson2012-10-123-65/+24Star
| * | | drm/i915: Set guardband clipping workaround bit in the right register.Kenneth Graunke2012-10-122-3/+3
| * | | drm/i915: paper over a pipe-enable vs pageflip raceDaniel Vetter2012-10-081-0/+10
| * | | drm/i915: remove useless BUG_ON which caused a regression in 3.5.Willy Tarreau2012-10-071-1/+0Star
* | | | Merge tag 'fbdev-updates-for-3.7' of git://github.com/schandinat/linux-2.6Linus Torvalds2012-10-121-1/+1
|\ \ \ \
| * \ \ \ Merge tag 'omapdss-for-3.7' of git://gitorious.org/linux-omap-dss2/linux into...Florian Tobias Schandinat2012-10-1016-123/+169
| |\ \ \ \
| * \ \ \ \ Merge branch 'v3.7-for-florian' of git://git.kernel.org/pub/scm/linux/kernel/...Florian Tobias Schandinat2012-09-201-1/+1
| |\ \ \ \ \
| | * | | | | include/video: move fimd register headers from platform to include/videoLeela Krishna Amudala2012-08-081-1/+1
* | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-107-34/+14Star
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau...Dave Airlie2012-10-097-34/+14Star
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | drm/nouveau/timer: bump ptimer's alarm delay from u32 to u64Martin Peres2012-10-092-2/+2
| | * | | | | drm/nouveau/fan: fix a typo in PWM's input clock calculationMartin Peres2012-10-091-1/+1
| | * | | | | drm/nv50/clk: wire up pll_calc hookMarcin Slusarz2012-10-091-0/+1
| | * | | | | drm/nouveau: remove unused _nouveau_parent_ctorMarcin Slusarz2012-10-092-20/+0Star
| | * | | | | drm/nouveau/bios: fix shadowing of ACPI ROMs larger than 64KiBBen Skeggs2012-10-091-11/+10Star
* | | | | | | mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-096-15/+8Star
|/ / / / / /
* | | | | | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-10-0710-57/+118
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | drm/i915: Fix GT_MODE default valueBen Widawsky2012-10-042-0/+8
| * | | | | drm/i915: don't frob the vblank ts in finish_page_flipDaniel Vetter2012-10-041-22/+1Star
| * | | | | drm/i915: call drm_handle_vblank before finish_page_flipDaniel Vetter2012-10-041-8/+8
| * | | | | drm/i915: print warning if vmi915_gem_fault error is not handledMika Kuoppala2012-10-041-0/+1