summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2022-03-23drm/gma500: Make use of the drm connector iteratorPatrik Jakobsson9-42/+84
2022-03-23drm/gma500: Uninstall interrupts on driver removalPatrik Jakobsson1-0/+2
2022-03-23drm/gma500: Use managed drmm_mode_config_init()Patrik Jakobsson1-2/+2
2022-03-21drm/tilcdc: Use drm_mode_copy()Ville Syrjälä1-1/+1
2022-03-21drm/gma500: Use drm_mode_copy()Ville Syrjälä1-6/+2
2022-03-21drm/vmwgfx: Disable command buffers on svga3 without gbobjectsZack Rusin1-4/+7
2022-03-21drm/vmwgfx: validate the screen formatsZack Rusin2-15/+16
2022-03-21drm/vmwgfx: Fix mob cursor allocation raceZack Rusin1-0/+8
2022-03-21drm/vmwgfx: Fix an invalid readZack Rusin1-8/+6
2022-03-17drm/panel-edp: add LQ140M1JW46 edp panel entrySankeerth Billakanti1-0/+1
2022-03-17drm/gma500: Cosmetic cleanup of irq codePatrik Jakobsson7-92/+57
2022-03-17drm/gma500: Don't store crtc_funcs in psb_opsPatrik Jakobsson5-6/+1
2022-03-17drm/gma500: Move gma_intel_crtc_funcs into gma_display.cPatrik Jakobsson7-25/+17
2022-03-17drm/gma500: Remove unused declarations and other cruftPatrik Jakobsson1-74/+1
2022-03-17drm/vc4: add tracepoints for CL submissionsMelissa Wen3-0/+107
2022-03-17drm/ssd130x: Reduce temporary buffer sizesGeert Uytterhoeven1-3/+6
2022-03-17drm/ssd130x: Fix rectangle updatesGeert Uytterhoeven1-4/+11
2022-03-17drm/format-helper: Fix XRGB888 to monochrome conversionGeert Uytterhoeven1-37/+18
2022-03-17drm/format-helper: Rename drm_fb_xrgb8888_to_mono_reversed()Geert Uytterhoeven3-18/+17
2022-03-16drm/nouveau: Fix spelling mistake "endianess" -> "endianness"Colin Ian King1-1/+1
2022-03-16drm/gma500: Move GTT memory-range setup into helperThomas Zimmermann1-89/+64
2022-03-16drm/gma500: Move GTT enable and disable code into helpersThomas Zimmermann1-35/+46
2022-03-16drm/gma500: Move GEM memory management functions to gem.cThomas Zimmermann6-130/+149
2022-03-16drm/gma500: Inline psb_gtt_restore()Thomas Zimmermann3-15/+7
2022-03-16drm/gma500: Split GTT init/resume/fini into GTT and GEM functionsThomas Zimmermann3-42/+83
2022-03-16drm/gma500: Cleanup GTT uninit and error handlingThomas Zimmermann4-27/+27
2022-03-16drm/gma500: Move GTT resume logic out of psb_gtt_init()Thomas Zimmermann3-22/+104
2022-03-16drm/gma500: Move GTT setup and restoration into helper funtionsThomas Zimmermann1-47/+68
2022-03-16drm/gma500: Remove struct psb_gtt.sem sempahoreThomas Zimmermann3-12/+0
2022-03-16drm/gma500: Move GTT locking into GTT helpersThomas Zimmermann2-22/+13
2022-03-16drm/gma500: Acquire reservation lock for GEM objectsThomas Zimmermann1-0/+12
2022-03-16drm/gma500: Remove struct psb_gem_object.npageThomas Zimmermann3-10/+8
2022-03-16drm/solomon: Make DRM_SSD130X depends on MMUYueHaibing1-1/+1
2022-03-16drm/blend: fix typo in the commentDmitry Baryshkov1-1/+1
2022-03-14drm/panel: Use drm_mode_duplicate()Ville Syrjälä2-4/+3
2022-03-14drm/imx: Use drm_mode_duplicate()Ville Syrjälä1-2/+1
2022-03-14drm/bridge: Use drm_mode_copy()Ville Syrjälä3-3/+3
2022-03-14drm: Add drm_mode_init()Ville Syrjälä1-0/+17
2022-03-11drm/vmwgfx: Stop using surface dma commands on most configurationsZack Rusin1-3/+8
2022-03-11drm/vmwgfx: Implement MSI/MSI-X support for IRQsZack Rusin3-8/+58
2022-03-11drm/vmwgfx: Initialize drm_mode_fb_cmd2Zack Rusin1-1/+1
2022-03-11drm/vmwgfx: Allow querying of the SVGA PCI id from the userspaceZack Rusin1-12/+15
2022-03-11drm/vmwgfx: Fix fencing on SVGAv3Zack Rusin5-19/+53
2022-03-11drm/vmwgfx: Print capabilities early during the initializationZack Rusin1-10/+6
2022-03-11drm/vmwgfx: Cleanup multimon initialization codeZack Rusin1-10/+8
2022-03-11drm/vmwgfx: Add support for CursorMob and CursorBypass 4Martin Krastev7-104/+382
2022-03-09drm/bridge: analogix_dp: Enable autosuspendBrian Norris1-3/+6
2022-03-09drm/bridge: analogix_dp: Grab runtime PM reference for DP-AUXBrian Norris1-1/+12
2022-03-09drm/bridge: anx7625: switch to devm_drm_of_get_bridgeJosé Expósito1-11/+5
2022-03-09drm: ssd130x: Always apply segment remap settingChen-Yu Tsai1-7/+9