search for: cirrus_fb_dirty

Displaying 6 results from an estimated 6 matches for "cirrus_fb_dirty".

2019 Apr 03
2
[PATCH] drm/cirrus: rewrite and modernize driver.
...;dev->event_lock); > > + drm_crtc_send_vblank_event(crtc, crtc->state->event); > > + spin_unlock_irq(&crtc->dev->event_lock); > > + crtc->state->event = NULL; > > + } > > +} > > +static int cirrus_fb_dirty(struct drm_framebuffer *fb, > > + struct drm_file *file_priv, > > + unsigned int flags, unsigned int color, > > + struct drm_clip_rect *clips, > > + unsigned int num_clips) &g...
2019 Apr 03
2
[PATCH] drm/cirrus: rewrite and modernize driver.
...;dev->event_lock); > > + drm_crtc_send_vblank_event(crtc, crtc->state->event); > > + spin_unlock_irq(&crtc->dev->event_lock); > > + crtc->state->event = NULL; > > + } > > +} > > +static int cirrus_fb_dirty(struct drm_framebuffer *fb, > > + struct drm_file *file_priv, > > + unsigned int flags, unsigned int color, > > + struct drm_clip_rect *clips, > > + unsigned int num_clips) &g...
2019 Apr 03
0
[PATCH] drm/cirrus: rewrite and modernize driver.
...gt;>> + drm_crtc_send_vblank_event(crtc, crtc->state->event); >>> + spin_unlock_irq(&crtc->dev->event_lock); >>> + crtc->state->event = NULL; >>> + } >>> +} > >>> +static int cirrus_fb_dirty(struct drm_framebuffer *fb, >>> + struct drm_file *file_priv, >>> + unsigned int flags, unsigned int color, >>> + struct drm_clip_rect *clips, >>> + unsigned int n...
2019 Apr 03
5
[PATCH] drm/cirrus: rewrite and modernize driver.
...pipe, + &cirrus_pipe_funcs, + cirrus_formats, + ARRAY_SIZE(cirrus_formats), + NULL, + &cirrus->conn); +} + +/* ------------------------------------------------------------------ */ +/* cirrus framebuffers & mode config */ + +static int cirrus_fb_dirty(struct drm_framebuffer *fb, + struct drm_file *file_priv, + unsigned int flags, unsigned int color, + struct drm_clip_rect *clips, + unsigned int num_clips) +{ + struct cirrus_device *cirrus = fb->dev->dev_private; + + if (cirrus->pipe.plane.state->fb != fb) + retur...
2019 Apr 03
5
[PATCH] drm/cirrus: rewrite and modernize driver.
...pipe, + &cirrus_pipe_funcs, + cirrus_formats, + ARRAY_SIZE(cirrus_formats), + NULL, + &cirrus->conn); +} + +/* ------------------------------------------------------------------ */ +/* cirrus framebuffers & mode config */ + +static int cirrus_fb_dirty(struct drm_framebuffer *fb, + struct drm_file *file_priv, + unsigned int flags, unsigned int color, + struct drm_clip_rect *clips, + unsigned int num_clips) +{ + struct cirrus_device *cirrus = fb->dev->dev_private; + + if (cirrus->pipe.plane.state->fb != fb) + retur...
2019 Apr 03
0
[PATCH] drm/cirrus: rewrite and modernize driver.
...NULL, > + &cirrus->conn); > +} > + > +/* ------------------------------------------------------------------ */ > +/* cirrus framebuffers & mode config */ > + > +static int cirrus_fb_dirty(struct drm_framebuffer *fb, > + struct drm_file *file_priv, > + unsigned int flags, unsigned int color, > + struct drm_clip_rect *clips, > + unsigned int num_clips) > +{ > + s...