linux/drivers/gpu/drm/msm/mdp/mdp5
Archit Taneja 990a40079a drm/msm/mdp5: Add MDSS top level driver
SoCs that contain MDP5 have a top level wrapper called MDSS that manages
clocks, power and irq for the sub-blocks within it.

Currently, the MDSS portions are stuffed into the MDP5 driver. This makes
it hard to represent the DT bindings in the correct way. We create a top
level MDSS helper that handles these parts. This is essentially moving out
some of the mdp5_kms irq code and MDSS register space and keeping it as a
separate entity. We haven't given any clocks to the top level MDSS yet,
but a AHB clock would be added in the future to access registers.

One thing to note is that the resources allocated by this helper are
tied to the top level platform_device (the one that allocates the
drm_device struct too). This device would be the parent to MDSS
sub-blocks like MDP5, DSI, eDP etc.

Signed-off-by: Archit Taneja <architt@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
2016-07-16 10:08:51 -04:00
..
mdp5_cfg.c drm/msm/mdp: Remove CONFIG_OF checks from MDP drivers 2015-12-14 10:39:09 -05:00
mdp5_cfg.h drm/msm/mdp5: Basic support for MDP5 v1.7 (MSM8996) 2015-10-22 15:39:57 -04:00
mdp5_cmd_encoder.c drm/msm/mdp: removed optional dummy encoder mode_fixup function. 2016-02-16 15:33:21 +01:00
mdp5_crtc.c drm/atomic: Add drm_atomic_crtc_state_for_each_plane_state 2016-06-02 16:59:05 +02:00
mdp5_ctl.c drm/msm/mdp5: Allocate CTL0/1 for dual DSI single FLUSH 2015-08-15 18:27:16 -04:00
mdp5_ctl.h drm/msm/mdp5: Allocate CTL0/1 for dual DSI single FLUSH 2015-08-15 18:27:16 -04:00
mdp5_encoder.c drm/msm/mdp: removed optional dummy encoder mode_fixup function. 2016-02-16 15:33:21 +01:00
mdp5_irq.c drm/msm: ratelimit error irq msgs 2015-12-14 11:49:52 -05:00
mdp5_kms.c drm/msm: Get irq number within kms driver itself 2016-07-16 10:08:50 -04:00
mdp5_kms.h drm/msm/mdp5: Don't get source of MDP core clock 2016-07-16 10:08:45 -04:00
mdp5_mdss.c drm/msm/mdp5: Add MDSS top level driver 2016-07-16 10:08:51 -04:00
mdp5_plane.c drm: Pass 'name' to drm_universal_plane_init() 2015-12-11 09:13:10 +01:00
mdp5_smp.c drm/msm/mdp5: remove the cfg pointer from SMP struct 2015-10-22 15:39:54 -04:00
mdp5_smp.h drm/msm/mdp5: use 2 memory clients for YUV formats on newer mdp5 2015-08-15 18:27:19 -04:00
mdp5.xml.h drm/msm: update generated headers 2016-03-03 11:55:27 -05:00