aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/omapdrm
AgeCommit message (Expand)AuthorFilesLines
11 daysMerge tag 'drm-next-2026-08-20' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds8-26/+44
2026-08-06mm: introduce vma_get_page_prot() and use itLorenzo Stoakes2-4/+4
2026-08-04mm: use linear_page_[index, delta]() consistentlyLorenzo Stoakes1-2/+3
2026-08-04drm/omap: dsi: Do not copy isr tableAndreas Kemnade2-8/+1
2026-07-20drm/panel: of_drm_find_panel() return a counted referenceAlbert Esteve1-0/+1
2026-07-15drm/omap: venc: Switch to atomic bridge callbacksMaxime Ripard1-4/+10
2026-07-15drm/omap: sdi: Switch to atomic bridge callbacksMaxime Ripard1-4/+10
2026-07-15drm/omap: dsi: Switch to atomic bridge callbacksMaxime Ripard1-4/+10
2026-07-15drm/omap: dpi: Switch to atomic bridge callbacksMaxime Ripard1-4/+10
2026-06-22drm/omap: hdmi5: Switch to atomic_create_stateMaxime Ripard1-1/+1
2026-06-22drm/omap: hdmi4: Switch to atomic_create_stateMaxime Ripard1-1/+1
2026-05-08Merge tag 'drm-misc-next-2026-05-07' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie1-2/+0
2026-05-07Merge drm/drm-next into drm-misc-nextMaxime Ripard8-24/+24
2026-05-06Merge tag 'drm-misc-next-2026-04-20' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie1-3/+8
2026-05-04drm: Rename struct drm_atomic_state to drm_atomic_commitMaxime Ripard8-24/+24
2026-04-30drm/omapdrm: remove now-redundant call to drm_connector_attach_encoder()Luca Ceresoli1-2/+0
2026-04-09drm/omap: dss: convert to of_drm_find_and_get_bridge()Luca Ceresoli1-3/+8
2026-03-20drm/atomic: Remove state argument to drm_atomic_private_obj_initMaxime Ripard1-1/+1
2026-03-20drm/omapdrm: Switch private_obj initialization to atomic_create_stateMaxime Ripard1-6/+16
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds12-26/+26
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook12-30/+30
2025-12-25drm/bridge: add connector argument to .hpd_notify callbackDmitry Baryshkov1-0/+1
2025-11-25drm/fb-helper: Allocate and release fb_info in single placeThomas Zimmermann1-8/+1
2025-10-31drm: include drm_print.h where neededJani Nikula10-0/+11
2025-10-24drm/client: Add client free callback to unprepare fb_helperThomas Zimmermann1-2/+0
2025-10-06drm/omap: Switch to drm_atomic_get_new_crtc_state()Maxime Ripard1-1/+1
2025-09-29drm/omapdrm: Compute dumb-buffer sizes with drm_mode_size_dumb()Thomas Zimmermann1-8/+7
2025-09-16drm/omap: use drm_for_each_bridge_in_chain_from()Luca Ceresoli1-3/+1
2025-09-02drm/omapdrm: use drm_bridge_chain_get_last_bridge()Luca Ceresoli1-4/+2
2025-08-14Merge tag 'drm-misc-next-fixes-2025-08-12' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixesDave Airlie3-14/+16
2025-08-06drm/omap: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()Imre Deak3-14/+16
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-5/+2
2025-07-16drm: Allow the caller to pass in the format info to drm_helper_mode_fill_fb_struct()Ville Syrjälä1-1/+1
2025-07-16drm: Pass the format info to .fb_create()Ville Syrjälä2-5/+4
2025-07-16drm: Pass pixel_format+modifier directly to drm_get_format_info()Ville Syrjälä1-2/+4
2025-07-09mm: remove callers of pfn_t functionalityAlistair Popple1-4/+2
2025-07-09mm: remove remaining uses of PFN_DEVAlistair Popple1-3/+2
2025-06-12drm: omapdrm: reduce clang stack usageArnd Bergmann1-1/+1
2025-05-21drm/omap: dss: venc: convert to devm_drm_bridge_alloc() APILuca Ceresoli1-15/+8
2025-05-21drm/omap: dss: sdi: convert to devm_drm_bridge_alloc() APILuca Ceresoli1-17/+8
2025-05-21drm/omap: dss: hdmi5: convert to devm_drm_bridge_alloc() APILuca Ceresoli1-16/+10
2025-05-21drm/omap: dss: hdmi4: convert to devm_drm_bridge_alloc() APILuca Ceresoli1-16/+10
2025-05-21drm/omap: dss: dsi: convert to devm_drm_bridge_alloc() APILuca Ceresoli1-4/+3
2025-05-21drm/omap: dss: dpi: convert to devm_drm_bridge_alloc() APILuca Ceresoli1-4/+3
2025-04-07Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-03-20drm/bridge: Add encoder parameter to drm_bridge_funcs.attachMaxime Ripard6-6/+12
2025-02-19drm/bridge: Pass full state to atomic_disableMaxime Ripard2-2/+2