summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
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-21drm/modeset: Prime modeset lock vs dma_resvDaniel Vetter1-0/+28
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.freedeskto...Maarten Lankhorst2-3/+56
2019-11-20drm/r128: make ATI PCI GART part of its only user, r128Jani Nikula6-10/+36
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...Gerd Hoffmann3-25/+21
2019-11-20drm/xen: Simplify fb_createDaniel Vetter1-8/+1
2019-11-20drm/tilcdc: Drop drm_gem_fb_create wrapperDaniel Vetter1-7/+1
2019-11-20drm/atmel: ditch fb_create wrapperDaniel Vetter1-7/+1
2019-11-19drm/gma500: Fixup fbdev stolen size usage evaluationPaul Kocialkowski1-2/+6
2019-11-19drm/fb-helper: Remove drm_fb_helper_unlink_fbi()Thomas Zimmermann1-15/+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-18drm/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/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: convert debug category macros into an enumJani Nikula1-2/+2
2019-11-14drm/print: underscore prefix functions that should be private to printJani Nikula1-4/+4
2019-11-14drm/print: rename drm_debug to __drm_debug to discourage useJani Nikula1-4/+4
2019-11-14drm/amdgpu: use drm_debug_enabled() to check for debug categoriesJani Nikula1-2/+2
2019-11-14drm/nouveau: use drm_debug_enabled() to check for debug categoriesJani Nikula2-4/+4
2019-11-14drm/i915: use drm_debug_enabled() to check for debug categoriesJani Nikula6-7/+7
2019-11-14drm/komeda: Adds gamma and color-transform support for DOU-IPSLowry Li (Arm Technology China)4-0/+31
2019-11-14drm/komeda: Add drm_ctm_to_coeffs()james qian wang (Arm Technology China)2-0/+15