summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nv04_crtc.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-03drm/nouveau: Call drm_vblank_pre/post_modeset() around mode setting.Francisco Jerez1-0/+2
2010-12-03drm/nouveau: Implement the pageflip ioctl.Francisco Jerez1-0/+1
2010-12-03drm/nv04: Make CRTC base changes effective in the next hsync.Francisco Jerez1-1/+4
2010-11-18drm/nouveau: Use "force" to decide if analog load detection is ok or not.Francisco Jerez1-5/+0
2010-11-18drm/nv04: Fix scanout over the 16MB mark.Francisco Jerez1-1/+1
2010-10-19drm, kdb, kms: Change mode_set_base_atomic() enter argument to be an enumJason Wessel1-2/+2
2010-10-06Merge branch 'drm-kdb-next' into drm-core-nextDave Airlie1-8/+47
2010-10-06drm/nouveau/kms: Avoid a hang entering KDB with VT accel on.Chris Ball1-0/+9
2010-10-06drm, kdb, kms: Add an enter argument to mode_set_base_atomic() APIJason Wessel1-1/+1
2010-10-06drm/nouveau/kms: Implement KDB debug hooks for nouveau KMS.Chris Ball1-8/+38
2010-09-24drm/nouveau: make the behaviour of get_pll_limits() consistentBen Skeggs1-1/+1
2010-09-24drm/nouveau: require explicit unmap of kmapped bosBen Skeggs1-0/+1
2010-09-24drm/nv20: Use the nv30 CRTC bandwidth calculation code.Francisco Jerez1-1/+1
2010-08-10drm: expand gamma_setJames Simmons1-6/+4
2010-08-10drm: Use ENOENT consistently for the error return for an unmatched handle.Chris Wilson1-1/+1
2010-08-06drm/nv17-nv4x: Attempt to init some external TMDS transmitters.Francisco Jerez1-0/+3
2010-07-13drm/nv04-nv40: Disable connector polling when there're no spare CRTCs left.Francisco Jerez1-0/+5
2010-03-15Merge remote branch 'nouveau/for-airlied' into drm-linusDave Airlie1-3/+3
2010-03-10drm/nv04-nv40: Fix up the programmed horizontal sync pulse delay.Francisco Jerez1-3/+3
2010-02-11Use drm_gem_object_[handle_]unreference_unlocked where possibleLuca Barbieri1-3/+1
2009-12-16drm/nouveau: use drm debug levelsMaarten Maathuis1-5/+5
2009-12-11drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs1-0/+1002