summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2022-03-17drm/ssd130x: Fix rectangle updatesGeert Uytterhoeven
2022-03-17drm/format-helper: Fix XRGB888 to monochrome conversionGeert Uytterhoeven
2022-03-17drm/format-helper: Rename drm_fb_xrgb8888_to_mono_reversed()Geert Uytterhoeven
2022-03-16drm/nouveau: Fix spelling mistake "endianess" -> "endianness"Colin Ian King
2022-03-16drm/gma500: Move GTT memory-range setup into helperThomas Zimmermann
2022-03-16drm/gma500: Move GTT enable and disable code into helpersThomas Zimmermann
2022-03-16drm/gma500: Move GEM memory management functions to gem.cThomas Zimmermann
2022-03-16drm/gma500: Inline psb_gtt_restore()Thomas Zimmermann
2022-03-16drm/gma500: Split GTT init/resume/fini into GTT and GEM functionsThomas Zimmermann
2022-03-16drm/gma500: Cleanup GTT uninit and error handlingThomas Zimmermann
2022-03-16drm/gma500: Move GTT resume logic out of psb_gtt_init()Thomas Zimmermann
2022-03-16drm/gma500: Move GTT setup and restoration into helper funtionsThomas Zimmermann
2022-03-16drm/gma500: Remove struct psb_gtt.sem sempahoreThomas Zimmermann
2022-03-16drm/gma500: Move GTT locking into GTT helpersThomas Zimmermann
2022-03-16drm/gma500: Acquire reservation lock for GEM objectsThomas Zimmermann
2022-03-16drm/gma500: Remove struct psb_gem_object.npageThomas Zimmermann
2022-03-16drm/solomon: Make DRM_SSD130X depends on MMUYueHaibing
2022-03-16drm/blend: fix typo in the commentDmitry Baryshkov
2022-03-14drm/panel: Use drm_mode_duplicate()Ville Syrjälä
2022-03-14drm/imx: Use drm_mode_duplicate()Ville Syrjälä
2022-03-14drm/bridge: Use drm_mode_copy()Ville Syrjälä
2022-03-14drm: Add drm_mode_init()Ville Syrjälä
2022-03-11drm/vmwgfx: Stop using surface dma commands on most configurationsZack Rusin
2022-03-11drm/vmwgfx: Implement MSI/MSI-X support for IRQsZack Rusin
2022-03-11drm/vmwgfx: Initialize drm_mode_fb_cmd2Zack Rusin
2022-03-11drm/vmwgfx: Allow querying of the SVGA PCI id from the userspaceZack Rusin
2022-03-11drm/vmwgfx: Fix fencing on SVGAv3Zack Rusin
2022-03-11drm/vmwgfx: Print capabilities early during the initializationZack Rusin
2022-03-11drm/vmwgfx: Cleanup multimon initialization codeZack Rusin
2022-03-11drm/vmwgfx: Add support for CursorMob and CursorBypass 4Martin Krastev
2022-03-09drm/bridge: analogix_dp: Enable autosuspendBrian Norris
2022-03-09drm/bridge: analogix_dp: Grab runtime PM reference for DP-AUXBrian Norris
2022-03-09drm/bridge: anx7625: switch to devm_drm_of_get_bridgeJosé Expósito
2022-03-09drm: ssd130x: Always apply segment remap settingChen-Yu Tsai
2022-03-09drm: ssd130x: Fix COM scan direction register maskChen-Yu Tsai
2022-03-09drm/bridge: ti-sn65dsi86: switch to devm_drm_of_get_bridgeJosé Expósito
2022-03-09drm/bridge: anx7625: check the return on anx7625_aux_transTom Rix
2022-03-09drm/bridge: anx7625: config hs packets end aligned to avoid screen shiftRex-BC Chen
2022-03-09drm/mediatek: implement the DSI HS packets alignedRex-BC Chen
2022-03-08drm/bridge: ti-sn65dsi83: switch to devm_drm_of_get_bridgeJosé Expósito
2022-03-08drm/bridge: tc358775: switch to devm_drm_of_get_bridgeJosé Expósito
2022-03-08drm/bridge: tc358762: switch to devm_drm_of_get_bridgeJosé Expósito
2022-03-08drm/bridge: parade-ps8640: switch to devm_drm_of_get_bridgeJosé Expósito
2022-03-08drm/bridge: parade-ps8622: switch to devm_drm_of_get_bridgeJosé Expósito
2022-03-08drm/bridge: nxp-ptn3460: switch to devm_drm_of_get_bridgeJosé Expósito
2022-03-08drm/komeda: plane: Remove redundant color encoding and range initialisationMaxime Ripard
2022-03-08drm/komeda: plane: Remove redundant zpos initialisationMaxime Ripard
2022-03-08drm/komeda: plane: switch to plane reset helperMaxime Ripard
2022-03-08drm/omap: fix NULL but dereferenced coccicheck errorWan Jiabing
2022-03-07drm/selftests: missing error code in igt_buddy_alloc_smoke()Dan Carpenter