All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND v3 0/2] drm: introduce bus_flags for pixel clock polarity
@ 2016-05-05  5:08 ` Stefan Agner
  0 siblings, 0 replies; 14+ messages in thread
From: Stefan Agner @ 2016-05-05  5:08 UTC (permalink / raw)
  To: dri-devel, thierry.reding
  Cc: jianwei.wang.chn, meng.yi, linux, eric, alison.wang,
	daniel.vetter, linux-kernel, denis

This resend is just rebased on drm-next as of today (+Daniels Ack).

Dropped the first patch in version 3 since that is already applied
in v4.6. Also moved all generic changes (including the changes in
panel-simple) to the first, generic patch.

Instead of using struct drm_display_mode to convey the pixel clock
polarity information, this patchset introduces a new field called
bus_flags stored in struct drm_display_info.

--
Stefan

Changes since v2:
- Rebased to v4.6 and dropped ("drm/fsl-dcu: use mode flags for hsync/vsync
  polarity"), already part of v4.6-rc1
- Moved all generic changes to the first commit

Changes since v1:
- Introduce bus_flags to convey the pixel clock polarity from
  panel-simple.c to the driver.

Stefan Agner (2):
  drm: introduce bus_flags in drm_display_info
  drm/fsl-dcu: use bus_flags for pixel clock polarity

 drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_crtc.c | 5 +++++
 drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_drv.h  | 4 ++--
 drivers/gpu/drm/panel/panel-simple.c       | 5 ++++-
 include/drm/drm_crtc.h                     | 9 +++++++++
 4 files changed, 20 insertions(+), 3 deletions(-)

-- 
2.8.2

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

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

end of thread, other threads:[~2016-05-05 16:27 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-05  5:08 [PATCH RESEND v3 0/2] drm: introduce bus_flags for pixel clock polarity Stefan Agner
2016-05-05  5:08 ` Stefan Agner
2016-05-05  5:08 ` [PATCH RESEND v3 1/2] drm: introduce bus_flags in drm_display_info Stefan Agner
2016-05-05  5:08   ` Stefan Agner
2016-05-05  6:18   ` Mark yao
2016-05-05  6:18     ` Mark yao
2016-05-05 16:19     ` Stefan Agner
2016-05-05 16:19       ` Stefan Agner
2016-05-05 10:06   ` Daniel Vetter
2016-05-05 10:06     ` Daniel Vetter
2016-05-05 16:23     ` Stefan Agner
2016-05-05 16:23       ` Stefan Agner
2016-05-05  5:09 ` [PATCH RESEND v3 2/2] drm/fsl-dcu: use bus_flags for pixel clock polarity Stefan Agner
2016-05-05  5:09   ` Stefan Agner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.