Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-05-18 | drm/nouveau/disp/nv50-: merge handling of pio and dma channels | Ben Skeggs | 1 | -1/+1 | |
Unnecessarily complicated, and a barrier to cleanly supporting Volta. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2018-05-18 | drm/nouveau/disp/nv50-: simplify definiton of core channels | Ben Skeggs | 1 | -3/+1 | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2018-05-18 | drm/nouveau/disp/nv50-: simplify definition of cursor channels | Ben Skeggs | 1 | -3/+1 | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2018-05-18 | drm/nouveau/disp/nv50-: simplify definition of base channels | Ben Skeggs | 1 | -1/+1 | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2018-05-18 | drm/nouveau/disp/nv50-: simplify definition of overlay immediate channels | Ben Skeggs | 1 | -1/+1 | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2018-05-18 | drm/nouveau/disp/nv50-: simplify definition of overlay channels | Ben Skeggs | 1 | -1/+4 | |
Introduces a new method of defining channels available from the display, common to all channel types, allowing for more flexibility in available channel types/counts, and reducing the amount of boiler-plate required. This will be required to support Volta. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2018-05-18 | drm/nouveau/disp/nv50-: initialise from the engine, rather than the user object | Ben Skeggs | 1 | -84/+0 | |
Engines are initialised on an as-needed basis, so this results in the same behaviour, whilst allowing us to simplify things a bit. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2018-05-18 | drm/nouveau/disp/nv50-: fetch mask of available sors during oneinit | Ben Skeggs | 1 | -1/+1 | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2018-05-18 | drm/nouveau/disp/nv50-: fetch mask of available dacs during oneinit | Ben Skeggs | 1 | -1/+1 | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2017-06-16 | drm/nouveau/disp: common implementation of scanoutpos method in nvkm_head | Ben Skeggs | 1 | -37/+0 | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2017-06-16 | drm/nouveau/disp: introduce object to track per-head functions/state | Ben Skeggs | 1 | -9/+14 | |
Primarily intended as a way to pass per-head state around during supervisor handling, and share logic between NV50/GF119. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2016-01-11 | drm/nouveau/nvif: modify nvif_unvers/nvif_unpack macros to be more obvious | Ben Skeggs | 1 | -2/+2 | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2016-01-11 | drm/nouveau/nvif: split out display interface definitions | Ben Skeggs | 1 | -1/+2 | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2015-08-28 | drm/nouveau/disp: convert to new-style nvkm_engine | Ben Skeggs | 1 | -4/+4 | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2015-08-28 | drm/nouveau/disp: convert user classes to new-style nvkm_object | Ben Skeggs | 1 | -42/+37 | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
2015-08-28 | drm/nouveau/disp: split user classes out from engine implementations | Ben Skeggs | 1 | -0/+176 | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> |