summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nv50_display.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-24drm/nv50-nvc0: initialise display sync channelsBen Skeggs1-1/+122
2011-02-24drm/nv50-nvc0: request and wait on notification of modeset completionBen Skeggs1-1/+1
2011-02-24drm/nv50-nvc0: switch to tasklet for display isr bhBen Skeggs1-11/+7
2011-02-24drm/nv50-nvc0: include nv50_display in evo debuggingBen Skeggs1-0/+1
2011-02-24drm/nv50-nvc0: rename disp->evo to disp->masterBen Skeggs1-2/+2
2011-02-24drm/nv50-nvc0: move non-sharable display state into private structureBen Skeggs1-17/+29
2011-02-24drm/nouveau: use system_wq instead of dev_priv->wqTejun Heo1-1/+4
2011-02-24drm/nouveau: silence some compiler warningsBen Skeggs1-1/+1
2010-12-03drm/nv50: rework PGPIO IRQ handling and hotplug detectionBen Skeggs1-66/+0
2010-12-03drm/nv50: use register/unregister functionality for PDISPLAY ISRBen Skeggs1-2/+8
2010-12-03drm/nv50: move GPIO ISR to nv50_gpio.cBen Skeggs1-19/+0
2010-12-03drm/nv50: Keep track of the head a channel is vsync'ing to.Francisco Jerez1-0/+3
2010-12-03drm/nouveau: Implement the vblank DRM hooks.Francisco Jerez1-9/+7
2010-12-03drm/nv50: improve evo error handler when more than just channel 0 activeBen Skeggs1-17/+23
2010-12-03drm/nv50: move evo handling to nv50_evo.cBen Skeggs1-233/+5
2010-12-03drm/nv50: clearer separation of the stages of evo initBen Skeggs1-43/+50
2010-12-03drm/nv50: remove some unnecessary PDISPLAY initBen Skeggs1-13/+2
2010-11-18nouveau: Acknowledge HPD irq in handler, not bottom halfAndy Lutomirski1-9/+26
2010-10-05drm/ttm: restructure to allow driver to plug in alternate memory managerBen Skeggs1-1/+1
2010-09-24drm/nouveau: Remove implicit argument from nv_wait().Francisco Jerez1-9/+10
2010-09-24drm/nv50: fix SOR count for early chipsetsBen Skeggs1-4/+17
2010-09-24drm/nouveau: remove nouveau_gpuobj_ref completely, replace with sanityBen Skeggs1-13/+19
2010-09-24drm/nouveau: rebase per-channel pramin heap offsets to 0Ben Skeggs1-2/+1
2010-09-24drm/nouveau: modify object accessors, offset in bytes rather than dwordsBen Skeggs1-7/+7
2010-09-24drm/nouveau: require explicit unmap of kmapped bosBen Skeggs1-0/+1
2010-08-06drm/nvc0: fix evo dma object so we display somethingBen Skeggs1-1/+4
2010-07-26drm/nv50: fix some not-error error messagesBen Skeggs1-0/+3
2010-07-26drm/nouveau: introduce gpio engineBen Skeggs1-1/+2
2010-07-26drm/nouveau: Move display init to a new nouveau_engine.Francisco Jerez1-3/+13
2010-07-26drm/nv50: add function to control GPIO IRQ reportingBen Skeggs1-18/+2
2010-07-13drm/nv50: move dp_set_tmds() function to happen in the last display irqBen Skeggs1-32/+33
2010-07-13drm/nv50: fix dp_set_tmds to work on the right ORBen Skeggs1-1/+2
2010-07-13drm/nouveau: add instmem flush() hookBen Skeggs1-2/+1
2010-07-13drm/nv50: rewrite display irq handlerBen Skeggs1-143/+185
2010-07-13drm/nv50: fix DP->DVI if output has been programmed for native DP previouslyBen Skeggs1-0/+31
2010-07-13drm/nouveau: tidy connector/encoder creation a littleBen Skeggs1-7/+14
2010-07-13drm/nouveau: use drm_mm in preference to custom code doing the same thingBen Skeggs1-2/+2
2010-05-19drm/nv50: fix suspend/resume with DP outputsBen Skeggs1-0/+33
2010-05-18drm/fbdev: rework output polling to be back in the core. (v4)Dave Airlie1-1/+1
2010-04-20Merge branch 'drm-fbdev-cleanup' into drm-core-nextDave Airlie1-0/+3
2010-04-09drm/nv50: punt hotplug irq handling out to workqueueBen Skeggs1-5/+9
2010-04-09drm/nv50: cleanup properly if PDISPLAY init failsBen Skeggs1-1/+3
2010-04-09drm/nouveau: detect vram amount once, and save the valueBen Skeggs1-2/+2
2010-04-07drm/kms/fb: use slow work mechanism for normal hotplug also.Dave Airlie1-0/+3
2010-03-10drm/nv50: fix connector table parsing for some cardsBen Skeggs1-2/+2
2010-02-25drm/nv50: enable hpd on any connector we know the gpio line forBen Skeggs1-3/+1
2010-02-25drm/nouveau: use dcb connector table for creating drm connectorsBen Skeggs1-36/+4
2010-02-25drm/nouveau: merge nvbios and nouveau_bios_infoBen Skeggs1-6/+6
2010-02-25drm/nouveau: merge parsed_dcb and bios_parsed_dcb into dcb_tableBen Skeggs1-3/+3
2010-01-11drm/nv50: ignore vbios table's claim to the contrary if EDID says >8bpcBen Skeggs1-0/+17