aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nv50_display.c
Commit message (Expand)AuthorAgeFilesLines
* merge more graphics stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-60/+26
* remove firmware files, merge more uncritical stuff from 3.0.101Wolfgang Wiedmeyer2015-10-231-138/+111
* samsung update 1codeworkx2012-06-021-111/+138
* drm/nv50/disp: fix gamma with page flipping overlay turned onBen Skeggs2011-06-181-3/+14
* drm/nv50: respect LVDS link count from EDID on SPWG panelsBen Skeggs2011-05-161-3/+15
* drm/nv50-nvc0: initialise display sync channelsBen Skeggs2011-02-251-1/+122
* drm/nv50-nvc0: request and wait on notification of modeset completionBen Skeggs2011-02-251-1/+1
* drm/nv50-nvc0: switch to tasklet for display isr bhBen Skeggs2011-02-251-11/+7
* drm/nv50-nvc0: include nv50_display in evo debuggingBen Skeggs2011-02-251-0/+1
* drm/nv50-nvc0: rename disp->evo to disp->masterBen Skeggs2011-02-251-2/+2
* drm/nv50-nvc0: move non-sharable display state into private structureBen Skeggs2011-02-251-17/+29
* drm/nouveau: use system_wq instead of dev_priv->wqTejun Heo2011-02-251-1/+4
* drm/nouveau: silence some compiler warningsBen Skeggs2011-02-251-1/+1
* drm/nv50: rework PGPIO IRQ handling and hotplug detectionBen Skeggs2010-12-031-66/+0
* drm/nv50: use register/unregister functionality for PDISPLAY ISRBen Skeggs2010-12-031-2/+8
* drm/nv50: move GPIO ISR to nv50_gpio.cBen Skeggs2010-12-031-19/+0
* drm/nv50: Keep track of the head a channel is vsync'ing to.Francisco Jerez2010-12-031-0/+3
* drm/nouveau: Implement the vblank DRM hooks.Francisco Jerez2010-12-031-9/+7
* drm/nv50: improve evo error handler when more than just channel 0 activeBen Skeggs2010-12-031-17/+23
* drm/nv50: move evo handling to nv50_evo.cBen Skeggs2010-12-031-233/+5
* drm/nv50: clearer separation of the stages of evo initBen Skeggs2010-12-031-43/+50
* drm/nv50: remove some unnecessary PDISPLAY initBen Skeggs2010-12-031-13/+2
* nouveau: Acknowledge HPD irq in handler, not bottom halfAndy Lutomirski2010-11-181-9/+26
* drm/ttm: restructure to allow driver to plug in alternate memory managerBen Skeggs2010-10-051-1/+1
* drm/nouveau: Remove implicit argument from nv_wait().Francisco Jerez2010-09-241-9/+10
* drm/nv50: fix SOR count for early chipsetsBen Skeggs2010-09-241-4/+17
* drm/nouveau: remove nouveau_gpuobj_ref completely, replace with sanityBen Skeggs2010-09-241-13/+19
* drm/nouveau: rebase per-channel pramin heap offsets to 0Ben Skeggs2010-09-241-2/+1
* drm/nouveau: modify object accessors, offset in bytes rather than dwordsBen Skeggs2010-09-241-7/+7
* drm/nouveau: require explicit unmap of kmapped bosBen Skeggs2010-09-241-0/+1
* drm/nvc0: fix evo dma object so we display somethingBen Skeggs2010-08-061-1/+4
* drm/nv50: fix some not-error error messagesBen Skeggs2010-07-261-0/+3
* drm/nouveau: introduce gpio engineBen Skeggs2010-07-261-1/+2
* drm/nouveau: Move display init to a new nouveau_engine.Francisco Jerez2010-07-261-3/+13
* drm/nv50: add function to control GPIO IRQ reportingBen Skeggs2010-07-261-18/+2
* drm/nv50: move dp_set_tmds() function to happen in the last display irqBen Skeggs2010-07-131-32/+33
* drm/nv50: fix dp_set_tmds to work on the right ORBen Skeggs2010-07-131-1/+2
* drm/nouveau: add instmem flush() hookBen Skeggs2010-07-131-2/+1
* drm/nv50: rewrite display irq handlerBen Skeggs2010-07-131-143/+185
* drm/nv50: fix DP->DVI if output has been programmed for native DP previouslyBen Skeggs2010-07-131-0/+31
* drm/nouveau: tidy connector/encoder creation a littleBen Skeggs2010-07-131-7/+14
* drm/nouveau: use drm_mm in preference to custom code doing the same thingBen Skeggs2010-07-131-2/+2
* drm/nv50: fix suspend/resume with DP outputsBen Skeggs2010-05-191-0/+33
* drm/fbdev: rework output polling to be back in the core. (v4)Dave Airlie2010-05-181-1/+1
* Merge branch 'drm-fbdev-cleanup' into drm-core-nextDave Airlie2010-04-201-0/+3
|\
| * drm/kms/fb: use slow work mechanism for normal hotplug also.Dave Airlie2010-04-071-0/+3
* | drm/nv50: punt hotplug irq handling out to workqueueBen Skeggs2010-04-091-5/+9
* | drm/nv50: cleanup properly if PDISPLAY init failsBen Skeggs2010-04-091-1/+3
* | drm/nouveau: detect vram amount once, and save the valueBen Skeggs2010-04-091-2/+2
|/
* drm/nv50: fix connector table parsing for some cardsBen Skeggs2010-03-101-2/+2