aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nv50_crtc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-29drm/nv50-nvc0: switch to common disp impl, removing previous versionBen Skeggs1-753/+0
2012-11-29drm/nouveau: remove newline-only NV_DEBUG callsBen Skeggs1-11/+0
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-76/+42
2012-10-03drm/nouveau: port remainder of drm code, and rip out compat layerBen Skeggs1-29/+43
2012-10-03drm/nouveau/clock: pull in the implementation from all over the placeBen Skeggs1-49/+1
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-2/+2
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells1-1/+0
2012-07-19drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart1-1/+1
2012-05-24drm/nv50/disp: fixup error paths in crtc object creationBen Skeggs1-31/+21
2012-05-24drm/nouveau: use the same packet header macros as userspaceBen Skeggs1-23/+23
2012-05-23nouveau: add PRIME supportDave Airlie1-2/+2
2012-03-13drm/nv50/display: expose color vibrance controlChristoph Bumiller1-2/+40
2011-12-21drm/nv50/disp: fix scaling of doublescan modesBen Skeggs1-15/+18
2011-12-21drm/nv50/disp: rewrite crtc timing calculation, with proper names and fixesBen Skeggs1-71/+56
2011-12-21drm/nouveau/disp: kill off nouveau_crtc.modeBen Skeggs1-10/+0
2011-12-21drm/nouveau: improve dithering properties, and implement proper auto modeBen Skeggs1-21/+28
2011-12-21drm/nouveau: no need to pass parameters into set_scale/ditherBen Skeggs1-6/+10
2011-12-21drm/nv50/disp: synchronise display right after initBen Skeggs1-2/+5
2011-12-21drm/nv50/disp: move sync routine to where it can be used by other modulesBen Skeggs1-37/+4
2011-12-21drm/nouveau: add overscan compensation connector propertiesBen Skeggs1-41/+58
2011-12-21drm/nv50/crtc: disable flip overlay around scaling mode changesBen Skeggs1-39/+40
2011-09-20drm/nouveau: make general drm modesetting init commonBen Skeggs1-2/+0
2011-09-09drm/nv50/crtc: Bail out if FB is not bound to crtcEmil Velikov1-2/+10
2011-06-23drm/nouveau: remove 'chan' argument from nouveau_bo_newBen Skeggs1-2/+2
2011-06-23drm/nouveau: convert bo.mem.start usage to bo.offsetBen Skeggs1-3/+3
2011-05-16drm/nouveau: make cursor_set implementation consistent with other driversMarcin Slusarz1-3/+3
2011-05-16drm/nva3/clk: better pll calculation when no fractional fb div availableBen Skeggs1-2/+2
2011-05-16drm/nouveau: Fix brace placement checkpatch.pl errors.Emil Velikov1-2/+1
2011-04-05drm/nv50-nvc0: remove some code that doesn't belong hereBen Skeggs1-3/+0
2011-02-25drm/nouveau: remove no_vm/mappable flags from nouveau_boBen Skeggs1-2/+2
2011-02-25drm/nv50-nvc0: activate/update ds channel's framebuffer on modesetsBen Skeggs1-1/+9
2011-02-25drm/nv50-nvc0: precalculate some fb state when creating themBen Skeggs1-50/+11
2011-02-25drm/nv50-nvc0: request and wait on notification of modeset completionBen Skeggs1-24/+53
2011-02-25drm/nv50-nvc0: rename disp->evo to disp->masterBen Skeggs1-6/+6
2011-02-25drm/nv50-nvc0: move non-sharable display state into private structureBen Skeggs1-10/+6
2010-12-21drm/nvc0: initial support for tiled buffer objectsBen Skeggs1-7/+11
2010-12-08drm/nv50: implement global channel address space on new VM codeBen Skeggs1-4/+2
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-11-18drm/nouveau: Expose some BO usage flags to userspace.Francisco Jerez1-2/+2
2010-10-19drm, kdb, kms: Change mode_set_base_atomic() enter argument to be an enumJason Wessel1-1/+1
2010-10-06Merge branch 'drm-kdb-next' into drm-core-nextDave Airlie1-13/+36
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-13/+36
2010-10-05drm/ttm: restructure to allow driver to plug in alternate memory managerBen Skeggs1-2/+1
2010-09-24drm/nv50: use pll type rather than register for CRTC PLLBen Skeggs1-19/+14
2010-09-24drm/nouveau: require explicit unmap of kmapped bosBen Skeggs1-0/+2
2010-08-10drm: expand gamma_setJames Simmons1-6/+3
2010-08-10drm: Use ENOENT consistently for the error return for an unmatched handle.Chris Wilson1-1/+1
2010-08-06drm/nvc0: implement crtc pll settingBen Skeggs1-3/+20