summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-18/+18
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-26/+23
2026-02-11Merge tag 'drm-next-2026-02-11' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-1/+104
2026-01-19drm/display: hdmi_state_helper: split InfoFrame functions per typeDmitry Baryshkov-2/+80
2026-01-19drm/vc4: hdmi: implement clear_infoframeDmitry Baryshkov-0/+25
2026-01-16drm: Discard pm_runtime_put() return valueRafael J. Wysocki-14/+3
2025-10-31drm: include drm_print.h where neededJani Nikula-0/+23
2025-10-06drm/vc4: Switch to drm_atomic_get_new_crtc_state()Maxime Ripard-4/+2
2025-09-15drm/vc4: hdmi: switch to generic CEC helpersDmitry Baryshkov-84/+55
2025-07-16drm: Pass the format info to .fb_create()Ville Syrjälä-1/+2
2025-06-18Merge tag 'drm-misc-next-2025-06-12' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie-1/+7
2025-06-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann-2/+2
2025-06-10drm/vc4: fix infinite EPROBE_DEFER loopGabriel Dalimonte-6/+6
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-2/+2
2025-05-21drm/bridge: allow limiting I2S formatsDmitry Baryshkov-1/+1
2025-04-29drm/vc4: convert to devm_drm_bridge_alloc() APILuca Ceresoli-29/+5
2025-04-07Merge drm/drm-next into drm-misc-nextThomas Zimmermann-1/+1
2025-04-07drm/vc4: tests: Retry pv-muxing tests when EDEADLKMaxime Ripard-1/+112
2025-04-07drm/vc4: tests: Stop allocating the state in test initMaxime Ripard-14/+27
2025-04-07drm/vc4: tests: Document output handling functionsMaxime Ripard-0/+26
2025-04-07drm/vc4: tests: Use return instead of assertMaxime Ripard-12/+24
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-1/+1
2025-03-25drm/vc4: hdmi: Add jack detection to HDMI audio driverDavid Turner-0/+25
2025-03-25drm/vc4: hdmi: Call HDMI hotplug helper on disconnectStefan Wahren-2/+2
2025-03-20drm/bridge: Add encoder parameter to drm_bridge_funcs.attachMaxime Ripard-1/+2
2025-03-09drm/vc4: plane: fix inconsistent indenting warningCharles Han-1/+1
2025-03-03drm/vc4: hdmi: Fix some NULL vs IS_ERR() bugsDan Carpenter-14/+14
2025-03-03drm/tests: Drop drm_kunit_helper_acquire_ctx_alloc()Maxime Ripard-19/+27
2025-02-26drm/vc4: move to devm_platform_ioremap_resource() usageAnusha Srivatsa-35/+18
2025-02-19drm/bridge: Pass full state to atomic_post_disableMaxime Ripard-1/+1
2025-02-19drm/bridge: Pass full state to atomic_disableMaxime Ripard-1/+1
2025-02-19drm/bridge: Pass full state to atomic_enableMaxime Ripard-1/+1
2025-02-19drm/bridge: Pass full state to atomic_pre_enableMaxime Ripard-2/+1
2025-02-14drm/atomic: Let drivers decide which planes to async flipAndré Almeida-1/+1
2025-02-13drm/vc4: hdmi: Use drm_atomic_helper_reset_crtc()Herve Codina-29/+1
2025-01-19drm/vc4: Remove BOs seqnosMaíra Canal-113/+17
2025-01-19drm/vc4: Use DMA Resv to implement VC4 wait BO IOCTLMaíra Canal-11/+14
2025-01-19drm/vc4: Use DRM Execution ContextsMaíra Canal-78/+22
2025-01-07drm/connector: make mode_valid take a const struct drm_display_modeDmitry Baryshkov-1/+1
2025-01-04drm/vc4: hdmi: use drm_atomic_helper_connector_hdmi_hotplug()Dmitry Baryshkov-6/+3
2025-01-04drm/vc4: hdmi: stop rereading EDID in get_modes()Dmitry Baryshkov-21/+0
2025-01-04drm/vc4: hdmi: switch to using generic HDMI Codec infrastructureDmitry Baryshkov-57/+20
2024-12-16drm/vc4: hdmi: use eld_mutex to protect access to connector->eldDmitry Baryshkov-2/+2
2024-12-12drm/vc4: unlock on error in vc4_hvs_get_fifo_frame_count()Dan Carpenter-1/+1
2024-12-11drm/vc4: plane: Remove WARN on state being set in plane_resetDave Stevenson-1/+4
2024-12-09Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst-9/+9
2024-12-05drm/vc4: use drm_hdmi_connector_mode_valid()Dmitry Baryshkov-3/+2
2024-12-05drm: remove driver date from struct drm_driver and all driversJani Nikula-3/+0