public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFT PATCH v2 0/3] drm/exynos: Fix build breakage on !DRM_EXYNOS_FIMD
@ 2015-05-07  0:04 Krzysztof Kozlowski
  2015-05-07  0:04 ` [RFT PATCH v2 1/3] " Krzysztof Kozlowski
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Krzysztof Kozlowski @ 2015-05-07  0:04 UTC (permalink / raw)
  To: Inki Dae, Joonyoung Shim, Seung-Woo Kim, Kyungmin Park,
	David Airlie, Kukjin Kim, Jingoo Han, linux-kernel, dri-devel,
	linux-arm-kernel, linux-samsung-soc
  Cc: Javier Martinez Canillas, Krzysztof Kozlowski

From: Krzysztof Kozlowski <k.kozlowski.k@gmail.com>

Hi,

This is second try to fix the build breakage introduced in 1c363c7cccf6
("drm/exynos: Enable DP clock to fix display on Exynos5250 and other").

The fix is not trivial so I am kindly asking for testing on Chromebook
and other DP-enabled boards (I don't have Chromebook right now).

Tested on Exynos4412 Trats2 board.

Best regards,
Krzysztof



Krzysztof Kozlowski (3):
  drm/exynos: Fix build breakage on !DRM_EXYNOS_FIMD
  drm/exynos: Constify exynos_drm_crtc_ops
  drm/exynos: Consolidate return statements in fimd_bind()

 drivers/gpu/drm/exynos/exynos7_drm_decon.c |  2 +-
 drivers/gpu/drm/exynos/exynos_dp_core.c    | 11 +++++--
 drivers/gpu/drm/exynos/exynos_drm_crtc.c   |  2 +-
 drivers/gpu/drm/exynos/exynos_drm_crtc.h   |  2 +-
 drivers/gpu/drm/exynos/exynos_drm_drv.h    |  7 ++++-
 drivers/gpu/drm/exynos/exynos_drm_fimd.c   | 46 +++++++++++++-----------------
 drivers/gpu/drm/exynos/exynos_drm_fimd.h   | 15 ----------
 drivers/gpu/drm/exynos/exynos_drm_vidi.c   |  2 +-
 drivers/gpu/drm/exynos/exynos_mixer.c      |  2 +-
 9 files changed, 39 insertions(+), 50 deletions(-)
 delete mode 100644 drivers/gpu/drm/exynos/exynos_drm_fimd.h

-- 
1.9.1


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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-07  0:04 [RFT PATCH v2 0/3] drm/exynos: Fix build breakage on !DRM_EXYNOS_FIMD Krzysztof Kozlowski
2015-05-07  0:04 ` [RFT PATCH v2 1/3] " Krzysztof Kozlowski
2015-05-07  0:04 ` [RFT PATCH v2 2/3] drm/exynos: Constify exynos_drm_crtc_ops Krzysztof Kozlowski
2015-05-11 13:29   ` Inki Dae
2015-05-07  0:04 ` [RFT PATCH v2 3/3] drm/exynos: Consolidate return statements in fimd_bind() Krzysztof Kozlowski
2015-05-07  9:16 ` [RFT PATCH v2 0/3] drm/exynos: Fix build breakage on !DRM_EXYNOS_FIMD Javier Martinez Canillas
2015-05-07  9:19   ` Krzysztof Kozlowski

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