Re: [Intel-gfx] [PATCH v5 4/5] drm: Connector helper function to release resources

2017-04-01 Thread Pandiyan, Dhinakaran
On Thu, 2017-03-30 at 12:36 +0200, Maarten Lankhorst wrote: > Op 30-03-17 om 10:42 schreef Dhinakaran Pandiyan: > > From: "Pandiyan, Dhinakaran" > > > > Having an ->atomic_release callback is useful to release shared resources > > that get allocated in compute_config(). This function is expected t

[PATCH v5 4/5] drm: Connector helper function to release resources

2017-03-30 Thread Dhinakaran Pandiyan
From: "Pandiyan, Dhinakaran" Having an ->atomic_release callback is useful to release shared resources that get allocated in compute_config(). This function is expected to be called in the atomic_check() phase before new resources are acquired. v4: Document that the function is conditionally cal

Re: [PATCH v5 4/5] drm: Connector helper function to release resources

2017-03-30 Thread Maarten Lankhorst
Op 30-03-17 om 10:42 schreef Dhinakaran Pandiyan: > From: "Pandiyan, Dhinakaran" > > Having an ->atomic_release callback is useful to release shared resources > that get allocated in compute_config(). This function is expected to be > called in the atomic_check() phase before new resources are acq