Commit c7bfa73c authored by Laurent Pinchart's avatar Laurent Pinchart

drm: xlnx: zynqmp_dpsub: Drop unused zynqmp_disp.event field

The event field of the zynqmp_disp structure is unused. Drop it.
Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
parent eb2d64bf
...@@ -171,7 +171,6 @@ struct zynqmp_disp_layer { ...@@ -171,7 +171,6 @@ struct zynqmp_disp_layer {
* @audio.clk: Audio clock * @audio.clk: Audio clock
* @audio.clk_from_ps: True of the audio clock comes from PS, false from PL * @audio.clk_from_ps: True of the audio clock comes from PS, false from PL
* @layers: Layers (planes) * @layers: Layers (planes)
* @event: Pending vblank event request
* @pclk: Pixel clock * @pclk: Pixel clock
* @pclk_from_ps: True of the video clock comes from PS, false from PL * @pclk_from_ps: True of the video clock comes from PS, false from PL
*/ */
...@@ -196,8 +195,6 @@ struct zynqmp_disp { ...@@ -196,8 +195,6 @@ struct zynqmp_disp {
struct zynqmp_disp_layer layers[ZYNQMP_DISP_NUM_LAYERS]; struct zynqmp_disp_layer layers[ZYNQMP_DISP_NUM_LAYERS];
struct drm_pending_vblank_event *event;
struct clk *pclk; struct clk *pclk;
bool pclk_from_ps; bool pclk_from_ps;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment