summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)Author
2025-10-31drm/sched: Fix comment in drm_sched_run_job_work()Philipp Stanner
2025-10-31drm/ttm: Add an allocation flag to propagate -ENOSPC on OOMTvrtko Ursulin
2025-10-31drm/amdgpu: Configure max beneficial TTM pool allocation orderTvrtko Ursulin
2025-10-31drm/ttm: Allow drivers to specify maximum beneficial TTM pool sizeTvrtko Ursulin
2025-10-31drm/ttm: Replace multiple booleans with flags in device initTvrtko Ursulin
2025-10-31drm/ttm: Replace multiple booleans with flags in pool initTvrtko Ursulin
2025-10-31drm/ttm: Add getter for some pool propertiesTvrtko Ursulin
2025-10-31drm: include drm_print.h where neededJani Nikula
2025-10-30drm/client: Flush client buffers with drm_client_buffer_sync()Thomas Zimmermann
2025-10-30drm/client: Create client buffers with drm_client_buffer_create_dumb()Thomas Zimmermann
2025-10-30drm/client: Remove drm_client_framebuffer_delete()Thomas Zimmermann
2025-10-30drm/client: Deprecate struct drm_client_buffer.gemThomas Zimmermann
2025-10-30drm/client: Inline drm_client_buffer_addfb() and _rmfb()Thomas Zimmermann
2025-10-30drm/client: Move dumb-buffer handling to drm_client_framebuffer_create()Thomas Zimmermann
2025-10-30drm/client: Remove pitch from struct drm_client_bufferThomas Zimmermann
2025-10-30drm/imx/parallel-display: drop unused module aliasJohan Hovold
2025-10-30drm/imx/tve: drop unused module aliasJohan Hovold
2025-10-30drm/imx/ldb: drop unused module aliasJohan Hovold
2025-10-30drm/imx/dw-hdmi: drop unused module aliasJohan Hovold
2025-10-30drm/panel: synaptics-tddi: fix build error by missing regulator/consumer.h in...Stephen Rothwell
2025-10-30drm/sti: make use of drm_of_component_probeRaphael Gallais-Pou
2025-10-30drm/sti: check dma_set_coherent_mask return valueRaphael Gallais-Pou
2025-10-29drm: panel: add support for Synaptics TDDI series DSI panelsKaustabh Chakraborty
2025-10-29drm/panel: Add Samsung S6E3FC2X01 DDIC with AMS641RW panelDavid Heidelberg
2025-10-29drm/panel: nv3052c: Reduce duplication of init sequencesPriit Laes
2025-10-29drm/rcar-du: dsi: Convert register bitfields to GENMASK() macroMarek Vasut
2025-10-29drm/rcar-du: dsi: Convert register bits to BIT() macroMarek Vasut
2025-10-29drm/rcar-du: dsi: Clean up handling of DRM mode flagsMarek Vasut
2025-10-29drm/rcar-du: dsi: Respect DSI mode flagsMarek Vasut
2025-10-29drm/rcar-du: dsi: Clean up TXVMPSPHSETR DT macrosMarek Vasut
2025-10-29drm/rcar-du: dsi: Clean up CLOCKSET1 CLKINSEL macrosMarek Vasut
2025-10-29drm/rcar-du: dsi: Clean up VCLKSET register macrosMarek Vasut
2025-10-29drm/rcar-du: dsi: Deduplicate mipi_dsi_pixel_format_to_bpp() usageMarek Vasut
2025-10-29drm/rcar-du: dsi: Document PHTR TESTDOUT as bitfieldMarek Vasut
2025-10-29drm/rcar-du: dsi: Document TXVMSETR PIXWDTH as bitfieldMarek Vasut
2025-10-29drm/rcar-du: dsi: Fix missing parameter in RXSETR_...EN macrosMarek Vasut
2025-10-28drm/atomic: WARN about invalid drm_foo_get_state() usageVille Syrjälä
2025-10-28drm/atomic: WARN about missing acquire_ctx in drm_atomic_get_private_obj_state()Ville Syrjälä
2025-10-28drm/ttm: add pgprot handling for RISC-VIcenowy Zheng
2025-10-26drm/gem-atomic: Reset plane state to NULL if allocation failedThomas Zimmermann
2025-10-24drm/gud: rearrange gud_probe() to prepare for function splittingRuben Wauters
2025-10-24Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2025-10-24Merge tag 'drm-misc-next-2025-10-21' of https://gitlab.freedesktop.org/drm/mi...Simona Vetter
2025-10-24drm/client: Do not free client memory by defaultThomas Zimmermann
2025-10-24drm/log: Add free callbackThomas Zimmermann
2025-10-24drm/log: Do not hold lock across drm_client_release()Thomas Zimmermann
2025-10-24drm/client: Add client free callback to unprepare fb_helperThomas Zimmermann
2025-10-23drm/sysfb: Use new CRTC state in begin_fb_accessThomas Zimmermann
2025-10-22drm/vkms: Allow to configure connector status via configfsJosé Expósito
2025-10-22drm/vkms: Allow to update the connector statusJosé Expósito