summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-17Documentation/gpu: Add a VM_BIND async documentThomas Hellström4-2/+321
2023-10-16drm/panel: st7703: Add Powkiddy RGB30 Panel SupportChris Morgan1-0/+89
2023-10-16dt-bindings: panel: Add Powkiddy RGB30 panel compatibleChris Morgan1-0/+2
2023-10-16dt-bindings: vendor-prefixes: document PowkiddyChris Morgan1-0/+2
2023-10-16drm/rockchip: remove NR_LAYERS macro on vop2Andy Yan1-3/+1
2023-10-16drm/rockchip: remove unused struct in vop2Andy Yan2-5/+0
2023-10-16drm/rockchip: Fix type promotion bug in rockchip_gem_iommu_map()Dan Carpenter1-1/+1
2023-10-16drm/bridge: lt9611uxc: fix the race in the error pathDmitry Baryshkov1-4/+6
2023-10-16drm/bridge: imx: Add i.MX93 MIPI DSI supportLiu Ying3-0/+929
2023-10-16dt-bindings: display: bridge: Document Freescale i.MX93 MIPI DSILiu Ying1-0/+115
2023-10-16drm/bridge: synopsys: dw-mipi-dsi: Disable HSTX and LPRX timeout checkLiu Ying1-2/+2
2023-10-16drm/bridge: synopsys: dw-mipi-dsi: Set minimum lane byte clock cycles for HSA...Liu Ying1-1/+13
2023-10-16drm/bridge: synopsys: dw-mipi-dsi: Use pixel clock rate to calculate lbccLiu Ying1-1/+9
2023-10-16drm/bridge: synopsys: dw-mipi-dsi: Add mode fixup supportLiu Ying2-0/+17
2023-10-16drm/bridge: synopsys: dw-mipi-dsi: Force input bus flagsLiu Ying1-0/+13
2023-10-16drm/bridge: synopsys: dw-mipi-dsi: Add input bus format negotiation supportLiu Ying2-0/+41
2023-10-16drm/bridge: synopsys: dw-mipi-dsi: Add dw_mipi_dsi_get_bridge() helperLiu Ying2-0/+8
2023-10-16drm: adv7511: Add hpd_override_enable variable to struct adv7511_chip_infoBiju Das2-3/+5
2023-10-16drm: adv7511: Add link_config variable to struct adv7511_chip_infoBiju Das2-2/+4
2023-10-16drm: adv7511: Add has_dsi variable to struct adv7511_chip_infoBiju Das2-4/+7
2023-10-16drm: adv7511: Add reg_cec_offset variable to struct adv7511_chip_infoBiju Das3-12/+12
2023-10-16drm: adv7511: Add supply_names and num_supplies variables to struct adv7511_c...Biju Das2-15/+15
2023-10-16drm: adv7511: Add max_lane_freq_khz variable to struct adv7511_chip_infoBiju Das3-4/+4
2023-10-16drm: adv7511: Add max_mode_clock_khz variable to struct adv7511_chip_infoBiju Das3-1/+4
2023-10-16drm: adv7511: Add struct adv7511_chip_info and use i2c_get_match_data()Biju Das3-32/+43
2023-10-15drm/panel: st7703: Fix timings when entering/exiting sleepFrank Oltmanns1-5/+6
2023-10-15drm/panel: st7703: Pick different reset sequenceOndrej Jirman1-12/+13
2023-10-13drm/ssd130x: Fix atomic_check for disabled planesThomas Zimmermann1-8/+9
2023-10-13MAINTAINERS: Update entry for megachips-stdpxxxx-ge-b850v3-fwIan Ray1-1/+1
2023-10-13drm/bridge: megachips-stdpxxxx-ge-b850v3-fw: switch to drm_do_get_edid()Ian Ray1-48/+9
2023-10-12accel/ivpu: Add ivpu_bo_vaddr() and ivpu_bo_size()Jacek Lawrynowicz7-41/+51
2023-10-12drm/simpledrm: Fix power domain device link validity checkdrm-misc-next-2023-10-12Thierry Reding1-1/+1
2023-10-12iosys-map: fix kernel-doc typosRandy Dunlap1-2/+2
2023-10-12drm: Replace drm_framebuffer plane size functions with its equivalentsCarlos Eduardo Gallo Filho3-66/+5
2023-10-12drm: Remove plane hsub/vsub alignment requirement for core helpersCarlos Eduardo Gallo Filho1-2/+3
2023-10-12fbdev: Replace fb_pgprotect() with pgprot_framebuffer()Thomas Zimmermann9-55/+58
2023-10-12fbdev: Avoid file argument in fb_pgprotect()Thomas Zimmermann1-1/+6
2023-10-11drm/tegra: gem: Do not return NULL in tegra_bo_mmap()Thierry Reding1-2/+11
2023-10-11drm/tegra: Zero-initialize iosys_mapMikko Perttunen1-1/+1
2023-10-11gpu: host1x: Correct allocated size for contextsJohnny Liu1-2/+2
2023-10-11gpu: host1x: Syncpoint interrupt shardingMikko Perttunen3-17/+61
2023-10-11gpu: host1x: Enable system suspend callbacksMikko Perttunen1-1/+1
2023-10-11gpu: host1x: Stop CDMA before suspendingMikko Perttunen3-0/+21
2023-10-11gpu: host1x: Add locking in channel allocationMikko Perttunen2-0/+10
2023-10-11drm/tegra: hub: Increase buffer size to ensure all possible values can be storedLee Jones1-1/+1
2023-10-11drm/tegra: Remove two unused function declarationsYue Haibing1-3/+0
2023-10-11drm/tegra: Remove surplus else after returnSui Jingfeng1-9/+10
2023-10-11drm/bridge_connector: implement oob_hotplug_eventDmitry Baryshkov1-3/+28
2023-10-11drm/bridge_connector: stop filtering events in drm_bridge_connector_hpd_cb()Dmitry Baryshkov1-5/+0
2023-10-11drm: Add HPD state to drm_connector_oob_hotplug_event()Bjorn Andersson5-15/+34