aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nv04_crtc.c
Commit message (Expand)AuthorAgeFilesLines
* merge more graphics stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-3/+14
* remove firmware files, merge more uncritical stuff from 3.0.101Wolfgang Wiedmeyer2015-10-231-21/+10
* samsung update 1codeworkx2012-06-021-10/+21
* drm/nv17-nv40: Fix modesetting failure when pitch == 4096px (fdo bug 35901).Francisco Jerez2011-06-071-1/+7
* drm/nouveau: make cursor_set implementation consistent with other driversMarcin Slusarz2011-05-161-3/+3
* drm/nouveau: Fix brace placement checkpatch.pl errors.Emil Velikov2011-05-161-2/+1
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* drm/nouveau: remove no_vm/mappable flags from nouveau_boBen Skeggs2011-02-251-1/+1
* drm/nouveau: Call drm_vblank_pre/post_modeset() around mode setting.Francisco Jerez2010-12-031-0/+2
* drm/nouveau: Implement the pageflip ioctl.Francisco Jerez2010-12-031-0/+1
* drm/nv04: Make CRTC base changes effective in the next hsync.Francisco Jerez2010-12-031-1/+4
* drm/nouveau: Use "force" to decide if analog load detection is ok or not.Francisco Jerez2010-11-181-5/+0
* drm/nv04: Fix scanout over the 16MB mark.Francisco Jerez2010-11-181-1/+1
* drm, kdb, kms: Change mode_set_base_atomic() enter argument to be an enumJason Wessel2010-10-191-2/+2
* Merge branch 'drm-kdb-next' into drm-core-nextDave Airlie2010-10-061-8/+47
|\
| * drm/nouveau/kms: Avoid a hang entering KDB with VT accel on.Chris Ball2010-10-061-0/+9
| * drm, kdb, kms: Add an enter argument to mode_set_base_atomic() APIJason Wessel2010-10-061-1/+1
| * drm/nouveau/kms: Implement KDB debug hooks for nouveau KMS.Chris Ball2010-10-061-8/+38
* | drm/nouveau: make the behaviour of get_pll_limits() consistentBen Skeggs2010-09-241-1/+1
* | drm/nouveau: require explicit unmap of kmapped bosBen Skeggs2010-09-241-0/+1
* | drm/nv20: Use the nv30 CRTC bandwidth calculation code.Francisco Jerez2010-09-241-1/+1
|/
* drm: expand gamma_setJames Simmons2010-08-101-6/+4
* drm: Use ENOENT consistently for the error return for an unmatched handle.Chris Wilson2010-08-101-1/+1
* drm/nv17-nv4x: Attempt to init some external TMDS transmitters.Francisco Jerez2010-08-061-0/+3
* drm/nv04-nv40: Disable connector polling when there're no spare CRTCs left.Francisco Jerez2010-07-131-0/+5
* Merge remote branch 'nouveau/for-airlied' into drm-linusDave Airlie2010-03-151-3/+3
|\
| * drm/nv04-nv40: Fix up the programmed horizontal sync pulse delay.Francisco Jerez2010-03-101-3/+3
* | Use drm_gem_object_[handle_]unreference_unlocked where possibleLuca Barbieri2010-02-111-3/+1
|/
* drm/nouveau: use drm debug levelsMaarten Maathuis2009-12-161-5/+5
* drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs2009-12-111-0/+1002