Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-29 | drm/nouveau: Add interface to detect optimus and v1 support | 2 | -12/+22 | ||
This is required to decide if we can auto-powerdown and how to implement it. Signed-off-by: Dave Airlie <airlied@redhat.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nouveau/disp: add support for 10bpc over DisplayPort | 3 | -6/+16 | ||
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nouveau: rename nvd0_display to nv50_display to reflect reality since merge | 9 | -279/+268 | ||
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nv50-nvc0: switch to common disp impl, removing previous version | 17 | -2700/+31 | ||
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nvd0/disp: implement support for colour vibrance control | 2 | -1/+36 | ||
Ported from original nv50 commit by Christoph, with added support for the setting on later chipsets. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nvd0/disp: remove fetching of capabilities report | 1 | -7/+1 | ||
Unused, and caused a race with evo_sync(). Will revisit using it properly later on. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nvd0/disp: enable support for older display classes | 1 | -1/+10 | ||
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nvd0/disp: support creation of fb dma objects on older chipsets | 1 | -36/+131 | ||
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nvd0/disp: implement support for older DISP_SYNC classes | 1 | -20/+44 | ||
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nvd0/disp: implement sor support for older display classes | 1 | -45/+61 | ||
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nvd0/disp: implement dac support for older display classes | 1 | -25/+48 | ||
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nvd0/disp: start implementing support for older display classes | 1 | -87/+233 | ||
Currently unused, but checkpointing the merged head handling routines. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nouveau/dp: remove last bits of VBIOS parsing from DRM code | 12 | -121/+111 | ||
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nouveau/dp: move core link training calls to common code | 4 | -94/+30 | ||
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nouveau: remove (now obsolete) BIT U table parsing from DRM code | 3 | -215/+34 | ||
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nv50/disp: move remaining interrupt handling into core | 5 | -576/+461 | ||
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nvd0/disp: calculate U script id in supervisor interrupt | 9 | -34/+59 | ||
This is like we do on nv50:nvd9 already. There's been no problems seen yet with using this *seemingly* scratch register to store the value, but we won't be able to do this anymore once nv50's code is merged. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nv84/disp: move hdmi control into core | 9 | -145/+152 | ||
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nva3/disp: move hda codec handling to core | 5 | -20/+66 | ||
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nv50/disp: move dp link training helpers into core | 6 | -72/+161 | ||
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nv50/disp: call into core for dac load detection | 9 | -51/+22 | ||
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nv50/disp: call into core to handle dac/sor power state changes | 8 | -47/+62 | ||
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nv50/disp: allocate display from driver core | 3 | -73/+22 | ||
EVO channels still handled "manually", this won't be ported here, and will instead be held off until nv50_display/nvd0_display are merged. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nouveau/bios: implement some dcb output entry parsing/matching functions | 4 | -48/+77 | ||
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nvd0/disp: handle DP transfer unit setup from second supervisor interrupt | 2 | -51/+50 | ||
This is what we've done forever in nv50_display.c, and also allows the last direct MMIO accesses to be removed from nvd0_display.c. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nvd0/disp: move HDMI control to core | 9 | -29/+86 | ||
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nvd0/disp: move HDA codec setup to core | 9 | -18/+70 | ||
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nvd0/disp: call into core to handle dac power state changes | 8 | -20/+132 | ||
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nvd0/disp: call into core to handle sor power state changes | 7 | -9/+27 | ||
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nvd0/disp: move link training helpers into core as display methods | 9 | -84/+295 | ||
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nouveau/core: allow representing method ranges in nouveau_omthds | 8 | -115/+116 | ||
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nouveau/core: expose full method calling capabilities with nv_exec | 1 | -2/+8 | ||
nv_call() just allows mthd+u32 submission, nv_exec() exposes the mthd+data+size interface which will be used in future commits. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nouveau/bios: implement "full" BIT 'd' table (and subtable) parsing in core | 4 | -64/+192 | ||
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nvd0/disp: move remaining interrupt handling to core | 4 | -263/+270 | ||
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nouveau/core: add some missing subdev/engine disable flags | 2 | -4/+10 | ||
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nouveau/bios: implement BIT 'U' table (and subtable) parsing in core | 3 | -0/+227 | ||
This will, in the near future, replace what's currently in the DRM nouveau_bios.c code. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nvd0/disp: allocate display and evo channels from driver core | 1 | -354/+375 | ||
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nouveau: run mode_config destructor before destroying internal display state | 1 | -2/+3 | ||
Later changes will depend on being able to pull down CRTCs etc with the master display state still intact. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nouveau/drm/nvd0/disp: display->disp | 1 | -15/+15 | ||
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nvd0/disp: introduce a nvd0_head as a subclass of nouveau_crtc | 1 | -20/+24 | ||
This will be used instead of storing a heap of per-head data (such as evo channels) in nvd0_display in some other way. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nvd0-nve0/disp: initial implementation of evo channel classes | 8 | -14/+671 | ||
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nv50/disp: allow PCI_US pushbuf binding | 1 | -0/+3 | ||
2012-11-29 | drm/nv50/disp: initial implementation of the various channel object classes | 9 | -112/+601 | ||
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nv50/disp: enable interrupts and setup memory area | 1 | -5/+28 | ||
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nv50/disp: copy caps to evo | 1 | -2/+40 | ||
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nv50/disp: create skeleton display/channel object classes | 10 | -25/+699 | ||
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nvd0/dmaobj: initial bind() method implementation | 2 | -1/+43 | ||
Currently unused, and rudimentary. Lots to figure out here still, but this is sufficient for what disp will need. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nvc0/dmaobj: implement initial bind() method | 2 | -1/+69 | ||
Currently unused. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nv50/dmaobj: extend class to allow gpu-specific attributes to be defined | 6 | -16/+51 | ||
disp is going to need to be able to create more specific dma objects than was previously possible. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2012-11-29 | drm/nvd0/dmaobj: duplicate fermi class, will diverge real soon now | 5 | -3/+88 | ||
The hardware dmaobj format completely changed in GF119, so these will need a separate implementation. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> |