summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2020-04-03drm: delete drm_pci.hDaniel Vetter6-7/+5
2020-04-03drm/pci: Move drm_pci_alloc/free under CONFIG_DRM_LEGACYDaniel Vetter1-0/+3
2020-04-03drm/virtio: make virtio_gpu_object_attach voidGurchetan Singh3-14/+9
2020-04-03drm/virtio: delete notify in virtio_gpu_object_createGurchetan Singh2-2/+2
2020-04-03drm/virtio: delete notify after virtio_gpu_cmd_context_createGurchetan Singh1-1/+0
2020-04-03drm/virtio: random virtgpu_drv.h cleanupsGurchetan Singh2-22/+14
2020-04-03drm/hisilicon: Enforce 128-byte stride alignment to fix the hardware limitationTian Tao3-7/+8
2020-04-02drm/zte: Use simple encoderThomas Zimmermann3-18/+6
2020-04-02drm/vkms: Use simple encoderThomas Zimmermann1-6/+2
2020-04-02drm/virtgpu: Use simple encoderThomas Zimmermann1-6/+2
2020-04-02drm/vc4: Use simple encoderThomas Zimmermann4-37/+11
2020-04-02drm/tilcdc: Use simple encoderThomas Zimmermann2-13/+5
2020-04-02drm/tidss: Use simple encoderThomas Zimmermann1-7/+3
2020-04-02drm/tegra: Use simple encoderThomas Zimmermann6-32/+11
2020-04-02drm/sun4i: Use simple encoderThomas Zimmermann6-61/+17
2020-04-02drm/shmobile: Use simple encoderThomas Zimmermann1-11/+3
2020-04-02drm/rockchip: Use simple encoderThomas Zimmermann8-49/+19
2020-04-02drm/rcar-du: Use simple encoderThomas Zimmermann1-11/+3
2020-04-02drm/mediatek: Use simple encoderThomas Zimmermann2-22/+6
2020-04-02drm/ingenic: Use simple encoderThomas Zimmermann1-6/+3
2020-04-02drm/imx: Use simple encoderThomas Zimmermann6-31/+8
2020-04-02drm/i2c/tda998x: Use simple encoderThomas Zimmermann1-11/+3
2020-04-02drm/hisilicon/kirin: Use simple encoderThomas Zimmermann1-6/+2
2020-04-02drm/gma500: Use simple encoderThomas Zimmermann13-92/+22
2020-04-02drm/fsl-dcu: Use simple encoderThomas Zimmermann1-11/+3
2020-04-02drm/exynos: Use simple encoderThomas Zimmermann5-30/+10
2020-04-02drm/atmel-hlcdc: Use simple encoderThomas Zimmermann1-8/+4
2020-04-02drm: Fix wrong kfree() in managed resource usage exampleLaurent Pinchart1-1/+1
2020-04-01drm/core: Calculate bpp in afbc helperAndrzej Pietrasiewicz1-7/+32
2020-04-01drm/core: Use proper debugging macroAndrzej Pietrasiewicz1-3/+3
2020-04-01drm/amdgpu: improve amdgpu_gem_info debugfs fileChristian König1-1/+3
2020-04-01drm/amdgpu: add support for exporting VRAM using DMA-buf v3Christian König3-14/+153
2020-04-01drm/amdgpu: add checks if DMA-buf P2P is supportedChristian König1-0/+4
2020-04-01drm/amdgpu: note that we can handle peer2peer DMA-bufChristian König1-0/+1
2020-04-01drm/ttm: lock resv object during destructionChristian König1-1/+3
2020-03-31drm/dp_mst: make build_clear_payload_id_table return voidMaya Rashish1-2/+1
2020-03-31drm/qxl: Use correct notify port address when creating cursor ringHuacai Chen1-1/+1
2020-03-31drm/mm: revert "Break long searches in fragmented address spaces"Christian König1-7/+1
2020-03-31drm: add docs about the IN_FORMATS plane propertySimon Ser1-0/+6
2020-03-30drm/managed: Fix off-by-one in warningDaniel Vetter1-2/+1
2020-03-30drm: error out with EBUSY when device has existing masterEmil Velikov1-1/+1
2020-03-30drm: rework SET_MASTER and DROP_MASTER perm handlingEmil Velikov2-2/+69
2020-03-28drm/radeon: convert to use i2c_new_client_device()Wolfram Sang2-4/+4
2020-03-28drm/nouveau/therm: convert to use i2c_new_client_device()Wolfram Sang1-2/+2
2020-03-28drm/i2c/tda998x: convert to use i2c_new_client_device()Wolfram Sang1-3/+3
2020-03-28drm/i2c/sil164: convert to use i2c_new_client_device()Wolfram Sang1-2/+5
2020-03-28drm/gma500: convert to use i2c_new_client_device()Wolfram Sang1-4/+4
2020-03-28drm/amdgpu: convert to use i2c_new_client_device()Wolfram Sang1-1/+1
2020-03-28drm: panel: Add Starry KR070PE2TPascal Roeleven1-0/+29
2020-03-28drm/lima: Add optional devfreq and cooling device supportMartin Blumenstingl9-3/+308