summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/imx
AgeCommit message (Expand)AuthorFilesLines
2026-06-17Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds14-49/+38
2026-06-02drm/imx: Fix three kernel-doc warnings in dcss-scaler.cYicong Hui1-0/+3
2026-05-08Merge tag 'drm-misc-next-2026-05-07' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie6-15/+3
2026-05-06Merge tag 'drm-misc-next-2026-04-20' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie3-7/+8
2026-05-04drm/ipv3: add CONFIG_OF dependency for DRM_OF_DISPLAY_MODE_BRIDGEArnd Bergmann1-0/+2
2026-05-04drm: Rename struct drm_atomic_state to drm_atomic_commitMaxime Ripard8-27/+27
2026-04-30drm/imx: dc: remove now-redundant call to drm_connector_attach_encoder()Luca Ceresoli1-7/+1
2026-04-30drm/imx/lcdc: remove now-redundant call to drm_connector_attach_encoder()Luca Ceresoli1-2/+0
2026-04-30drm/imx: parallel-display: remove now-redundant call to drm_connector_attach_...Luca Ceresoli1-2/+0
2026-04-30drm/imx: ldb: remove now-redundant call to drm_connector_attach_encoder()Luca Ceresoli1-2/+0
2026-04-30drm/imx/dcss: remove now-redundant call to drm_connector_attach_encoder()Luca Ceresoli1-2/+0
2026-04-09drm/bridge: Move legacy bridge driver out of imx directory for multi-platform...Damon Ding3-7/+8
2026-03-13drm/imx: ipuv3-plane: support underlay planeMichael Tretter1-10/+9
2026-03-13drm/imx: ipuv3-plane: decouple zpos from plane typeMichael Tretter1-2/+2
2026-03-13drm/imx: parallel-display: add DRM_DISPLAY_HELPER for DRM_IMX_PARALLEL_DISPLAYMartin Kepplinger-Novakovic1-0/+1
2026-03-13drm/imx: parallel-display: Prefer bus format set via legacy "interface-pix-fm...Marek Vasut1-3/+12
2026-02-23Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard6-18/+15
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds4-7/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook4-7/+7
2026-02-20drm/imx: parallel-display: check return value of devm_drm_bridge_add() in imx...Chen Ni1-1/+3
2026-02-11Merge tag 'drm-next-2026-02-11' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-2/+5
2026-02-10Merge tag 'pm-6.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-9/+3
2026-01-28drm/imx/tve: fix probe device leakJohan Hovold1-0/+13
2026-01-21drm/imx/dw-hdmi: convert to of_drm_find_and_get_bridge()Luca Ceresoli1-2/+5
2026-01-16drm: Discard pm_runtime_put() return valueRafael J. Wysocki1-9/+3
2025-11-21Merge tag 'v6.18-rc6' into drm-nextDave Airlie1-9/+9
2025-11-13drm/imx/ipuv3: Fix dumb-buffer allocation for non-RGB formatsThomas Zimmermann1-7/+9
2025-10-31drm: include drm_print.h where neededJani Nikula3-0/+3
2025-10-30drm/imx: parallel-display: add the bridge before attaching itLuca Ceresoli1-0/+2
2025-10-30drm/imx: parallel-display: convert to devm_drm_bridge_alloc() APILuca Ceresoli1-9/+7
2025-10-30drm/imx/parallel-display: drop unused module aliasJohan Hovold1-1/+0
2025-10-30drm/imx/tve: drop unused module aliasJohan Hovold1-1/+0
2025-10-30drm/imx/ldb: drop unused module aliasJohan Hovold1-1/+0
2025-10-30drm/imx/dw-hdmi: drop unused module aliasJohan Hovold1-1/+0
2025-10-16drm/imx: dc: Sort bits and bitfields in descending orderMarek Vasut5-27/+27
2025-10-06drm/imx-ipuv3: Switch to drm_atomic_get_new_crtc_state()Maxime Ripard1-2/+1
2025-10-06drm/imx-dcss: Switch to drm_atomic_get_new_crtc_state()Maxime Ripard1-2/+2
2025-10-06drm/imx-dc: Switch to drm_atomic_get_new_crtc_state()Maxime Ripard1-1/+1
2025-09-29drm/imx/ipuv3: Compute dumb-buffer sizes with drm_mode_size_dumb()Thomas Zimmermann1-8/+23
2025-09-29drm/gem-dma: Compute dumb-buffer sizes with drm_mode_size_dumb()Thomas Zimmermann1-1/+3
2025-09-16drm/imx: parallel-display: put the bridge returned by drm_bridge_get_next_bri...Luca Ceresoli1-2/+2
2025-09-15drm/imx/ipuv3/imx-tve: convert from round_rate() to determine_rate()Brian Masney1-7/+10
2025-05-14drm/imx: Add i.MX8qxp Display Controller KMSLiu Ying9-2/+1340
2025-05-14drm/imx: Add i.MX8qxp Display Controller interrupt controllerLiu Ying5-1/+286
2025-05-14drm/imx: Add i.MX8qxp Display Controller pixel engineLiu Ying12-1/+1868
2025-05-14drm/imx: Add i.MX8qxp Display Controller display engineLiu Ying10-0/+853
2025-03-20drm/bridge: Add encoder parameter to drm_bridge_funcs.attachMaxime Ripard1-1/+2
2025-01-07drm/connector: make mode_valid take a const struct drm_display_modeDmitry Baryshkov1-1/+1
2024-12-09Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst8-8/+8
2024-12-05drm: remove driver date from struct drm_driver and all driversJani Nikula3-3/+0