summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-14/+14
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-16/+16
2026-02-01drm/exynos: vidi: use ctx->lock to protect struct vidi_context member variabl...Jeongjun Park-6/+32
2026-02-01drm/exynos: vidi: fix to avoid directly dereferencing user pointerJeongjun Park-4/+18
2026-02-01drm/exynos: vidi: use priv->vidi_dev for ctx lookup in vidi_connection_ioctl()Jeongjun Park-1/+14
2026-01-28BackMerge tag 'v6.19-rc7' into drm-nextDave Airlie-1/+1
2026-01-21drm/exynos: hdmi: convert to of_drm_find_and_get_bridge()Luca Ceresoli-1/+3
2026-01-07drm/exynos: hdmi: replace use of system_wq with system_percpu_wqMarco Crivellari-1/+1
2025-11-25drm/fb-helper: Allocate and release fb_info in single placeThomas Zimmermann-8/+1
2025-10-31drm: include drm_print.h where neededJani Nikula-0/+11
2025-10-24drm/client: Add client free callback to unprepare fb_helperThomas Zimmermann-2/+0
2025-10-13Merge drm/drm-next into drm-misc-nextThomas Zimmermann-36/+9
2025-10-06drm/exynos: Switch to drm_atomic_get_new_crtc_state()Maxime Ripard-1/+1
2025-09-29drm/exynos: Compute dumb-buffer sizes with drm_mode_size_dumb()Thomas Zimmermann-3/+5
2025-09-15drm/exynos: dsi: add support for exynos7870Kaustabh Chakraborty-0/+9
2025-09-15drm/exynos: exynos7_drm_decon: remove ctx->suspendedKaustabh Chakraborty-36/+0
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+0
2025-07-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-4/+9
2025-07-16drm/exynos: Pass along the format info from .fb_create() to drm_helper_mode_f...Ville Syrjälä-3/+8
2025-07-16drm: Allow the caller to pass in the format info to drm_helper_mode_fill_fb_s...Ville Syrjälä-1/+1
2025-07-16drm: Pass the format info to .fb_create()Ville Syrjälä-3/+1
2025-07-16drm: Pass pixel_format+modifier directly to drm_get_format_info()Ville Syrjälä-1/+3
2025-07-09mm: remove callers of pfn_t functionalityAlistair Popple-1/+0
2025-06-29drm/exynos: fimd: Guard display clock control with runtime PM callsMarek Szyprowski-0/+12
2025-06-29drm/exynos: exynos7_drm_decon: add vblank check in IRQ handlingKaustabh Chakraborty-0/+4
2025-06-29drm/exynos: Don't use %pK through printkThomas Weißschuh-17/+17
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2025-05-06BackMerge tag 'v6.15-rc5' into drm-nextDave Airlie-9/+5
2025-04-29drm/exynos: mic: convert to devm_drm_bridge_alloc() APILuca Ceresoli-4/+3
2025-04-23drm/exynos: Fix spelling mistake "enqueu" -> "enqueue"Colin Ian King-1/+1
2025-04-23drm/exynos: exynos7_drm_decon: Consstify struct decon_dataKrzysztof Kozlowski-2/+2
2025-04-23drm/exynos: fixed a spelling errorAnindya Sundar Gayen-1/+1
2025-04-23drm/exynos/vidi: Remove redundant error handling in vidi_get_modes()Wentao Liang-3/+0
2025-04-23drm/exynos: Remove unnecessary checkingGuoqing Jiang-2/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-1/+1
2025-01-07drm/connector: make mode_valid take a const struct drm_display_modeDmitry Baryshkov-1/+1
2025-01-04ASoC: hdmi-codec: move no_capture_mute to struct hdmi_codec_pdataDmitry Baryshkov-1/+1
2024-12-16drm/exynos: hdmi: use eld_mutex to protect access to connector->eldDmitry Baryshkov-0/+2
2024-12-09Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst-16/+16
2024-12-05drm: remove driver date from struct drm_driver and all driversJani Nikula-2/+0
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-1/+1
2024-12-02Merge drm/drm-next into drm-misc-nextMaxime Ripard-55/+87
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds-15/+15
2024-11-15drm/client: Move public client header to clients/ subdirectoryThomas Zimmermann-1/+1
2024-11-04drm/exynos: exynos7_drm_decon: add driver data and support for Exynos7870Kaustabh Chakraborty-22/+51
2024-11-04drm/exynos: exynos7_drm_decon: properly clear channels during bindKaustabh Chakraborty-23/+32
2024-11-04drm/exynos: exynos7_drm_decon: fix ideal_clk by converting it to HzKaustabh Chakraborty-1/+1
2024-11-04drm/exynos: exynos7_drm_decon: fix uninitialized crtc reference in functionsKaustabh Chakraborty-7/+4
2024-11-04drm/exynos: remove unused prototype for crtcKwanghoon Son-3/+0