summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_display.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie2013-02-201-70/+15Star
|\
| * drm/nv84-/fence: prepare for emit/sync support of sysram sequencesBen Skeggs2013-02-201-1/+1
| * drm/nouveau/gpio: use event interfaces for interrupt signallingBen Skeggs2013-02-201-4/+8
| * drm/nouveau/drm: store full dcb gpio function data in connectorBen Skeggs2013-02-201-2/+2
| * drm/nouveau/disp: port vblank handling to event interfaceBen Skeggs2013-02-201-57/+2Star
| * drm/nouveau: use drm_property_create_range helperMarcin Slusarz2013-02-201-8/+4Star
* | drm/<drivers>: reorder framebuffer init sequenceDaniel Vetter2013-01-201-5/+5
|/
* drm/nouveau: do not forcibly power on lvds panelsBen Skeggs2013-01-131-9/+0Star
* drm/nouveau: rename nvd0_display to nv50_display to reflect reality since mergeBen Skeggs2012-11-291-2/+2
* drm/nv50-nvc0: switch to common disp impl, removing previous versionBen Skeggs2012-11-291-12/+6Star
* drm/nvd0/disp: implement support for colour vibrance controlBen Skeggs2012-11-291-1/+1
* drm/nouveau: run mode_config destructor before destroying internal display stateBen Skeggs2012-11-291-2/+3
* drm/nouveau: headless mode by default if pci class != vga displayBen Skeggs2012-10-311-1/+3
* drm/nouveau: resurrect headless mode since reworkBen Skeggs2012-10-311-15/+19
* Merge branch 'drm-nouveau-fixes' of git://git.freedesktop.org/git/nouveau/lin...Dave Airlie2012-10-221-5/+9
|\
| * drm/nouveau: handle same-fb page flipsMarcin Slusarz2012-10-221-5/+9
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-041-55/+204
|\|
| * drm/nouveau: port remainder of drm code, and rip out compat layerBen Skeggs2012-10-031-55/+159
| * drm/nouveau: port all engines to new engine module formatBen Skeggs2012-10-031-13/+38
| * drm/nouveau/pageflip: kick flip handling out of engsw and into fenceBen Skeggs2012-10-031-5/+24
| * drm/nouveau/gpio: port gpio to subdev interfacesBen Skeggs2012-10-031-1/+2
| * drm/nouveau: restructure source tree, split core from drm implementationBen Skeggs2012-10-031-1/+1
* | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-2/+2
|/
* drm/nouveau: fix booting with plymouth + dumb supportDave Airlie2012-09-141-1/+1
* drm/nouveau/fence: convert to exec engine, and improve channel syncBen Skeggs2012-05-241-1/+1
* drm/nouveau/fence: minor api changes for an upcoming reworkBen Skeggs2012-05-241-3/+6
* drm/nouveau: create real execution engine for software object classBen Skeggs2012-05-241-4/+6
* drm/nouveau: cleanup after display init failureMarcin Slusarz2012-05-241-2/+9
* drm/nouveau: use the same packet header macros as userspaceBen Skeggs2012-05-241-3/+3
* drm: Constify drm_mode_config_funcs pointerLaurent Pinchart2012-05-221-1/+1
* Merge branch 'drm-nouveau-next' of git://git.freedesktop.org/git/nouveau/linu...Dave Airlie2012-03-221-5/+9
|\
| * drm/nvc0-/disp: reimplement flip completion method as fifo methodBen Skeggs2012-03-221-5/+9
* | drm/nouveau: add userspace fallback hints.Dave Airlie2012-03-151-0/+3
|/
* drm/nv50/display: expose color vibrance controlChristoph Bumiller2012-03-131-0/+14
* drm: add convenience function to create an range propertySascha Hauer2012-02-091-8/+2Star
* drm: add convenience function to create an enum propertySascha Hauer2012-02-091-5/+5
* drm/nouveau/disp: check that panel power gpio is enabled at init timeBen Skeggs2012-02-011-0/+10
* drm/nouveau: move hpd enable/disable to common codeBen Skeggs2011-12-211-2/+18
* drm/nvd0/disp: add support for page flippingBen Skeggs2011-12-211-1/+4
* drm/nvd0/disp: scaler updates, overscan compensation etcBen Skeggs2011-12-211-3/+3
* drm/nouveau: shutdown display on suspend/hibernateBen Skeggs2011-12-211-4/+38
* drm/nouveau/disp: introduce proper init/fini, separate from create/destroyBen Skeggs2011-12-211-1/+5
* drm/nouveau: don't pretend to support the DVI-I 'select subconnector' propBen Skeggs2011-12-211-0/+1
* drm/nouveau: improve dithering properties, and implement proper auto modeBen Skeggs2011-12-211-15/+59
* drm/nouveau: add overscan compensation connector propertiesBen Skeggs2011-12-211-1/+34
* drm/nouveau: move master modesetting init to nouveau_displayBen Skeggs2011-12-211-1/+46
* Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie2011-12-201-0/+45
|\
| * drm/nouveau: add dumb ioctl supportBen Skeggs2011-11-301-0/+45
* | drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä2011-12-201-4/+4
* | drm: add an fb creation ioctl that takes a pixel format v5Jesse Barnes2011-11-151-3/+3
|/