summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2021-03-26drm/bridge: Introduce LT8912B DSI to HDMI bridgeAdrien Grassein3-0/+780
2021-03-26drm: Fix 3 typos in the inline docDafna Hirschfeld1-8/+7
2021-03-26drm/omap: Remove duplicate declarationWan Jiabing1-5/+4
2021-03-26drm/omap: dsi: Add missing IRQF_ONESHOTYang Li1-1/+2
2021-03-26drm/omap: fix misleading indentation in pixinc()Arnd Bergmann1-3/+2
2021-03-25drm: bridge: Add Chipone ICN6211 MIPI-DSI to RGB bridgeJagan Teki3-0/+307
2021-03-25drm: bridge: convert sysfs sprintf/snprintf family to sysfs_emitJiapeng Chong1-1/+1
2021-03-25drm/bridge: lt9611: Fix handling of 4k panelsRobert Foss1-1/+7
2021-03-25drm/vkms: fix misuse of WARN_ONDmitry Vyukov1-1/+2
2021-03-24drm/ttm: switch to per device LRU lockChristian König6-52/+39
2021-03-24drm/ttm: remove swap LRU v3Christian König4-46/+46
2021-03-24drm/ttm: move swapout logic around v3Christian König5-44/+49
2021-03-24drm/tilcdc: fix pixel clock setting warning messageDario Binacchi1-5/+5
2021-03-24drm/tilcdc: fix LCD pixel clock settingDario Binacchi1-2/+3
2021-03-24drm/tilcdc: rename req_rate to pclk_rateDario Binacchi1-6/+6
2021-03-24drm/tilcdc: panel: fix platform_no_drv_owner.cocci warningsYang Li1-1/+0
2021-03-24drm/rockchip: Remove unused variableMaxime Ripard1-2/+0
2021-03-23drm/bridge/analogix/dp_core: Unregister DP AUX channel on error in analogix_d...Lyude Paul1-0/+1
2021-03-23drm/bridge/analogix/anx6345: Cleanup on errors in anx6345_bridge_attach()Lyude Paul1-3/+8
2021-03-23drm/bridge/analogix/anx6345: Don't link encoder until after connector registr...Lyude Paul1-6/+6
2021-03-23drm/bridge/analogix/anx6345: Add missing drm_dp_aux_unregister() callLyude Paul1-0/+6
2021-03-23drm/bridge/analogix/anx78xx: Cleanup on error in anx78xx_bridge_attach()Lyude Paul1-3/+8
2021-03-23drm/bridge/analogix/anx78xx: Setup encoder before registering connectorLyude Paul1-6/+6
2021-03-23drm/bridge/analogix/anx78xx: Add missing drm_dp_aux_unregister() callLyude Paul1-0/+6
2021-03-23drm/bridge/ti-sn65dsi86: (Un)register aux device on bridge attach/detachLyude Paul1-2/+16
2021-03-23drm/bridge/tc358767: Don't register DP AUX channel until bridge is attachedLyude Paul1-5/+15
2021-03-23drm/sysfs: Convert sysfs sprintf/snprintf family to sysfs_emitTian Tao1-5/+4
2021-03-23drm/gud: Remove unneeded semicolonkernel test robot3-4/+4
2021-03-23drm/gud: fix sizeof usekernel test robot1-1/+1
2021-03-19drm/gma500: use NULL instead of using plain integer as pointerYang Li1-1/+1
2021-03-19drm/meson: Fix few typoBhaskar Chowdhury1-1/+1
2021-03-18drm: Few typo fixesBhaskar Chowdhury1-2/+2
2021-03-16drm/vmwgfx: clean up vmw_move_notify v2Christian König3-23/+16
2021-03-16drm/nouveau: clean up nouveau_bo_move_ntfyChristian König1-8/+5
2021-03-16drm/qxl: clean up qxl_bo_move_notifyChristian König1-12/+4
2021-03-16drm: Add GUD USB Display driverNoralf Trønnes8-0/+2117
2021-03-16drm/probe-helper: Check epoch counter in output_poll_execute()Noralf Trønnes1-1/+6
2021-03-16drm/uapi: Add USB connector typeNoralf Trønnes1-0/+1
2021-03-16Merge drm/drm-next into drm-misc-nextMaxime Ripard1191-28691/+42201
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie248-4137/+4665
2021-03-13mm: use is_cow_mapping() across tree where properPeter Xu2-4/+2
2021-03-12drm/nouveau: fix dma syncing for loops (v2)Dave Airlie1-2/+4
2021-03-12drm/i915: Wedge the GPU if command parser setup failsTvrtko Ursulin3-8/+20
2021-03-12Merge tag 'amd-drm-fixes-5.12-2021-03-10' of https://gitlab.freedesktop.org/a...Dave Airlie26-57/+353
2021-03-11drm: panel: simple: Set enable delay for BOE NV110WTM-N61Douglas Anderson1-0/+1
2021-03-11drm/panel-simple: Add N116BCA-EA1Douglas Anderson1-0/+33
2021-03-11drm/panel-simple: Retry if we timeout waiting for HPDDouglas Anderson1-3/+29
2021-03-11drm/panel-simple: Don't wait longer for HPD than hpd_absent_delayDouglas Anderson1-1/+7
2021-03-11drm/panel-simple: Undo enable if HPD never assertsDouglas Anderson1-2/+9
2021-03-11drm/vboxvideo: Use managed VRAM-helper initializationTian Tao1-5/+2