summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* gma500: clean up error handling in initDan Carpenter2020-12-031-9/+13
* drm/hisilicon: Use the new api devm_drm_irq_installTian Tao2020-12-031-4/+1
* drm/irq: Add the new api to install irqTian Tao2020-12-031-0/+32
* drm/hisilicon: Code refactoring for hibmc_drm_drvTian Tao2020-12-035-32/+30
* drm/virtio: consider dma-fence context when signalingGurchetan Singh2020-12-022-9/+31
* drm/virtio: rework virtio_fence_signaledGurchetan Singh2020-12-021-8/+4
* drm/virtio: virtio_{blah} --> virtio_gpu_{blah}Gurchetan Singh2020-12-022-26/+30
* drm/ttm: stop destroying pinned ghost objectChristian König2020-12-011-1/+3
* drm/nouveau: Drop mutex_lock_nested for atomicDaniel Vetter2020-12-011-1/+4
* drm/gma500: Fix error return code in psb_driver_load()Jialin Zhang2020-12-011-0/+2
* drm/ttm/drivers: remove unecessary ttm_module.h include v2Christian König2020-12-0119-18/+46
* drm/prime: split array import functions v4Christian König2020-11-3010-48/+56
* drm/ttm: nuke ttm_dma_tt_initChristian König2020-11-301-13/+0
* drm/qxl: switch to ttm_sg_tt_initChristian König2020-11-301-1/+1
* drm/vmwgfx: switch to ttm_sg_tt_initChristian König2020-11-301-2/+2
* drm/nouveau: stop using pages with drm_prime_sg_to_page_addr_arrays v2Christian König2020-11-302-4/+4
* drm/amdgpu: stop using pages with drm_prime_sg_to_page_addr_arraysChristian König2020-11-301-3/+3
* drm/radeon: stop using pages with drm_prime_sg_to_page_addr_arrays v2Christian König2020-11-301-5/+6
* drm/cma-helper: Implement mmap as GEM CMA object functionsThomas Zimmermann2020-11-304-87/+41
* drm/cma-helper: Remove prime infix from GEM object functionsThomas Zimmermann2020-11-302-12/+12
* drm: panel: simple: Add BOE NV110WTM-N61Douglas Anderson2020-11-291-0/+46
* drm: panel: simple: Allow specifying the delay from prepare to enableDouglas Anderson2020-11-291-6/+38
* drm: panel: simple: Defer unprepare delay till next prepare to shorten itDouglas Anderson2020-11-291-3/+24
* drm: panel: simple: Fixup the struct panel_desc kernel docDouglas Anderson2020-11-291-17/+42
* drm/kmb: Remove an unnecessary NULL checkDan Carpenter2020-11-291-1/+1
* drm/rockchip: fix typo in Kconfig 's/HDMI/dsi/'Dafna Hirschfeld2020-11-291-1/+1
* drm/rockchip: for error print, use the correct device pointerDafna Hirschfeld2020-11-291-1/+1
* drm/rockchip: dw_hdmi: fix incorrect clock in vpll clock error messageJonathan Liu2020-11-291-1/+1
* drm/ingenic: Add basic PM supportPaul Cercueil2020-11-281-0/+18
* drm/ttm: Warn on pinning without holding a referenceDaniel Vetter2020-11-271-1/+1
* via/via_irq: use __func__ to replace string function nameBernard Zhao2020-11-271-1/+1
* drm/radeon: fix check order in radeon_bo_moveChristian König2020-11-271-30/+24
* drm/imx/dcss: allow using nearest neighbor interpolation scalingLaurentiu Palcu2020-11-263-10/+50
* drm/imx/dcss: fix coccinelle warningLaurentiu Palcu2020-11-261-2/+1
* drm/imx/dcss: fix rotations for Vivante tiled formatsLaurentiu Palcu2020-11-261-2/+9
* drm/mcde: fix masking and bitwise-or on variable valColin Ian King2020-11-251-1/+1
* panel-simple: add Innolux N125HCE-GN1Lukas F. Hartmann2020-11-241-0/+28
* drm: fix kernel-doc warnings for SCALING_FILTERSimon Ser2020-11-242-7/+7
* drm/fb-helper: Acquire modeset lock around shadow-buffer flushingThomas Zimmermann2020-11-241-2/+18
* drm/fb-helper: Copy dma-buf map before flushing shadow fbThomas Zimmermann2020-11-241-2/+3
* drm/fb-helper: Restore damage area upon errorsThomas Zimmermann2020-11-241-3/+20
* drm/fb-helper: Move damage blit code and its setup into separate routineThomas Zimmermann2020-11-241-6/+21
* drm/fb-helper: Separate shadow-buffer flushing and calling dirty callbackThomas Zimmermann2020-11-241-3/+1
* drm/fb-helper: Return early in damage workerThomas Zimmermann2020-11-241-16/+15
* drm/fb-helper: Rename dirty worker to damage workerThomas Zimmermann2020-11-241-36/+29
* drm/client: Depend on GEM object kmap ref-countingThomas Zimmermann2020-11-241-4/+0
* drm/fb-helper: Unmap client buffer during shutdownThomas Zimmermann2020-11-241-4/+9
* drm/fb-helper: Call dirty helper after writing to fbdevThomas Zimmermann2020-11-241-0/+3
* drm/shmem-helper: Removed drm_gem_shmem_create_object_cached()Thomas Zimmermann2020-11-244-30/+0
* drm/shmem-helper: Use cached mappings by defaultThomas Zimmermann2020-11-245-10/+11