summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-01drm/tegra: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()Fernando Ramos3-8/+15
2021-10-01drm/vmwgfx: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()Fernando Ramos2-8/+15
2021-10-01drm: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()Fernando Ramos4-14/+25
2021-10-01drm/msm: cleanup: drm_modeset_lock_all_ctx() --> DRM_MODESET_LOCK_ALL_BEGIN()Fernando Ramos1-6/+6
2021-10-01drm/i915: cleanup: drm_modeset_lock_all_ctx() --> DRM_MODESET_LOCK_ALL_BEGIN()Fernando Ramos1-13/+5
2021-10-01drm: cleanup: drm_modeset_lock_all_ctx() --> DRM_MODESET_LOCK_ALL_BEGIN()Fernando Ramos1-6/+3
2021-10-01drm/lease: allow empty leasesSimon Ser2-22/+20
2021-10-01drm: fb_helper: fix CONFIG_FB dependencyArnd Bergmann1-1/+1
2021-10-01dma-buf: fix and rework dma_buf_poll v7Christian König2-83/+71
2021-10-01drm/dp: Add Additional DP2 HeadersFangzhi Zuo1-0/+20
2021-09-30drm/bridge: Add stubs for devm_drm_of_get_bridge when OF is disabledMaxime Ripard1-1/+12
2021-09-29drm/ttm: add TTM_TT_FLAG_EXTERNAL_MAPPABLEMatthew Auld3-5/+23
2021-09-29drm/ttm: add some kernel-doc for TTM_TT_FLAG_*Matthew Auld1-19/+41
2021-09-29drm/ttm: s/FLAG_SG/FLAG_EXTERNAL/Matthew Auld11-42/+42
2021-09-29drm/ttm: remove TTM_PAGE_FLAG_NO_RETRYMatthew Auld1-1/+0
2021-09-29drm/ttm: move ttm_tt_{add, clear}_mapping into amdgpuMatthew Auld2-26/+14
2021-09-29drm/ttm: stop setting page->index for the ttm_ttMatthew Auld2-5/+1
2021-09-29drm/ttm: stop calling tt_swapin in vm_accessMatthew Auld1-5/+0
2021-09-29drm/virtio: implement context init: advertise feature to userspaceGurchetan Singh1-0/+6
2021-09-29drm/virtio: implement context init: add virtio_gpu_fence_eventGurchetan Singh4-1/+93
2021-09-29drm/virtio: implement context init: handle VIRTGPU_CONTEXT_PARAM_POLL_RINGS_MASKGurchetan Singh2-1/+22
2021-09-29drm/virtio: implement context init: allocate an array of fence contextsGurchetan Singh2-2/+35
2021-09-29drm/virtio: implement context init: stop using drv->context when creating fenceGurchetan Singh2-14/+17
2021-09-29drm/virtio: implement context init: plumb {base_fence_ctx, ring_idx} to virti...Gurchetan Singh4-8/+13
2021-09-29drm/virtio: implement context init: track {ring_idx, emit_fence_info} in virt...Gurchetan Singh1-0/+2
2021-09-29drm/virtio: implement context init: support init ioctlAnthoine Bourgeois3-8/+98
2021-09-29drm/virtio: implement context init: probe for featureAnthoine Bourgeois4-1/+10
2021-09-29drm/virtio: implement context init: track valid capabilities in a maskGurchetan Singh2-1/+20
2021-09-29drm/virtgpu api: create context init featureGurchetan Singh1-0/+27
2021-09-29virtio-gpu api: multiple context types with explicit initializationGurchetan Singh1-3/+15
2021-09-28drm/panel: support for BOE and INX video mode panelyangcong1-2/+730
2021-09-28dt-bindings: boe, tv101wum-n16: Add compatible for boe tv110c9m-ll3 and inx h...yangcong1-0/+4
2021-09-28drm/panel: boe-tv101wum-nl6: Support enabling a 3.3V railyangcong1-0/+11
2021-09-28dt-bindings: drm/panel: boe-tv101wum-nl6: Support enabling a 3.3V railyangcong1-0/+3
2021-09-28drm/vc4: hdmi: Actually check for the connector status in hotplugMaxime Ripard1-2/+3
2021-09-28drm/probe-helper: Create a HPD IRQ event helper for a single connectorMaxime Ripard2-31/+86
2021-09-28drm/probe-helper: Document drm_helper_hpd_irq_event() return valueMaxime Ripard1-0/+3
2021-09-28drm/msm: allow compile_test on !ARMChristian König3-4/+12
2021-09-28drm/edid: Fix drm_edid_encode_panel_id() kerneldoc warningDouglas Anderson1-2/+2
2021-09-25drm/print: Add deprecation notes to DRM_...() functionsDouglas Anderson1-0/+30
2021-09-25drm/edid: Fix EDID quirk compile error on older compilersDouglas Anderson3-77/+81
2021-09-24drm/gma500: Fix wrong pointer passed to PTR_ERR()Yang Yingliang1-1/+1
2021-09-24drm/mipi-dsi: Create devm device attachmentMaxime Ripard2-0/+36
2021-09-24drm/mipi-dsi: Create devm device registrationMaxime Ripard2-0/+49
2021-09-24drm/bridge: Document the probe issue with MIPI-DSI bridgesMaxime Ripard2-0/+63
2021-09-24drm/bridge: Add documentation sectionsMaxime Ripard2-5/+15
2021-09-23drm/bridge: parade-ps8640: Add support for AUX channelPhilip Chen1-1/+179
2021-09-23drm/bridge: parade-ps8640: Use regmap APIsPhilip Chen1-30/+64
2021-09-23drm/gma500: Managed device releaseThomas Zimmermann1-8/+11
2021-09-23drm/gma500: Remove dev_priv branch from unload functionThomas Zimmermann1-47/+46