summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-08drm/vkms: Create a debugfs file to get vkms config dataBeatriz Martins de Carvalho1-0/+28
2021-07-08drm/nouveau: always wait for the exclusive fenceChristian König1-1/+1
2021-07-08dma-buf: fix dma_resv_test_signaled test_all handling v2Christian König1-21/+12
2021-07-08drm/gud: Add async_flush module parameterNoralf Trønnes1-0/+15
2021-07-08drm/gud: Add Raspberry Pi Pico IDNoralf Trønnes1-0/+1
2021-07-08drm/gud: Use scatter-gather USB bulk transferNoralf Trønnes3-21/+78
2021-07-08drm/gud: Free buffers on device removalNoralf Trønnes1-4/+5
2021-07-08drm/hisilicon/hibmc: Convert to Linux IRQ interfacesThomas Zimmermann1-5/+8
2021-07-08drm/vmwgfx: Convert to Linux IRQ interfacesThomas Zimmermann1-11/+5
2021-07-08drm/arm/komeda: Don't include drm_irq.hThomas Zimmermann1-1/+0
2021-07-08drm/meson: Convert to Linux IRQ interfacesThomas Zimmermann1-7/+3
2021-07-08drm/qxl: Remove empty qxl_gem_prime_mmap()Thomas Zimmermann3-9/+0
2021-07-06drm/vkms: replace macro in vkms_release()Beatriz Martins de Carvalho1-1/+1
2021-07-06drm: vc4: Fix pixel-wrap issue with DVP teardownTim Gover1-7/+8
2021-07-06drm/vc4: hdmi: Limit noise when deferring snd card registrationNicolas Saenz Julienne1-1/+1
2021-07-06drm/vgem: Implement mmap as GEM object functionThomas Zimmermann1-41/+5
2021-07-05drm/mgag200: Constify LUT for programming bppThomas Zimmermann2-12/+6
2021-07-05drm/mgag200: Extract device type and flags in mgag200_pci_probe()Thomas Zimmermann2-16/+17
2021-07-05drm/mgag200: Inline mgag200_device_init()Thomas Zimmermann1-28/+13
2021-07-05drm/mgag200: Don't pass flags to drm_dev_register()Thomas Zimmermann1-1/+1
2021-07-05drm/vram-helper: Unexport drm_vram_helper_{alloc,release}_mm()Thomas Zimmermann2-10/+3
2021-07-05drm/bochs: Use managed initialization for GEM VRAM helpersThomas Zimmermann1-38/+5
2021-07-05drm/bochs: Move to tiny/Thomas Zimmermann13-847/+781
2021-07-05drm/dbi: Print errors for mipi_dbi_command()Linus Walleij1-1/+6
2021-07-01drm/vkms: update the current status of todo listMelissa Wen1-12/+26
2021-07-01drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann23-34/+43
2021-07-01drm/panfrost: Increase the AS_ACTIVE polling timeoutBoris Brezillon1-1/+1
2021-07-01drm/panfrost: Queue jobs on the hardwareSteven Price2-118/+351
2021-07-01drm/panfrost: Kill in-flight jobs on FD closeBoris Brezillon2-6/+43
2021-07-01drm/panfrost: Don't reset the GPU on job faults unless we really have toBoris Brezillon3-2/+25
2021-07-01drm/panfrost: Reset the GPU when the AS_ACTIVE bit is stuckBoris Brezillon1-1/+4
2021-07-01drm/panfrost: Disable the AS on unhandled page faultsBoris Brezillon2-3/+32
2021-07-01drm/panfrost: Make sure job interrupts are masked before resettingBoris Brezillon1-5/+22
2021-07-01drm/panfrost: Simplify the reset serialization logicBoris Brezillon2-123/+69
2021-07-01drm/panfrost: Use a threaded IRQ for job interruptsBoris Brezillon1-15/+38
2021-07-01drm/panfrost: Expose a helper to trigger a GPU resetBoris Brezillon2-3/+9
2021-07-01drm/panfrost: Do the exception -> string translation using a tableBoris Brezillon2-46/+151
2021-07-01drm/panfrost: Drop the pfdev argument passed to panfrost_exception_name()Boris Brezillon5-5/+5
2021-07-01drm/panfrost: Get rid of the unused JS_STATUS_EVENT_ACTIVE definitionBoris Brezillon1-3/+0
2021-07-01drm/panfrost: Make ->run_job() return an ERR_PTR() when appropriateBoris Brezillon1-1/+1
2021-07-01drm/sched: Allow using a dedicated workqueue for the timeout/fault tdrBoris Brezillon7-15/+43
2021-07-01drm/sched: Document what the timedout_job method should doBoris Brezillon1-0/+14
2021-06-30drm/radeon: Fix NULL dereference when updating memory statsMikel Rychliski3-21/+23
2021-06-29drm/zte: Don't set struct drm_device.irq_enabledThomas Zimmermann1-6/+0
2021-06-29drm/xlnx: Don't set struct drm_device.irq_enabledThomas Zimmermann1-2/+0
2021-06-29drm/vmwgfx: Don't set struct drm_device.irq_enabledThomas Zimmermann1-8/+0
2021-06-29drm/vkms: Don't set struct drm_device.irq_enabledThomas Zimmermann1-2/+0
2021-06-29drm/vc4: Don't set struct drm_device.irq_enabledThomas Zimmermann1-1/+0
2021-06-29drm/tidss: Don't use struct drm_device.irq_enabledThomas Zimmermann1-3/+0
2021-06-29drm/tegra: Don't set struct drm_device.irq_enabledThomas Zimmermann1-7/+0