summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2020-06-21drm/panel: simple: add Tianma TM070JVHG33Max Merchel1-0/+15
2020-06-21drm/panel: simple: add CDTech S070PWS19HP-FC21 and S070SWV29HG-DC44Michael Krummsdorf1-0/+60
2020-06-20drm/bridge: tfp410: Fix setup and hold time calculationRicardo Cañuelo1-2/+2
2020-06-20drm/bridge: tfp410: fix de-skew value retrieval from DTRicardo Cañuelo1-5/+5
2020-06-20drm/panel-simple: Add missing connector type for some panelsDmitry Osipenko1-0/+7
2020-06-20drm/panel: otm8009a: Drop unnessary backlight_device_unregister()Wei Yongjun1-1/+0
2020-06-19drm/arm: fix unintentional integer overflow on left shiftColin Ian King1-1/+1
2020-06-19drm: drm_fourcc: add NV15, Q410, Q401 YUV formatsBen Davis1-0/+12
2020-06-19drm/panfrost: Use kvfree() to free bo->sgtsDenis Efremov2-2/+2
2020-06-19drm/panfrost: Fix runtime PM imbalance on errorDinghao Liu1-1/+0
2020-06-19drm/panfrost: Fix inbalance of devfreq record_busy/idle()Steven Price1-2/+3
2020-06-18drm/bridge: ti-sn65dsi86: Check the regmap return value when setting a GPIODouglas Anderson1-0/+3
2020-06-18drm/bridge: ti-sn65dsi86: Fix kernel-doc typo ln_polr => ln_polrsDouglas Anderson1-1/+1
2020-06-18drm/bridge: ti-sn65dsi86: Don't use kernel-doc comment for local arrayDouglas Anderson1-1/+1
2020-06-18drm/bridge: ti-sn65dsi86: Don't compile GPIO bits if not CONFIG_OF_GPIODouglas Anderson1-0/+13
2020-06-18drm/panfrost: Reduce the amount of logs on deferred probeKrzysztof Kozlowski1-4/+4
2020-06-17drm/rockchip: Add per-pixel alpha support for the PX30 VOPPaul Kocialkowski3-0/+16
2020-06-16drm/shmem-helper: Only dma-buf imports are private objDaniel Vetter1-2/+2
2020-06-16drm/shmem-helper: Fix obj->filp derefenceDaniel Vetter1-9/+11
2020-06-16drm/kselftest: fix spellint typo in test-drm_mm.cMasanari Iida1-1/+1
2020-06-16drm/ast: Use managed pci functionsDaniel Vetter2-10/+3
2020-06-15drm/malidp: convert platform driver to use dev_groupsEmil Velikov1-21/+6
2020-06-15drm/arm: Kconfig annotate drivers as COMPILE_TESTEmil Velikov1-2/+2
2020-06-15drm/auth: make drm_{set,drop}master_ioctl symmetricalEmil Velikov1-5/+7
2020-06-15drm: vmwgfx: remove drm_driver::master_set() return typeEmil Velikov2-30/+10
2020-06-15drm/mm: remove invalid entry based optimizationChristian König1-4/+2
2020-06-11drm/dp_mst: Fix flushing the delayed port/mstb destroy workImre Deak1-3/+16
2020-06-11drm/dp_mst: Fix the DDC I2C device registration of an MST portImre Deak1-12/+16
2020-06-11drm/dp_mst: Fix the DDC I2C device unregistration of an MST portImre Deak1-1/+2
2020-06-11drm/i915/dp_mst: Work around out-of-spec adapters filtering short pulsesImre Deak4-3/+59
2020-06-11drm/dp_mst: Sanitize mgr->qlock locking in drm_dp_mst_wait_tx_reply()Imre Deak1-1/+1
2020-06-11drm/mgag200: Use managed device initializationThomas Zimmermann1-22/+8
2020-06-11drm/mgag200: Embed instance of struct drm_device in struct mga_deviceThomas Zimmermann4-38/+27
2020-06-11drm/mgag200: Allocate device structures in mgag200_driver_load()Thomas Zimmermann1-17/+21
2020-06-11drm/mgag200: Separate device initialization into allocationThomas Zimmermann1-10/+22
2020-06-11drm/mgag200: Move device init and cleanup to mgag200_drv.cThomas Zimmermann4-83/+69
2020-06-11drm/mgag200: Prefix symbol names in mgag200_drv.c with mgag200_Thomas Zimmermann1-10/+10
2020-06-11drm/mgag200: Separate DRM and PCI functionality from each otherThomas Zimmermann1-21/+21
2020-06-11drm/mgag200: Switch to managed MMThomas Zimmermann3-18/+16
2020-06-11drm/mgag200: Merge VRAM setup into MM initializationThomas Zimmermann2-75/+52
2020-06-11drm/mgag200: Lookup VRAM PCI BAR start and length only onceThomas Zimmermann1-8/+9
2020-06-11drm/mgag200: Rename mgag200_ttm.c to mgag200_mm.cThomas Zimmermann3-2/+3
2020-06-11drm/mgag200: Use pcim_enable_device()Thomas Zimmermann1-7/+3
2020-06-11drm/mgag200: Remove mgag200_cursor.cThomas Zimmermann1-319/+0
2020-06-11drm/mgag200: Remove declaration of mgag200_mmap() from header fileThomas Zimmermann1-1/+0
2020-06-10drivers: gpu: drm: Fix trivial spellingKieran Bingham1-1/+1
2020-06-10drm/vc4: crtc: Restrict HACT_ACT setup to DSIMaxime Ripard1-1/+2
2020-06-10drm/vc4: crtc: Turn static const variable into a defineMaxime Ripard1-3/+4
2020-06-10drm/vc4: crtc: Move crtc state to common headerMaxime Ripard2-21/+21
2020-06-10drm/vc4: crtc: Switch to of_device_get_match_dataMaxime Ripard1-5/+5