[PATCH] drm/tegra: Remove unused .mode_set and .mode_set_base CRTC helpers

2015-04-09 Thread Thierry Reding
On Fri, Apr 03, 2015 at 04:53:41PM +0300, Laurent Pinchart wrote: > Hi Thierry, > > Ping ? I thought I had already replied to the original post, but apparently I didn't. I had been carrying that same patch for a while already but had not sent it to Dave because it didn't seem material for after -

[PATCH] drm/tegra: Remove unused .mode_set and .mode_set_base CRTC helpers

2015-04-03 Thread Laurent Pinchart
Hi Thierry, Ping ? On Friday 20 February 2015 13:43:56 Laurent Pinchart wrote: > The two CRTC helper operations are called only for non-atomic mode > setting, by either the drm_crtc_helper_set_config() helper or the > drm_helper_resume_force_mode() helper. As the driver has switched to > atomic m

[PATCH] drm/tegra: Remove unused .mode_set and .mode_set_base CRTC helpers

2015-02-20 Thread Laurent Pinchart
The two CRTC helper operations are called only for non-atomic mode setting, by either the drm_crtc_helper_set_config() helper or the drm_helper_resume_force_mode() helper. As the driver has switched to atomic mode setting and neither of those helpers is used, the operations are not used anymore. Re