summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* drm/rockchip: pass 0 to drm_fbdev_generic_setup()John Keeping2021-12-071-1/+1
* drm/rockchip: use generic fbdev setupJohn Keeping2021-12-075-199/+2
* drm: aspeed: select CONFIG_DRM_GEM_CMA_HELPERArnd Bergmann2021-12-061-0/+1
* drm: fsl-dcu: select CONFIG_DRM_GEM_CMA_HELPERArnd Bergmann2021-12-061-0/+1
* drm: Return error codes from struct drm_driver.gem_create_objectThomas Zimmermann2021-12-029-24/+31
* drm/ttm: Clarify that the TTM_PL_SYSTEM is under TTMs controlZack Rusin2021-12-011-0/+11
* drm/vmwgfx: Switch the internal BO's to ttm_bo_type_kernelZack Rusin2021-12-011-1/+1
* drm/vmwgfx: Introduce a new placement for MOB page tablesZack Rusin2021-12-015-38/+138
* drm/vmwgfx: Fail to initialize on broken configsZack Rusin2021-12-011-0/+7
* drm/vmwgfx: Release ttm memory if probe failsZack Rusin2021-12-011-10/+16
* drm/vmwgfx: Remove the deprecated lower mem limitZack Rusin2021-12-012-103/+2
* dma-buf: make fence mandatory for dma_resv_add_excl_fence v2Christian König2021-11-301-2/+1
* drm/ttm: stop pruning fences after waitChristian König2021-11-301-1/+0
* drm/i915: Remove dma_resv_pruneMaarten Lankhorst2021-11-305-42/+0
* drm/qxl: use iterator instead of dma_resv_shared_listChristian König2021-11-301-7/+10
* lontium-lt9611: check a different register bit for HDMI sensingPeter Collingbourne2021-11-301-2/+2
* drm: Remove CONFIG_DRM_KMS_CMA_HELPER optionThomas Zimmermann2021-11-3028-44/+15
* drm/mipi-dbi: Remove dependency on GEM CMA helper libraryThomas Zimmermann2021-11-301-9/+25
* drm/cma-helper: Pass GEM CMA object in public interfacesThomas Zimmermann2021-11-303-47/+48
* drm/cma-helper: Export dedicated wrappers for GEM object functionsThomas Zimmermann2021-11-304-21/+94
* drm/cma-helper: Move driver and file ops to the end of headerThomas Zimmermann2021-11-301-54/+60
* drm: Declare hashtable as legacyThomas Zimmermann2021-11-306-96/+59
* drm/vmwgfx: Copy DRM hash-table code into driverThomas Zimmermann2021-11-3012-60/+353
* drm/ttm: Don't include drm_hashtab.hThomas Zimmermann2021-11-301-1/+0
* drm/tidss: Fix warning: unused variable 'tidss_pm_ops'Cai Huoqing2021-11-291-1/+1
* drm: Fix build error caused by missing drm_nomodeset.oJavier Martinez Canillas2021-11-271-0/+0
* drm: Make the nomodeset message less sensationalJavier Martinez Canillas2021-11-271-3/+1
* Documentation/admin-guide: Document nomodeset kernel parameterJavier Martinez Canillas2021-11-271-0/+7
* drm: Decouple nomodeset from CONFIG_VGA_CONSOLEJavier Martinez Canillas2021-11-273-5/+7
* drm: Move nomodeset kernel parameter to the DRM subsystemJavier Martinez Canillas2021-11-2717-51/+48
* drm/vboxvideo: Drop CONFIG_VGA_CONSOLE guard to call vgacon_text_force()Javier Martinez Canillas2021-11-271-2/+0
* drm: Don't print messages if drivers are disabled due nomodesetJavier Martinez Canillas2021-11-272-9/+3
* drm: get rid of DRM_DEBUG_* log calls in drm core, files drm_a*.cClaudio Suarez2021-11-264-195/+242
* drm/bridge: megachips: Ensure both bridges are probed before registrationMartyn Welch2021-11-251-12/+28
* drm/bridge: anx7625: fix an error code in anx7625_register_audio()Dan Carpenter2021-11-251-1/+1
* drm/bridge: anx7625: Fix edid_read break case in sp_tx_edid_read()Hsin-Yi Wang2021-11-241-2/+2
* drm: ttm: correct ttm_range_manager kernel-doc notationRandy Dunlap2021-11-221-4/+7
* drm/amdgpu: partially revert "svm bo enable_signal call condition"Christian König2021-11-221-9/+0
* drm/vboxvideo: fix a NULL vs IS_ERR() checkDan Carpenter2021-11-181-2/+2
* drm: panel-orientation-quirks: Add quirk for the Lenovo Yoga Book X91F/LHans de Goede2021-11-181-0/+6
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2021-11-1811269-224220/+590594
|\
| * Linux 5.16-rc1v5.16-rc1Linus Torvalds2021-11-141-2/+2
| * kconfig: Add support for -Wimplicit-fallthroughGustavo A. R. Silva2021-11-142-5/+6
| * Merge tag 'xfs-5.16-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-11-144-7/+12
| |\
| | * xfs: sync xfs_btree_split macros with userspace libxfsDarrick J. Wong2021-11-111-0/+4
| | * xfs: #ifdef out perag code for userspaceEric Sandeen2021-11-102-3/+7
| | * xfs: use swap() to make dabtree code cleanerYang Guang2021-11-081-4/+1
| * | Merge tag 'for-5.16/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-145-6/+14
| |\ \
| | * | parisc/entry: fix trace test in syscall exit pathSven Schnelle2021-11-131-1/+1
| | * | parisc: Flush kernel data mapping in set_pte_at() when installing pte for use...John David Anglin2021-11-132-4/+10