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