summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nv04_crtc.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-03drm/nouveau: port remainder of drm code, and rip out compat layerBen Skeggs1-39/+48
2012-10-03drm/nv04/disp: kick all private state out to own headerBen Skeggs1-23/+20
2012-10-03drm/nouveau: implement devinit subdev, and new init table parserBen Skeggs1-5/+5
2012-10-03drm/nouveau/clock: pull in the implementation from all over the placeBen Skeggs1-2/+2
2012-07-19drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart1-1/+1
2012-05-23nouveau: add PRIME supportDave Airlie1-1/+1
2011-12-20drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä1-7/+7
2011-09-09drm/nv04/crtc: Bail out if FB is not bound to crtcEmil Velikov1-2/+13
2011-06-23drm/nouveau: remove 'chan' argument from nouveau_bo_newBen Skeggs1-1/+1
2011-06-07drm/nv17-nv40: Fix modesetting failure when pitch == 4096px (fdo bug 35901).Francisco Jerez1-1/+7
2011-05-16drm/nouveau: make cursor_set implementation consistent with other driversMarcin Slusarz1-3/+3
2011-05-16drm/nouveau: Fix brace placement checkpatch.pl errors.Emil Velikov1-2/+1
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-02-25drm/nouveau: remove no_vm/mappable flags from nouveau_boBen Skeggs1-1/+1
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