[PATCH 1/2] drm/msm: Register irq handler for each sub-system in mdss

2014-11-20 Thread Thierry Reding
On Sun, Nov 16, 2014 at 09:18:47AM -0500, Rob Clark wrote: > On Fri, Nov 14, 2014 at 5:42 PM, Hai Li wrote: > > All the sub-systems in mdss share the same irq. This change provides > > the sub-systems with the interfaces to register/unregister their own > > irq handlers. > > > > With this change,

[PATCH 1/2] drm/msm: Register irq handler for each sub-system in mdss

2014-11-20 Thread Rob Clark
On Thu, Nov 20, 2014 at 3:57 AM, Thierry Reding wrote: > On Sun, Nov 16, 2014 at 09:18:47AM -0500, Rob Clark wrote: >> On Fri, Nov 14, 2014 at 5:42 PM, Hai Li wrote: >> > All the sub-systems in mdss share the same irq. This change provides >> > the sub-systems with the interfaces to register/unre

[PATCH 1/2] drm/msm: Register irq handler for each sub-system in mdss

2014-11-16 Thread Rob Clark
On Fri, Nov 14, 2014 at 5:42 PM, Hai Li wrote: > All the sub-systems in mdss share the same irq. This change provides > the sub-systems with the interfaces to register/unregister their own > irq handlers. > > With this change, struct mdp5_kms does not have to keep the hdmi or > edp context. > So,

[PATCH 1/2] drm/msm: Register irq handler for each sub-system in mdss

2014-11-14 Thread Hai Li
All the sub-systems in mdss share the same irq. This change provides the sub-systems with the interfaces to register/unregister their own irq handlers. With this change, struct mdp5_kms does not have to keep the hdmi or edp context. Signed-off-by: Hai Li --- drivers/gpu/drm/msm/hdmi/hdmi.c