aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-11Merge tag 'drm-intel-next-2023-08-10' of git://anongit.freedesktop.org/drm/dr...Dave Airlie38-255/+339
2023-08-11Merge tag 'drm-misc-next-2023-08-10' of git://anongit.freedesktop.org/drm/drm...Dave Airlie128-1219/+7537
2023-08-11Merge tag 'exynos-drm-next-for-v6.6' of git://git.kernel.org/pub/scm/linux/ke...Dave Airlie2-4/+3
2023-08-10drm/mediatek: Fix dereference before null checkJason-JH.Lin1-5/+1
2023-08-10drm/mediatek: Add cnt checking for coverity issueJason-JH.Lin1-1/+4
2023-08-10drm/mediatek: Remove freeing not dynamic allocated memoryJason-JH.Lin1-5/+2
2023-08-10drm/mediatek: Convert to platform remove callback returning voidUwe Kleine-König14-53/+28
2023-08-10drm/mediatek: Do not check for 0 return after calling platform_get_irq()Ruan Jinjie1-2/+2
2023-08-10drm/i915/guc: Fix potential null pointer deref in GuC 'steal id' testJohn Harrison1-3/+3
2023-08-10drm/i915/irq: move all PCH irq postinstall calls to display codeJani Nikula3-17/+12
2023-08-10drm/i915/irq: add ilk_de_irq_postinstall()Jani Nikula3-37/+43
2023-08-10drm/i915/irq: add dg1_de_irq_postinstall()Jani Nikula3-12/+18
2023-08-10drm/i915/irq: add dedicated intel_display_irq_init()Jani Nikula4-17/+21
2023-08-10drm/i915/gt: Apply workaround 22016122933 correctlyJonathan Cavitt6-16/+17
2023-08-10drm/i915: Make i915_coherent_map_type GT-centricJonathan Cavitt20-50/+56
2023-08-10drm/i915/gt: Simplify shmem_create_from_object map_type selectionJonathan Cavitt1-2/+1
2023-08-10drm/i915: debug log when GMD ID indicates there's no displayJani Nikula1-2/+3
2023-08-10drm/i915: fix display probe for IVB Q and IVB D GT2 serverJani Nikula1-3/+21
2023-08-10drm/ttm: Remove two unused function declarationsYue Haibing1-2/+0
2023-08-10drm/test: drm_exec: fix memory leak on object prepareDanilo Krummrich1-2/+5
2023-08-10drm: atmel-hlcdc: Support inverting the pixel clock polarityMiquel Raynal1-0/+25
2023-08-10drm/panfrost: Sync IRQ by job's timeout handlerDmitry Osipenko1-0/+16
2023-08-10drm/exec: add test case for using a drm_exec multiple timesChristian König1-0/+21
2023-08-10drm/exec: use unique instead of local labelChristian König1-7/+7
2023-08-09drm/mediatek: dp: Don't register HPD interrupt handler for eDP caseAngeloGioacchino Del Regno1-27/+46
2023-08-09drm/mediatek: dp: Add .wait_hpd_asserted() for AUX busAngeloGioacchino Del Regno1-7/+38
2023-08-09drm/mediatek: dp: Add support for embedded DisplayPort aux-busAngeloGioacchino Del Regno2-14/+79
2023-08-09drm/mediatek: dp: Move PHY registration to new functionAngeloGioacchino Del Regno1-17/+26
2023-08-09drm/mediatek: dp: Avoid mutex locks if audio is not supported/enabledAngeloGioacchino Del Regno1-2/+5
2023-08-09drm/mediatek: dp: Enable event interrupt only when bridge attachedAngeloGioacchino Del Regno1-5/+10
2023-08-09drm/mediatek: dp: Move AUX_P0 setting to mtk_dp_initialize_aux_settings()AngeloGioacchino Del Regno1-4/+5
2023-08-09drm/mediatek: dp: Use devm variant of drm_bridge_add()AngeloGioacchino Del Regno1-2/+3
2023-08-09drm/mediatek: dp: Change logging to dev for mtk_dp_aux_transfer()AngeloGioacchino Del Regno1-3/+3
2023-08-09drm/mediatek: dp: Move AUX and panel poweron/off sequence to functionAngeloGioacchino Del Regno1-46/+30
2023-08-09drm/mediatek: dp: Add missing error checks in mtk_dp_parse_capabilitiesAngeloGioacchino Del Regno1-5/+10
2023-08-09drm/mediatek: mtk_dpi: Compress struct of_device_id entriesAngeloGioacchino Del Regno1-22/+8
2023-08-09drm/mediatek: mtk_dpi: Use devm_platform_ioremap_resource()AngeloGioacchino Del Regno1-3/+1
2023-08-09drm/mediatek: mtk_dpi: Switch to .remove_new() void callbackAngeloGioacchino Del Regno1-4/+2
2023-08-09drm/mediatek: mtk_dpi: Switch to devm_drm_of_get_bridge()AngeloGioacchino Del Regno1-4/+4
2023-08-09drm/mediatek: mtk_dpi: Simplify with dev_err_probe()AngeloGioacchino Del Regno1-30/+14
2023-08-09drm/mediatek: mtk_dpi: Simplify with devm_drm_bridge_add()AngeloGioacchino Del Regno1-5/+3
2023-08-09drm/amdgpu: Use local64_try_cmpxchg in amdgpu_perf_readUros Bizjak1-3/+2
2023-08-09drm/ttm/tests: Add tests for ttm_poolKarolina Stolarek4-0/+459
2023-08-09drm/ttm/tests: Add tests for ttm_deviceKarolina Stolarek1-0/+158
2023-08-09drm/ttm: Introduce KUnit testKarolina Stolarek7-0/+212
2023-08-09drm/amdgpu: Add pci usage to nbio v7.9Asad Kamal3-1/+72
2023-08-09drm/amdgpu: Add pcie usage callback to nbioAsad Kamal2-0/+11
2023-08-09drm/amdgpu: Extend poison mode check to SDMA/VCN/JPEGCandice Li1-1/+4
2023-08-09drm/buddy: Fix drm buddy info output formatMa Jun1-4/+4
2023-08-09drm/amdgpu/irq: Move irq resume to the beginningEmily Deng1-1/+1