> ## Documentation Index
> Fetch the complete documentation index at: https://dragonwingdocs.qualcomm.com/llms.txt
> Use this file to discover all available pages before exploring further.

# CQ2390M/CQ2390S

<Note>
  For supported interfaces and capabilities, see [CQ2390M/CQ2390S display specifications](display-specs-cq2390m-cq2390s).
</Note>

## Set up the DSI display

The display subsystem provides the Weston and Wayland compositors, along with `libdrm`, which interact with the DPU driver to render the Wayland client applications. Use the sample test applications to evaluate the basic rendering of the Wayland applications and to verify the DSI display.

**Verify the DSI display setup**

1. The DLC0697 DSI panel is connected to the DSI0 interface on the CQ2390M/CQ2390S evaluation kit (EVK) board (inbuilt DSI panel). The following figure shows the CQ2390M/CQ2390S EVK board:

   <div className="flex flex-col items-center gap-2">
     <img src="https://mintcdn.com/qualcomm-prod/eJGuiiHn7smR6jFX/Technologies/Display/media/qli-display/CQ2390M-CQ2390S-front.jpg?fit=max&auto=format&n=eJGuiiHn7smR6jFX&q=85&s=4f2f81afc77c25a3b571836f07cf0d61" alt="Figure: CQ2390M/CQ2390S EVK board" width="500" height="500" data-path="Technologies/Display/media/qli-display/CQ2390M-CQ2390S-front.jpg" />

     <p className="text-sm text-gray-700">**Figure: CQ2390M/CQ2390S EVK board**</p>
   </div>

2. Power on the device. Weston launches automatically during boot.

3. Verify the display.

   The following Weston flower pattern displays on the DSI panel, indicating successful setup.

   <div className="flex flex-col items-center gap-2">
     <img src="https://mintcdn.com/qualcomm-prod/mGpYCfBsZaJSFIEo/Technologies/Display/media/qli-display/Weston_flower_pattern.PNG?fit=max&auto=format&n=mGpYCfBsZaJSFIEo&q=85&s=7be04aa671e4986b111a23843ab2033c" alt="Figure: Weston flower pattern" width="680" height="376" data-path="Technologies/Display/media/qli-display/Weston_flower_pattern.PNG" />

     <p className="text-sm text-gray-700">**Figure: Weston flower pattern**</p>
   </div>

   <Note>
     If you are experiencing a no-display issue, see [Debug the DSI display](troubleshoot-debug-dsi-cq2390m-cq2390s).
   </Note>

After you have set up the display, run the following test applications to verify the display functionality:

<CardGroup cols={2}>
  <Card title="Run Weston simple EGL" icon="play" href="run-weston-simple-egl">
    Verify composition and rendering of frames on your display.
  </Card>

  <Card title="Run DRM modetest" icon="wrench" href="run-drm-modetest">
    Verify the display driver topology and DPU paths.
  </Card>
</CardGroup>
