aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-08drm/panel: add panel driver for Leadtek LTK050H3146WHeiko Stuebner3-0/+703
2020-04-07drm/ingenic: Delete an error message in ingenic_drm_probe()Markus Elfring1-3/+1
2020-04-07drm/dp_mst: Remove drm_dp_mst_has_audio()Lyude Paul3-31/+3
2020-04-07drm/i915/dp_mst: Cast intel_connector->port as drm_dp_mst_portLyude Paul1-1/+1
2020-04-07drm/vblank: Add intro to documentationSam Ravnborg1-0/+63
2020-04-06drm/dp_mst: Don't drop NAKs for down responsesLyude Paul1-1/+0
2020-04-06drm/dp_mst: Fix NULL deref in drm_dp_get_one_sb_msg()Lyude Paul1-1/+2
2020-04-06drm/sun4i: tcon: Delete an error message in sun4i_tcon_init_irq()Markus Elfring1-3/+1
2020-04-05drm/bridge: fix kernel-doc warning in panel.cSam Ravnborg1-0/+1
2020-04-03drm/dp_mst: Remove drm_dp_mst_topology_cbs.destroy_connectorLyude Paul1-13/+3
2020-04-03drm/amd/amdgpu_dm/mst: Stop printing extra messages in dm_dp_add_mst_connector()Lyude Paul1-5/+0
2020-04-03drm/amd/amdgpu_dm/mst: Remove ->destroy_connector() callbackLyude Paul1-27/+12
2020-04-03drm/amd/amdgpu_dm/mst: Remove unneeded edid assignment when destroying connectorsLyude Paul1-1/+0
2020-04-03drm/panel-leadtek-ltk500hd1829: Fix dotclockVille Syrjälä1-1/+1
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