summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | drm/gma500: Move GTT resume logic out of psb_gtt_init()Thomas Zimmermann2022-03-163-22/+104
| * | | | | | | | | | | | drm/gma500: Move GTT setup and restoration into helper funtionsThomas Zimmermann2022-03-161-47/+68
| * | | | | | | | | | | | drm/gma500: Remove struct psb_gtt.sem sempahoreThomas Zimmermann2022-03-163-12/+0
| * | | | | | | | | | | | drm/gma500: Move GTT locking into GTT helpersThomas Zimmermann2022-03-162-22/+13
| * | | | | | | | | | | | drm/gma500: Acquire reservation lock for GEM objectsThomas Zimmermann2022-03-161-0/+12
| * | | | | | | | | | | | drm/gma500: Remove struct psb_gem_object.npageThomas Zimmermann2022-03-163-10/+8
| * | | | | | | | | | | | drm/solomon: Make DRM_SSD130X depends on MMUYueHaibing2022-03-161-1/+1
| * | | | | | | | | | | | drm/blend: fix typo in the commentDmitry Baryshkov2022-03-161-1/+1
| * | | | | | | | | | | | drm/panel: Use drm_mode_duplicate()Ville Syrjälä2022-03-142-4/+3
| * | | | | | | | | | | | drm/imx: Use drm_mode_duplicate()Ville Syrjälä2022-03-141-2/+1
| * | | | | | | | | | | | drm/bridge: Use drm_mode_copy()Ville Syrjälä2022-03-143-3/+3
| * | | | | | | | | | | | drm: Add drm_mode_init()Ville Syrjälä2022-03-141-0/+17
| * | | | | | | | | | | | drm/vmwgfx: Stop using surface dma commands on most configurationsZack Rusin2022-03-111-3/+8
| * | | | | | | | | | | | drm/vmwgfx: Implement MSI/MSI-X support for IRQsZack Rusin2022-03-113-8/+58
| * | | | | | | | | | | | drm/vmwgfx: Initialize drm_mode_fb_cmd2Zack Rusin2022-03-111-1/+1
| * | | | | | | | | | | | drm/vmwgfx: Allow querying of the SVGA PCI id from the userspaceZack Rusin2022-03-111-12/+15
| * | | | | | | | | | | | drm/vmwgfx: Fix fencing on SVGAv3Zack Rusin2022-03-115-19/+53
| * | | | | | | | | | | | drm/vmwgfx: Print capabilities early during the initializationZack Rusin2022-03-111-10/+6
| * | | | | | | | | | | | drm/vmwgfx: Cleanup multimon initialization codeZack Rusin2022-03-111-10/+8
| * | | | | | | | | | | | drm/vmwgfx: Add support for CursorMob and CursorBypass 4Martin Krastev2022-03-117-104/+382
| * | | | | | | | | | | | drm/bridge: analogix_dp: Enable autosuspendBrian Norris2022-03-091-3/+6
| * | | | | | | | | | | | drm/bridge: analogix_dp: Grab runtime PM reference for DP-AUXBrian Norris2022-03-091-1/+12
| * | | | | | | | | | | | drm/bridge: anx7625: switch to devm_drm_of_get_bridgeJosé Expósito2022-03-091-11/+5
| * | | | | | | | | | | | drm: ssd130x: Always apply segment remap settingChen-Yu Tsai2022-03-091-7/+9
| * | | | | | | | | | | | drm: ssd130x: Fix COM scan direction register maskChen-Yu Tsai2022-03-091-1/+1
| * | | | | | | | | | | | drm/bridge: ti-sn65dsi86: switch to devm_drm_of_get_bridgeJosé Expósito2022-03-091-7/+1
| * | | | | | | | | | | | drm/bridge: anx7625: check the return on anx7625_aux_transTom Rix2022-03-091-1/+4
| * | | | | | | | | | | | drm/bridge: anx7625: config hs packets end aligned to avoid screen shiftRex-BC Chen2022-03-091-1/+2
| * | | | | | | | | | | | drm/mediatek: implement the DSI HS packets alignedRex-BC Chen2022-03-091-0/+12
| * | | | | | | | | | | | drm/bridge: ti-sn65dsi83: switch to devm_drm_of_get_bridgeJosé Expósito2022-03-081-9/+3
| * | | | | | | | | | | | drm/bridge: tc358775: switch to devm_drm_of_get_bridgeJosé Expósito2022-03-081-9/+2
| * | | | | | | | | | | | drm/bridge: tc358762: switch to devm_drm_of_get_bridgeJosé Expósito2022-03-081-8/+1
| * | | | | | | | | | | | drm/bridge: parade-ps8640: switch to devm_drm_of_get_bridgeJosé Expósito2022-03-081-8/+1
| * | | | | | | | | | | | drm/bridge: parade-ps8622: switch to devm_drm_of_get_bridgeJosé Expósito2022-03-081-6/+1
| * | | | | | | | | | | | drm/bridge: nxp-ptn3460: switch to devm_drm_of_get_bridgeJosé Expósito2022-03-081-6/+1
| * | | | | | | | | | | | drm/komeda: plane: Remove redundant color encoding and range initialisationMaxime Ripard2022-03-081-4/+1
| * | | | | | | | | | | | drm/komeda: plane: Remove redundant zpos initialisationMaxime Ripard2022-03-081-2/+0
| * | | | | | | | | | | | drm/komeda: plane: switch to plane reset helperMaxime Ripard2022-03-081-5/+1
| * | | | | | | | | | | | drm/omap: fix NULL but dereferenced coccicheck errorWan Jiabing2022-03-081-1/+1
| * | | | | | | | | | | | drm/selftests: missing error code in igt_buddy_alloc_smoke()Dan Carpenter2022-03-071-1/+3
| * | | | | | | | | | | | drm: Drop commas after SoC match table sentinelsGeert Uytterhoeven2022-03-072-2/+2
| * | | | | | | | | | | | drm/bridge_connector: enable HPD by default if supportedNikita Yushchenko2022-03-041-1/+3
| * | | | | | | | | | | | drm/selftests: fix a shift-out-of-bounds bugArunpravin2022-03-041-3/+3
| * | | | | | | | | | | | drm/nouveau/instmem: fix uninitialized_var.cocci warningGuo Zhengkui2022-03-031-1/+1
* | | | | | | | | | | | | Merge tag 'Wstringop-overflow-fixes-5.19-rc1' of git://git.kernel.org/pub/scm...Linus Torvalds2022-05-253-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | drm/i915: Fix -Wstringop-overflow warning in call to intel_read_wm_latency()Gustavo A. R. Silva2022-05-041-1/+1
| * | | | | | | | | | | | | drm/amd/display: Fix Wstringop-overflow warnings in dc_link_dp.cGustavo A. R. Silva2022-04-262-4/+4
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-05-241-12/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | i915: Call aops write_begin() and write_end() directlyMatthew Wilcox (Oracle)2022-05-081-12/+11
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge tag 'for-linus-5.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-05-232-41/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \