aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* drm: add ZBC query methods for nouveauAndrew Chew2016-03-171-0/+13
| | | | | | | Add three additional ZBC methods to query color, depth, and table size. Change-Id: Ic590ce149f3d0628f72a8262b5f90a2634de211b Signed-off-by: Vince Hsu <vince.h@nvidia.com>
* drm: add zcull info and zcull bind for nouveauAndrew Chew2015-12-101-0/+27
| | | | | | | | | | | | Add struct nv_device_zcull_info_v0, fermi_a_zcull_bind_v0, and their corresponding method opcodes. These allow the graphics driver to query parameters of the zcull area, and to bind a separate buffer for saving the zcull data on a context switch as an optimization. Bug 1580920 Change-Id: If0a60e310d83a8c25ecf11cadadeeff6b5ea1b5e Signed-off-by: Konsta Holtta <kholtta@nvidia.com>
* drm: add nouveau_{ioctl,class}.h for nvifAndrew Chew2015-09-301-0/+611
Import the new nvif class interface definitions from the kernel drm. These include the recently added channel priority and timeout methods, required for robust contexts. Change-Id: I11a4f834908d9892f68f72826856bfd3687ff04c Signed-off-by: Konsta Holtta <kholtta@nvidia.com>