summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drm/qxl/ttm: use new init path for managerDave Airlie2020-08-061-2/+1
* drm/radeon: use new ttm man init pathDave Airlie2020-08-061-6/+4
* drm/amdgpu/ttm: init managers from the driver side.Dave Airlie2020-08-064-46/+33
* drm/ttm: provide a driver-led init path for range mm manager. (v2)Dave Airlie2020-08-061-3/+20
* drm/ttm: split the mm manager init code (v2)Dave Airlie2020-08-061-14/+20
* drm/vram-helper: call the ttm manager debug functionDave Airlie2020-08-061-4/+2
* drm/qxl/ttm: call ttm manager debug (v2)Dave Airlie2020-08-061-6/+4
* drm/vmwgfx/gmrid: don't provide pointless ttm debug callbackDave Airlie2020-08-061-7/+0
* drm/nouveau/ttm: don't fill in blank ttm debug callbackDave Airlie2020-08-061-9/+0
* drm/ttm: export memory type debug entrypoint.Dave Airlie2020-08-061-6/+7
* drm/vram-helper: remove populate/unpopulateDave Airlie2020-08-061-2/+0
* drm/ttm: use a helper for unlocked moves to the lru tailDave Airlie2020-08-062-9/+3
* drm/ttm/amdgpu: consolidate ttm reserve pathsDave Airlie2020-08-062-11/+3
* qxl/ttm: drop the unusued no wait flag to reserve functionDave Airlie2020-08-064-6/+6
* nouveau: use ttm populate mapping functions. (v2)Dave Airlie2020-08-061-36/+2
* drm/vmwgfx: drop bo map/unmap dma functions.Dave Airlie2020-08-062-42/+6
* drm/vmwgfx: consolidate ttm object creation and populateDave Airlie2020-08-063-57/+39
* video: fbdev: pvr2fb: initialize variablesTom Rix2020-08-051-0/+2
* drm/mgag200: Set PCI option register in G200SE modelsThomas Zimmermann2020-08-051-0/+1
* fbdev: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-0325-47/+46
* omapfb/dss: Include the right headerLinus Walleij2020-08-032-2/+2
* fbdev: Remove trailing whitespaceThomas Zimmermann2020-08-031-5/+5
* drm/mgag200: Add support for G200 desktop cardsThomas Zimmermann2020-08-034-8/+231
* drm/mgag200: Move G200SE's unique id into model-specific dataThomas Zimmermann2020-08-033-15/+30
* drm/mgag200: Clear <page> field during MM initThomas Zimmermann2020-08-032-5/+3
* drm/mgag200: Set MISC memory flags in mm init codeThomas Zimmermann2020-08-032-3/+7
* drm/mgag200: Enable MGA mode during device register initializationThomas Zimmermann2020-08-033-5/+8
* drm/mgag200: Initialize PCI registers early during device setupThomas Zimmermann2020-08-033-43/+31
* drm/mgag200: Move register initialization into helper functionThomas Zimmermann2020-08-032-7/+32
* drm/mgag200: Enable caching for SHMEM pagesThomas Zimmermann2020-08-031-0/+1
* drm/ast: Managed device releaseThomas Zimmermann2020-08-033-21/+19
* drm/ast: Manage release of firmware backup memoryThomas Zimmermann2020-08-031-4/+3
* drm/ast: Managed release of ast firmwareThomas Zimmermann2020-08-033-13/+14
* drm/ast: Embed struct drm_device in struct ast_privateThomas Zimmermann2020-08-037-38/+22
* drm/ast: Don't use ast->dev if dev is availableThomas Zimmermann2020-08-032-3/+3
* drm/ast: Replace struct_drm_device.dev_private with to_ast_private()Thomas Zimmermann2020-08-032-2/+2
* drm/ast: Replace driver load/unload functions with device create/destroyThomas Zimmermann2020-08-033-21/+33
* drm/ast: Separate DRM driver from PCI codeThomas Zimmermann2020-08-031-28/+31
* drm/ast: Embed CRTC and connector in struct ast_privateThomas Zimmermann2020-08-032-41/+26
* drm/syncobj: Tune down unordered timeline DRM_ERRORDaniel Vetter2020-08-021-1/+1
* drm/vkms: fix xrgb on compute crcMelissa Wen2020-08-021-1/+1
* drm/panel: simple: Add Chefree CH101OLHLWH-002 panelMarek Vasut2020-08-021-0/+33
* drm/panel: remove return value of function drm_panel_addBernard Zhao2020-08-0243-110/+81
* drm/ttm: remove the init_mem_type callbackChristian König2020-07-317-47/+0
* drm/vram-helper: stop implementing init_mem_typeChristian König2020-07-311-12/+4
* drm/qxl: stop implementing init_mem_typeChristian König2020-07-311-19/+16
* drm/nouveau: stop implementing init_mem_typeChristian König2020-07-312-52/+57
* drm/vmwgfx: stop implementing init_mem_type v2Christian König2020-07-312-28/+20
* drm/amdgpu: stop implementing init_mem_typeChristian König2020-07-311-53/+43
* drm/radeon: stop implementing init_mem_typeChristian König2020-07-311-35/+35