virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/16] drm crtc cleanup: nuke optional dummy crtc mode_fixup function.
@ 2016-02-16 14:09 Carlos Palminha
  2016-02-16 14:10 ` [PATCH 01/16] drm: fixes crct set_mode when crtc mode_fixup is null Carlos Palminha
                   ` (19 more replies)
  0 siblings, 20 replies; 31+ messages in thread
From: Carlos Palminha @ 2016-02-16 14:09 UTC (permalink / raw)
  To: airlied, dri-devel, daniel.vetter, patrik.r.jakobsson,
	virtualization
  Cc: nicolas.pitre, boris.brezillon, jianwei.wang.chn, jani.nikula,
	alison.wang, CARLOS.PALMINHA, linux-renesas-soc, laurent.pinchart,
	benjamin.gaignard, vincent.abriou, sudipm.mukherjee

This patch set nukes all the dummy crtc mode_fixup implementations.
(made on top of Daniel topic/drm-misc branch)

Carlos Palminha (16):
  drm: fixes crct set_mode when crtc mode_fixup is null.
  drm/cirrus: removed optional dummy crtc mode_fixup function.
  drm/mgag200: removed optional dummy crtc mode_fixup function.
  drm/udl: removed optional dummy crtc mode_fixup function.
  drm/gma: removed optional dummy crtc mode_fixup function.
  drm/rcar-du: removed optional dummy crtc mode_fixup function.
  drm/omapdrm: removed optional dummy crtc mode_fixup function.
  drm/msm/mdp: removed optional dummy crtc mode_fixup function.
  drm/shmobile: removed optional dummy crtc mode_fixup function.
  drm/sti: removed optional dummy crtc mode_fixup function.
  drm/atmel-hldcd: removed optional dummy crtc mode_fixup function.
  drm/nouveau/dispnv04: removed optional dummy crtc mode_fixup function.
  drm/virtio: removed optional dummy crtc mode_fixup function.
  drm/fsl-dcu: removed optional dummy crtc mode_fixup function.
  drm/bochs: removed optional dummy crtc mode_fixup function.
  drm/ast: removed optional dummy crtc mode_fixup function.

 drivers/gpu/drm/ast/ast_mode.c                 |  8 --------
 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c |  9 ---------
 drivers/gpu/drm/bochs/bochs_kms.c              |  8 --------
 drivers/gpu/drm/cirrus/cirrus_mode.c           | 13 -------------
 drivers/gpu/drm/drm_crtc_helper.c              |  9 ++++++---
 drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_crtc.c     |  8 --------
 drivers/gpu/drm/gma500/cdv_intel_display.c     | 13 ++++++-------
 drivers/gpu/drm/gma500/gma_display.c           |  7 -------
 drivers/gpu/drm/gma500/gma_display.h           |  3 ---
 drivers/gpu/drm/gma500/mdfld_intel_display.c   |  2 --
 drivers/gpu/drm/gma500/oaktrail_crtc.c         |  1 -
 drivers/gpu/drm/gma500/psb_intel_display.c     |  1 -
 drivers/gpu/drm/mgag200/mgag200_mode.c         | 13 -------------
 drivers/gpu/drm/msm/mdp/mdp4/mdp4_crtc.c       |  8 --------
 drivers/gpu/drm/msm/mdp/mdp5/mdp5_crtc.c       |  8 --------
 drivers/gpu/drm/nouveau/dispnv04/crtc.c        |  8 --------
 drivers/gpu/drm/omapdrm/omap_crtc.c            |  8 --------
 drivers/gpu/drm/rcar-du/rcar_du_crtc.c         |  9 ---------
 drivers/gpu/drm/shmobile/shmob_drm_crtc.c      |  8 --------
 drivers/gpu/drm/sti/sti_crtc.c                 |  9 ---------
 drivers/gpu/drm/udl/udl_modeset.c              |  9 ---------
 drivers/gpu/drm/virtio/virtgpu_display.c       |  8 --------
 22 files changed, 12 insertions(+), 158 deletions(-)

-- 
2.5.0

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

end of thread, other threads:[~2016-03-07 14:31 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-16 14:09 [PATCH 00/16] drm crtc cleanup: nuke optional dummy crtc mode_fixup function Carlos Palminha
2016-02-16 14:10 ` [PATCH 01/16] drm: fixes crct set_mode when crtc mode_fixup is null Carlos Palminha
2016-02-16 14:37   ` Daniel Vetter
2016-02-16 17:37   ` Sergei Shtylyov
2016-02-16 19:39     ` Daniel Vetter
     [not found]   ` <20160216143733.GF32705@phenom.ffwll.local>
2016-02-16 15:24     ` Carlos Palminha
2016-03-04 10:14     ` Carlos Palminha
2016-02-16 14:16 ` [PATCH 02/16] drm/cirrus: removed optional dummy crtc mode_fixup function Carlos Palminha
2016-02-16 14:17 ` [PATCH 03/16] drm/mgag200: " Carlos Palminha
2016-02-16 14:17 ` [PATCH 04/16] drm/udl: " Carlos Palminha
2016-02-16 14:17 ` [PATCH 05/16] drm/gma: " Carlos Palminha
2016-02-16 14:18 ` [PATCH 06/16] drm/rcar-du: " Carlos Palminha
2016-02-17 15:23   ` Laurent Pinchart
2016-02-16 14:18 ` [PATCH 07/16] drm/omapdrm: " Carlos Palminha
2016-02-16 14:18 ` [PATCH 08/16] drm/msm/mdp: " Carlos Palminha
2016-02-16 14:18 ` [PATCH 09/16] drm/shmobile: " Carlos Palminha
2016-02-17 15:24   ` Laurent Pinchart
2016-02-16 14:18 ` [PATCH 10/16] drm/sti: " Carlos Palminha
2016-02-16 14:19 ` [PATCH 11/16] drm/atmel-hldcd: " Carlos Palminha
2016-02-16 14:19 ` [PATCH 12/16] drm/nouveau/dispnv04: " Carlos Palminha
2016-02-16 14:19 ` [PATCH 13/16] drm/virtio: " Carlos Palminha
2016-02-16 14:19 ` [PATCH 14/16] drm/fsl-dcu: " Carlos Palminha
2016-02-16 14:20 ` [PATCH 15/16] drm/bochs: " Carlos Palminha
2016-02-16 14:20 ` [PATCH 16/16] drm/ast: " Carlos Palminha
     [not found] ` <e4bdb8552c245f8b73084b93da60460a00f7798c.1455630967.git.palminha@synopsys.com>
2016-02-16 16:58   ` [PATCH 11/16] drm/atmel-hldcd: " Boris Brezillon
     [not found]   ` <20160216175856.32bbb579@bbrezillon>
2016-02-17  9:02     ` Carlos Palminha
     [not found]     ` <56C43734.9050708@synopsys.com>
2016-02-17 13:08       ` Daniel Vetter
     [not found]       ` <20160217130801.GF32705@phenom.ffwll.local>
2016-03-04 10:17         ` Boris Brezillon
     [not found] ` <101f043d5fa747291c09ae765bac4d55c6e39988.1455630967.git.palminha@synopsys.com>
2016-02-17 15:24   ` [PATCH 07/16] drm/omapdrm: " Laurent Pinchart
2016-03-04 17:18 ` [PATCH 00/16] drm crtc cleanup: nuke " Daniel Vetter
     [not found] ` <fc5717ec27bea9b114e48b9d3de1512cf48f44b6.1455630967.git.palminha@synopsys.com>
2016-03-07 14:31   ` [PATCH 05/16] drm/gma: removed " Patrik Jakobsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).