drm: Remove unnecessary drm_panel_attach and drm_panel_detach
[linux-2.6-microblaze.git] / drivers /
2020-08-08 Joe Perchesdrm: Remove unnecessary drm_panel_attach and drm_panel_...
2020-08-07 Sam Ravnborgdrm/mgag200: fix build on alpha arch
2020-08-07 Navid Emamdoostdrm/panfrost: perfcnt: fix ref count leak in panfrost_p...
2020-08-07 Clément Pérondrm/panfrost: add regulators to devfreq
2020-08-07 Clément Pérondrm/panfrost: dynamically alloc regulators
2020-08-07 Clément Pérondrm/panfrost: move devfreq_init()/fini() in device
2020-08-07 Clément Pérondrm/panfrost: rename error labels in device_init
2020-08-07 Clément Pérondrm/panfrost: properly handle error in probe
2020-08-07 Clément Pérondrm/panfrost: use spinlock instead of atomic
2020-08-07 Clément Pérondrm/panfrost: introduce panfrost_devfreq struct
2020-08-07 Clément Pérondrm/panfrost: don't use pfdevfreq.busy_count to know...
2020-08-07 Clément Pérondrm/panfrost: clean headers in devfreq
2020-08-07 Clément Pérondrm/panfrost: avoid static declaration
2020-08-07 Tomeu Vizosodrm/panfrost: Add compatible string for bifrost
2020-08-07 Tomeu Vizosodrm/panfrost: Make sure GPU is powered on when reading...
2020-08-07 Christian Königdrm/amdgpu: make sure userptr ttm is allocated
2020-08-06 Dave Airliedrm/ttm: rename ttm_mem_reg to ttm_resource.
2020-08-06 Dave Airliedrm/ttm: rename ttm_mem_type_manager -> ttm_resource_ma...
2020-08-06 Dave Airliedrm/ttm: rename bo manager to range manager.
2020-08-06 Dave Airliedrm/ttm: add a wrapper for checking if manager is in use
2020-08-06 Dave Airliedrm/ttm: drop type manager has_type
2020-08-06 Dave Airliedrm/ttm: drop list of memory managers from device....
2020-08-06 Dave Airliedrm/ttm: drop man->bdev link.
2020-08-06 Dave Airliedrm/amdgpu/ttm: remove man->bdev references.
2020-08-06 Dave Airliedrm/nouveau/ttm: move to driver allocated manager
2020-08-06 Dave Airliedrm/vmwgfx/gmrid: convert to driver controlled allocation.
2020-08-06 Dave Airliedrm/vmwgfx/ttm: move thp to driver managed
2020-08-06 Dave Airliedrm/ttm: move range manager to subclassed driver allocation
2020-08-06 Dave Airliedrm/ttm: make ttm_range_man_init/takedown take type...
2020-08-06 Dave Airliedrm/amdgpu/ttm: use bo manager subclassing for vram...
2020-08-06 Dave Airliedrm/ttm: rename manager variable to make sure wrapper...
2020-08-06 Dave Airliedrm/vmwgfx/ttm: use wrapper to access memory manager
2020-08-06 Dave Airliedrm/radeon/ttm: use wrapper to access memory manager
2020-08-06 Dave Airliedrm/qxl/ttm: use wrapper to access memory manager
2020-08-06 Dave Airliedrm/nouveau/ttm: use wrapper to access memory managers
2020-08-06 Dave Airliedrm/vram-helper: use wrapper to access memory managers
2020-08-06 Dave Airliedrm/amdgfx/ttm: use wrapper to get ttm memory managers
2020-08-06 Dave Airliedrm/ttm: add wrapper to get manager from bdev.
2020-08-06 Dave Airliedrm/ttm: make TTM responsible for cleaning system only.
2020-08-06 Dave Airliedrm/ttm: remove range manager legacy takedown path
2020-08-06 Dave Airliedrm/vmwgfx: fix gmrid takedown paths to new interface
2020-08-06 Dave Airliedrm/qxl/ttm: use new takedown path
2020-08-06 Dave Airliedrm/radeon/ttm: use new takedown paths
2020-08-06 Dave Airliedrm/nouveau: use new cleanup paths
2020-08-06 Dave Airliedrm/vram_helper: call explicit mm takedown
2020-08-06 Dave Airliedrm/vmwgfx: takedown vram manager
2020-08-06 Dave Airliedrm/amdgpu/ttm: use new takedown path
2020-08-06 Dave Airliedrm/ttm: start allowing drivers to use new takedown...
2020-08-06 Dave Airliedrm/ttm: make some inline helper functions for cleanup...
2020-08-06 Dave Airliedrm/ttm: pass man around instead of mem_type in some...
2020-08-06 Dave Airliedrm/ttm: purge old manager init path.
2020-08-06 Dave Airliedrm/ttm: convert system manager init to new code.
2020-08-06 Dave Airliedrm/vmwgfx/ttm: switch gmrid allocator to new init...
2020-08-06 Dave Airliedrm/vmwgfx/ttm: convert vram mm init to new code paths
2020-08-06 Dave Airliedrm/nouveau: use new memory manager init paths
2020-08-06 Dave Airliedrm/vram_helper: use new ttm manager init function
2020-08-06 Dave Airliedrm/qxl/ttm: use new init path for manager
2020-08-06 Dave Airliedrm/radeon: use new ttm man init path
2020-08-06 Dave Airliedrm/amdgpu/ttm: init managers from the driver side.
2020-08-06 Dave Airliedrm/ttm: provide a driver-led init path for range mm...
2020-08-06 Dave Airliedrm/ttm: split the mm manager init code (v2)
2020-08-06 Dave Airliedrm/vram-helper: call the ttm manager debug function
2020-08-06 Dave Airliedrm/qxl/ttm: call ttm manager debug (v2)
2020-08-06 Dave Airliedrm/vmwgfx/gmrid: don't provide pointless ttm debug...
2020-08-06 Dave Airliedrm/nouveau/ttm: don't fill in blank ttm debug callback
2020-08-06 Dave Airliedrm/ttm: export memory type debug entrypoint.
2020-08-06 Dave Airliedrm/vram-helper: remove populate/unpopulate
2020-08-06 Dave Airliedrm/ttm: use a helper for unlocked moves to the lru...
2020-08-06 Dave Airliedrm/ttm/amdgpu: consolidate ttm reserve paths
2020-08-06 Dave Airlieqxl/ttm: drop the unusued no wait flag to reserve function
2020-08-06 Dave Airlienouveau: use ttm populate mapping functions. (v2)
2020-08-06 Dave Airliedrm/vmwgfx: drop bo map/unmap dma functions.
2020-08-06 Dave Airliedrm/vmwgfx: consolidate ttm object creation and populate
2020-08-05 Tom Rixvideo: fbdev: pvr2fb: initialize variables
2020-08-05 Thomas Zimmermanndrm/mgag200: Set PCI option register in G200SE models
2020-08-03 Gustavo A. R. Silvafbdev: Use fallthrough pseudo-keyword
2020-08-03 Linus Walleijomapfb/dss: Include the right header
2020-08-03 Thomas Zimmermannfbdev: Remove trailing whitespace
2020-08-03 Thomas Zimmermanndrm/mgag200: Add support for G200 desktop cards
2020-08-03 Thomas Zimmermanndrm/mgag200: Move G200SE's unique id into model-specifi...
2020-08-03 Thomas Zimmermanndrm/mgag200: Clear <page> field during MM init
2020-08-03 Thomas Zimmermanndrm/mgag200: Set MISC memory flags in mm init code
2020-08-03 Thomas Zimmermanndrm/mgag200: Enable MGA mode during device register...
2020-08-03 Thomas Zimmermanndrm/mgag200: Initialize PCI registers early during...
2020-08-03 Thomas Zimmermanndrm/mgag200: Move register initialization into helper...
2020-08-03 Thomas Zimmermanndrm/mgag200: Enable caching for SHMEM pages
2020-08-03 Thomas Zimmermanndrm/ast: Managed device release
2020-08-03 Thomas Zimmermanndrm/ast: Manage release of firmware backup memory
2020-08-03 Thomas Zimmermanndrm/ast: Managed release of ast firmware
2020-08-03 Thomas Zimmermanndrm/ast: Embed struct drm_device in struct ast_private
2020-08-03 Thomas Zimmermanndrm/ast: Don't use ast->dev if dev is available
2020-08-03 Thomas Zimmermanndrm/ast: Replace struct_drm_device.dev_private with...
2020-08-03 Thomas Zimmermanndrm/ast: Replace driver load/unload functions with...
2020-08-03 Thomas Zimmermanndrm/ast: Separate DRM driver from PCI code
2020-08-03 Thomas Zimmermanndrm/ast: Embed CRTC and connector in struct ast_private
2020-08-02 Daniel Vetterdrm/syncobj: Tune down unordered timeline DRM_ERROR
2020-08-02 Melissa Wendrm/vkms: fix xrgb on compute crc
2020-08-02 Marek Vasutdrm/panel: simple: Add Chefree CH101OLHLWH-002 panel
2020-08-02 Bernard Zhaodrm/panel: remove return value of function drm_panel_add
2020-07-31 Christian Königdrm/ttm: remove the init_mem_type callback
next