summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ingenic
AgeCommit message (Expand)Author
2023-07-21drm: Explicitly include correct DT includesRob Herring
2023-06-17drm/ingenic: Kconfig: select REGMAP and REGMAP_MMIOSui Jingfeng
2023-01-18drm/ingenic: Remove unnecessary include statements for drm_crtc_helper.hThomas Zimmermann
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann
2022-11-05drm/ingenic: Don't set struct drm_driver.output_poll_changedThomas Zimmermann
2022-11-04drm/ingenic: Fix missing platform_driver_unregister() call in ingenic_drm_init()Yuan Can
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich
2022-08-03drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich
2022-07-26drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann
2022-07-26drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGThomas Zimmermann
2022-07-26drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpersThomas Zimmermann
2022-07-09drm/ingenic: Use the new PM macrosPaul Cercueil
2022-07-09drm/ingenic: Don't request full modeset if property is not modifiedPaul Cercueil
2022-07-09drm/ingenic: Add support for the JZ4760(B)Paul Cercueil
2022-07-09drm/ingenic: Fix MODULE_LICENSE() stringPaul Cercueil
2022-07-05drm: Remove linux/media-bus-format.h from drm_crtc.hVille Syrjälä
2022-07-04drm/ingenic: Use the highest possible DMA burst sizePaul Cercueil
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä
2022-04-11drm/ingenic: Add dw-hdmi driver specialization for jz4780Paul Boddie
2022-04-11drm/ingenic: Implement proper .atomic_get_input_bus_fmtsPaul Cercueil
2022-04-05drm/ingenic: Add ingenic_drm_bridge_atomic_enable and disableChristophe Branchereau
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-02-25drm/ingenic: Make use of the helper component_compare_ofYong Wu
2022-02-14drm/ingenic: Fix support for JZ4780 HDMI outputPaul Boddie
2022-01-27drm/ingenic: Add support for the nomodeset kernel parameterJavier Martinez Canillas
2021-12-16drm/ingenic: Add support for JZ4780 and HDMI outputPaul Boddie
2021-12-16drm/ingenic: prepare ingenic drm for later addition of JZ4780H. Nikolaus Schaller
2021-11-30drm: Remove CONFIG_DRM_KMS_CMA_HELPER optionThomas Zimmermann
2021-10-30drm/ingenic: Remove bogus register writePaul Cercueil
2021-10-29drm/ingenic: Attach bridge chain to encodersPaul Cercueil
2021-10-29drm/ingenic: Upload palette before framePaul Cercueil
2021-10-29drm/ingenic: Set DMA descriptor chain register when starting CRTCPaul Cercueil
2021-10-29drm/ingenic: Move IPU scale settings to private statePaul Cercueil
2021-10-29drm/ingenic: Add support for private objectsPaul Cercueil
2021-10-29drm/ingenic: Simplify code by using hwdescs arrayPaul Cercueil
2021-08-11drm/ingenic: Use standard drm_atomic_helper_commit_tailPaul Cercueil
2021-08-11drm/ingenic: Remove dead codePaul Cercueil
2021-07-28drm/bridge: Centralize error message when bridge attach failsLaurent Pinchart
2021-07-19drm/ingenic: Convert to Linux IRQ interfacesThomas Zimmermann
2021-06-24drm/<driver>: drm_gem_plane_helper_prepare_fb is now the defaultDaniel Vetter
2021-05-25drm/ingenic: Add option to alloc cached GEM buffersPaul Cercueil
2021-05-17drm/ingenic: Fix pixclock rate for 24-bit serial panelsPaul Cercueil
2021-05-13drm/ingenic: Switch IPU plane to type OVERLAYPaul Cercueil
2021-03-29drm/ingenic: Register devm action to cleanup encodersPaul Cercueil
2021-03-07drm/ingenic: Fix non-OSD modePaul Cercueil
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard
2021-02-24drm: Use state helper instead of plane state pointer in atomic_checkMaxime Ripard
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard