Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH 0/6] drm/msm: Work only with DT supported kernels
@ 2015-11-18 11:19 Archit Taneja
  2015-11-18 11:19 ` [PATCH 1/6] drm/msm: Remove non-DT code in msm_drv Archit Taneja
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Archit Taneja @ 2015-11-18 11:19 UTC (permalink / raw)
  To: dri-devel, robdclark; +Cc: linux-arm-msm

The drm/msm driver supports non-DT kernels. This was used mainly for
getting the driver to run on older downstream kernels (v3.4 and before).
This isn't needed anymore. So remove the CONFIG_OF code.

Also, provide a cleaner set of DT compatible strings for the MDP driver.

The last patch which removes CONFIG_OF checks for adreno is something I'm
not sure about. It can be discarded if it isn't right.

Archit Taneja (6):
  drm/msm: Remove non-DT code in msm_drv
  drm/msm: Update compatible strings for mdp
  dt-bindings: drm/msm: Update MDP bindings
  drm/msm/mdp: Remove CONFIG_OF checks from MDP drivers
  drm/msm/hdmi: remove CONFIG_OF checks
  drm/msm/adreno: Remove CONFIG_OF checks

 .../devicetree/bindings/display/msm/mdp.txt        | 26 +++++--
 drivers/gpu/drm/msm/adreno/adreno_device.c         | 52 -------------
 drivers/gpu/drm/msm/hdmi/hdmi.c                    | 87 ++++------------------
 drivers/gpu/drm/msm/mdp/mdp4/mdp4_kms.c            | 20 +----
 drivers/gpu/drm/msm/mdp/mdp5/mdp5_cfg.c            |  4 +-
 drivers/gpu/drm/msm/msm_drv.c                      | 76 ++++---------------
 drivers/gpu/drm/msm/msm_drv.h                      |  7 +-
 7 files changed, 55 insertions(+), 217 deletions(-)

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-11-18 20:29 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-18 11:19 [PATCH 0/6] drm/msm: Work only with DT supported kernels Archit Taneja
2015-11-18 11:19 ` [PATCH 1/6] drm/msm: Remove non-DT code in msm_drv Archit Taneja
2015-11-18 11:19 ` [PATCH 2/6] drm/msm: Update compatible strings for mdp Archit Taneja
2015-11-18 11:19 ` [PATCH 3/6] dt-bindings: drm/msm: Update MDP bindings Archit Taneja
2015-11-18 15:26   ` Archit Taneja
2015-11-18 11:19 ` [PATCH 4/6] drm/msm/mdp: Remove CONFIG_OF checks from MDP drivers Archit Taneja
2015-11-18 11:19 ` [PATCH 5/6] drm/msm/hdmi: remove CONFIG_OF checks Archit Taneja
2015-11-18 11:19 ` [PATCH 6/6] drm/msm/adreno: Remove " Archit Taneja
2015-11-18 14:45   ` Rob Clark
2015-11-18 16:04     ` Archit Taneja
2015-11-18 20:29       ` Rob Clark

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox