2018.1

Linux Drivers

Release Date
2023-07-22
  • Summary:
    • Added IP reset logic
    • Removed deprecated dma engine call
    • Fixed wrong stride alignment
    • Corrected loop termination condition logic
    • Added more colours to mixer sanity table of colour list
    • Added 10-bit support
    • Added support to Mixer IP 3.0
    • Passed the correct values of cursor height and width
    • Fixed occasional kernel oops during logo layer programming
    • Used xlnx pipeline init call as dt-binding is removed
    • Initial version based on new xlnx DRM framework
  • Commits:
    • 131012 drm: xlnx: mixer: reset the mixer IP before programming
    • 23a216 drm: xlnx: mixer: remove deprecated dmaengine_terminate_all
    • 2ebd5b drm: xlnx: mixer: Fixing wrong stride alignment
    • 29d7cf drm: xlnx: mixer: Correcting loop termination condition
    • ac80a8 drm: xlnx: mixer: Adding more colors in supported list
    • 807fda drm: xlnx: mixer: Adding 10 bit color support
    • 29b851 drm: xlnx: mixer: Adding mixer 3.0 IP support
    • f31cfb drm: xlnx: mixer: Correcting the cursor width and height
    • 868584 drm: xlnx: mixer: logo layer fix
    • 4f150d drm: xlnx: mixer: Use xlnx pipeline call