Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drm/nouveau/disp: common implementation of scanoutpos method in nvkm_head | Ben Skeggs | 2017-06-16 | 1 | -48/+6 |
| | | | | Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | ||||
* | drm/nouveau/nvif: modify nvif_unvers/nvif_unpack macros to be more obvious | Ben Skeggs | 2016-01-11 | 1 | -4/+4 |
| | | | | Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | ||||
* | drm/nouveau/nvif: split out display interface definitions | Ben Skeggs | 2016-01-11 | 1 | -0/+1 |
| | | | | Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | ||||
* | drm/nouveau/disp,pm: constify nvkm_object_func structures | Julia Lawall | 2015-11-03 | 1 | -1/+1 |
| | | | | | | | | | | These nvkm_object_func structures are never modified. All other nvkm_object_func structures are declared as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | ||||
* | drm/nouveau/fifo: convert user classes to new-style nvkm_object | Ben Skeggs | 2015-08-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | ||||
* | drm/nouveau/disp: convert user classes to new-style nvkm_object | Ben Skeggs | 2015-08-28 | 1 | -14/+34 |
| | | | | Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | ||||
* | drm/nouveau/disp: split user classes out from engine implementations | Ben Skeggs | 2015-08-28 | 1 | -0/+119 |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> |