aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-11-25Revert "drm/fbdev: Fallback to non tiled mode if all tiles not present"Uma Shankar1-70/+0
2019-11-25drm/gma500: Remove struct psb_fbdevThomas Zimmermann5-49/+44
2019-11-25drm/gma500: Store framebuffer in struct drm_fb_helperThomas Zimmermann3-9/+13
2019-11-25drm/gma500: Pass struct drm_gem_object to framebuffer functionsThomas Zimmermann1-8/+6
2019-11-25drm/gma500: Replace struct psb_framebuffer with struct drm_framebufferThomas Zimmermann3-37/+25
2019-11-25drm/gma500: Remove field 'fbdev' from struct psb_framebufferThomas Zimmermann2-2/+0
2019-11-25drm/gma500: Remove addr_space field from psb_framebufferThomas Zimmermann2-3/+0
2019-11-25drm/sun4i: Fix Kconfig indentationKrzysztof Kozlowski1-8/+8
2019-11-25drm/vc4: Fix Kconfig indentationKrzysztof Kozlowski1-4/+4
2019-11-24drm/mcde: Do not needlessly logically and with 3Linus Walleij1-4/+4
2019-11-24drm/mcde: Reuse global DSI command defsLinus Walleij2-12/+1
2019-11-22drm/mediatek: don't open-code drm_gem_fb_createDaniel Vetter4-107/+15
2019-11-21drm/msm: Don't init ww_mutec acquire ctx before neededDaniel Vetter1-3/+6
2019-11-21dma-resv: Also prime acquire ctx for lockdepDaniel Vetter1-1/+7
2019-11-21drm/modeset: Prime modeset lock vs dma_resvDaniel Vetter1-0/+28
2019-11-20MAINTAINERS: Remove myself from drm-misc entrySean Paul1-1/+0
2019-11-20drm/dp_mst: fix multiple frees of tx->bytesColin Ian King1-1/+3
2019-11-20drm/mgag200: Fix Kconfig indentationKrzysztof Kozlowski1-4/+4
2019-11-20drm/bridge: Fix Kconfig indentationKrzysztof Kozlowski1-4/+4
2019-11-20drm/lima: Fix Kconfig indentationKrzysztof Kozlowski1-1/+1
2019-11-20drm/nouveau: Fix Kconfig indentationKrzysztof Kozlowski1-1/+1
2019-11-20drm/omap: Fix Kconfig indentationKrzysztof Kozlowski2-9/+9
2019-11-20drm/rockchip: Fix Kconfig indentationKrzysztof Kozlowski1-4/+4
2019-11-20drm/udl: Fix Kconfig indentationKrzysztof Kozlowski1-1/+1
2019-11-20vga: Fix Kconfig indentationKrzysztof Kozlowski1-1/+1
2019-11-20Merge tag 'topic/drm-mipi-dsi-dsc-updates-2019-11-11' of ssh://git.freedesktop.org/git/drm-intel into drm-misc-nextMaarten Lankhorst4-9/+78
2019-11-20dma_resv: prime lockdep annotationsSteven Price1-2/+4
2019-11-20drm/r128: make ATI PCI GART part of its only user, r128Jani Nikula6-10/+5
2019-11-20drm/virtio: factor out virtio_gpu_update_dumb_boGerd Hoffmann1-15/+21
2019-11-20drm/virtio: Simplify virtio_gpu_primary_plane_update workflow.Gerd Hoffmann1-30/+34
2019-11-20drm/virtio: fix byteorder handling in virtio_gpu_cmd_transfer_{from, to}_host_3d functionsGerd Hoffmann3-25/+21
2019-11-19drm/xen: Simplify fb_createDaniel Vetter1-8/+1
2019-11-19drm/tilcdc: Drop drm_gem_fb_create wrapperDaniel Vetter1-7/+1
2019-11-19drm/atmel: ditch fb_create wrapperDaniel Vetter1-7/+1
2019-11-19drm/gma500: Fixup fbdev stolen size usage evaluationPaul Kocialkowski1-2/+6
2019-11-19fbdev: Unexport unlink_framebuffer()Thomas Zimmermann2-3/+1
2019-11-19drm/fb-helper: Remove drm_fb_helper_unlink_fbi()Thomas Zimmermann2-21/+1
2019-11-19drm/udl: Replace fbdev code with generic emulationThomas Zimmermann5-296/+7
2019-11-19drm/komeda: Clean warnings: candidate for 'gnu_printf’ format attributejames qian wang (Arm Technology China)1-0/+1
2019-11-18drm/gma500: remove set but not used variable 'channel_eq'zhengbin1-3/+0
2019-11-17drm/fbdev: Fallback to non tiled mode if all tiles not presentManasi Navare1-0/+70
2019-11-15drm/edid: no CEA v3 extension is not an errorJean Delvare1-4/+4
2019-11-15drm/gma500: remove set but not used variable 'is_hdmi','is_crt'zhengbin1-5/+2
2019-11-15drm/gma500: remove set but not used variable 'error'zhengbin1-2/+0
2019-11-15drm/gma500: remove set but not used variable 'htotal'zhengbin1-3/+1
2019-11-14drm/panel: Add DT bindings for Sony ACX424AKPLinus Walleij1-0/+49
2019-11-14drm/ast: Call struct drm_driver.{load, unload} before registering deviceThomas Zimmermann1-4/+9
2019-11-14drm/ast: Replace drm_get_pci_device() and drm_put_dev()Thomas Zimmermann1-2/+29
2019-11-14drm/print: group logging functions by prink or device basedJani Nikula1-61/+74
2019-11-14drm/print: convert debug category macros into an enumJani Nikula2-42/+63