summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-08-06drm/vmwgfx/gmrid: don't provide pointless ttm debug callbackDave Airlie1-7/+0
2020-08-06drm/nouveau/ttm: don't fill in blank ttm debug callbackDave Airlie1-9/+0
2020-08-06drm/ttm: export memory type debug entrypoint.Dave Airlie1-6/+7
2020-08-06drm/vram-helper: remove populate/unpopulateDave Airlie1-2/+0
2020-08-06drm/ttm: use a helper for unlocked moves to the lru tailDave Airlie2-9/+3
2020-08-06drm/ttm/amdgpu: consolidate ttm reserve pathsDave Airlie2-11/+3
2020-08-06qxl/ttm: drop the unusued no wait flag to reserve functionDave Airlie4-6/+6
2020-08-06nouveau: use ttm populate mapping functions. (v2)Dave Airlie1-36/+2
2020-08-06drm/vmwgfx: drop bo map/unmap dma functions.Dave Airlie2-42/+6
2020-08-06drm/vmwgfx: consolidate ttm object creation and populateDave Airlie3-57/+39
2020-08-05video: fbdev: pvr2fb: initialize variablesTom Rix1-0/+2
2020-08-05drm/mgag200: Set PCI option register in G200SE modelsThomas Zimmermann1-0/+1
2020-08-03fbdev: Use fallthrough pseudo-keywordGustavo A. R. Silva25-47/+46
2020-08-03omapfb/dss: Include the right headerLinus Walleij2-2/+2
2020-08-03fbdev: Remove trailing whitespaceThomas Zimmermann1-5/+5
2020-08-03drm/mgag200: Add support for G200 desktop cardsThomas Zimmermann4-8/+231
2020-08-03drm/mgag200: Move G200SE's unique id into model-specific dataThomas Zimmermann3-15/+30
2020-08-03drm/mgag200: Clear <page> field during MM initThomas Zimmermann2-5/+3
2020-08-03drm/mgag200: Set MISC memory flags in mm init codeThomas Zimmermann2-3/+7
2020-08-03drm/mgag200: Enable MGA mode during device register initializationThomas Zimmermann3-5/+8
2020-08-03drm/mgag200: Initialize PCI registers early during device setupThomas Zimmermann3-43/+31
2020-08-03drm/mgag200: Move register initialization into helper functionThomas Zimmermann2-7/+32
2020-08-03drm/mgag200: Enable caching for SHMEM pagesThomas Zimmermann1-0/+1
2020-08-03drm/ast: Managed device releaseThomas Zimmermann3-21/+19
2020-08-03drm/ast: Manage release of firmware backup memoryThomas Zimmermann1-4/+3
2020-08-03drm/ast: Managed release of ast firmwareThomas Zimmermann3-13/+14
2020-08-03drm/ast: Embed struct drm_device in struct ast_privateThomas Zimmermann7-38/+22
2020-08-03drm/ast: Don't use ast->dev if dev is availableThomas Zimmermann2-3/+3
2020-08-03drm/ast: Replace struct_drm_device.dev_private with to_ast_private()Thomas Zimmermann2-2/+2
2020-08-03drm/ast: Replace driver load/unload functions with device create/destroyThomas Zimmermann3-21/+33
2020-08-03drm/ast: Separate DRM driver from PCI codeThomas Zimmermann1-28/+31
2020-08-03drm/ast: Embed CRTC and connector in struct ast_privateThomas Zimmermann2-41/+26
2020-08-02drm/syncobj: Tune down unordered timeline DRM_ERRORDaniel Vetter1-1/+1
2020-08-02drm/vkms: fix xrgb on compute crcMelissa Wen1-1/+1
2020-08-02drm/panel: simple: Add Chefree CH101OLHLWH-002 panelMarek Vasut1-0/+33
2020-08-02drm/panel: remove return value of function drm_panel_addBernard Zhao43-110/+81
2020-07-31drm/ttm: remove the init_mem_type callbackChristian König7-47/+0
2020-07-31drm/vram-helper: stop implementing init_mem_typeChristian König1-12/+4
2020-07-31drm/qxl: stop implementing init_mem_typeChristian König1-19/+16
2020-07-31drm/nouveau: stop implementing init_mem_typeChristian König2-52/+57
2020-07-31drm/vmwgfx: stop implementing init_mem_type v2Christian König2-28/+20
2020-07-31drm/amdgpu: stop implementing init_mem_typeChristian König1-53/+43
2020-07-31drm/radeon: stop implementing init_mem_typeChristian König1-35/+35
2020-07-31drm/ttm: remove TTM_MEMTYPE_FLAG_FIXED v2Christian König8-26/+21
2020-07-31drm/ttm: initialize the system domain with defaults v2Christian König7-16/+2
2020-07-30drm/ingenic: ipu: Only enable clock when neededPaul Cercueil1-3/+20
2020-07-30drm/ingenic: ipu: Remove YUV422 from supported formats on JZ4725BPaul Cercueil1-0/+6
2020-07-30drm/ingenic: ipu: Only restart manually on older SoCsPaul Cercueil1-2/+7
2020-07-29drm/hisilicon: Fixed the warning: Assignment of 0/1 to bool variableTian Tao2-5/+1
2020-07-29drm/ingenic: Validate mode in a .mode_valid callbackPaul Cercueil1-14/+20