public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
From: deathsimple@vodafone•de (Christian König)
To: linux-arm-kernel@lists•infradead.org
Subject: [PATCH v2 00/17] drm encoders cleanup: nuke optional dummy encoder mode_fixup function.
Date: Mon, 15 Feb 2016 15:19:07 +0100	[thread overview]
Message-ID: <56C1DE5B.4010909@vodafone.de> (raw)
In-Reply-To: <cover.1455540137.git.palminha@synopsys.com>

Am 15.02.2016 um 13:57 schrieb Carlos Palminha:
> mode_fixup function for encoder drivers became optional with patch
> http://patchwork.freedesktop.org/patch/msgid/1455106522-32307-1-git-send-email-palminha at synopsys.com
>
> This patch set nukes all the dummy mode_fixup implementations.
>
> (made on top of Daniel topic/drm-misc branch)
>
> Changes v1->v2: incorporated Daniel comments
> * added signed-off-by line to all patches
> * threading enabled due to e-mail server constraints
> * common blurb lines to all patches
> * add reviewed by Alex, to patches 4 and 14

You can add a Reviewed-by: Christian K?nig <christian.koenig@amd•com> to 
patch 4 and 14 as well.

Nice cleanup. Thanks,
Christian.

>
> Carlos Palminha (17):
>    drm/virtio: removed optional dummy encoder mode_fixup function.
>    drm/udl: removed optional dummy encoder mode_fixup function.
>    drm/exynos: removed optional dummy encoder mode_fixup function.
>    drm/amdgpu: removed optional dummy encoder mode_fixup function.
>    drm/ast: removed optional dummy encoder mode_fixup function.
>    drm/bochs: removed optional dummy encoder mode_fixup function.
>    drm/cirrus: removed optional dummy encoder mode_fixup function.
>    drm/exynos: removed optional dummy encoder mode_fixup function.
>    drm/gma500: removed optional dummy encoder mode_fixup function.
>    drm/imx: removed optional dummy encoder mode_fixup function.
>    drm/msm/mdp: removed optional dummy encoder mode_fixup function.
>    drm/mgag200: removed optional dummy encoder mode_fixup function.
>    drm/qxl: removed optional dummy encoder mode_fixup function.
>    drm/radeon: removed optional dummy encoder mode_fixup function.
>    drm/rockchip: removed optional dummy encoder mode_fixup function.
>    drm/sti: removed optional dummy encoder mode_fixup function.
>    drm/tilcdc: removed optional dummy encoder mode_fixup function.
>
>   drivers/gpu/drm/amd/amdgpu/dce_v10_0.c           |  8 --------
>   drivers/gpu/drm/amd/amdgpu/dce_v11_0.c           |  8 --------
>   drivers/gpu/drm/amd/amdgpu/dce_v8_0.c            |  8 --------
>   drivers/gpu/drm/ast/ast_mode.c                   |  8 --------
>   drivers/gpu/drm/bochs/bochs_kms.c                |  8 --------
>   drivers/gpu/drm/cirrus/cirrus_mode.c             |  9 ---------
>   drivers/gpu/drm/exynos/exynos_dp_core.c          |  8 --------
>   drivers/gpu/drm/exynos/exynos_drm_dpi.c          |  8 --------
>   drivers/gpu/drm/exynos/exynos_drm_dsi.c          |  8 --------
>   drivers/gpu/drm/exynos/exynos_drm_vidi.c         |  8 --------
>   drivers/gpu/drm/gma500/cdv_intel_crt.c           |  1 -
>   drivers/gpu/drm/gma500/cdv_intel_hdmi.c          |  1 -
>   drivers/gpu/drm/gma500/gma_display.c             |  7 -------
>   drivers/gpu/drm/gma500/gma_display.h             |  3 ---
>   drivers/gpu/drm/gma500/oaktrail_hdmi.c           |  1 -
>   drivers/gpu/drm/imx/dw_hdmi-imx.c                |  8 --------
>   drivers/gpu/drm/imx/imx-ldb.c                    |  8 --------
>   drivers/gpu/drm/imx/imx-tve.c                    |  8 --------
>   drivers/gpu/drm/imx/parallel-display.c           |  8 --------
>   drivers/gpu/drm/mgag200/mgag200_mode.c           |  8 --------
>   drivers/gpu/drm/msm/mdp/mdp4/mdp4_dsi_encoder.c  |  8 --------
>   drivers/gpu/drm/msm/mdp/mdp4/mdp4_dtv_encoder.c  |  8 --------
>   drivers/gpu/drm/msm/mdp/mdp4/mdp4_lcdc_encoder.c |  8 --------
>   drivers/gpu/drm/msm/mdp/mdp5/mdp5_cmd_encoder.c  |  9 ---------
>   drivers/gpu/drm/msm/mdp/mdp5/mdp5_encoder.c      |  8 --------
>   drivers/gpu/drm/qxl/qxl_display.c                |  9 ---------
>   drivers/gpu/drm/radeon/atombios_encoders.c       |  8 --------
>   drivers/gpu/drm/rockchip/dw-mipi-dsi.c           |  8 --------
>   drivers/gpu/drm/sti/sti_tvout.c                  | 10 ----------
>   drivers/gpu/drm/tilcdc/tilcdc_panel.c            |  9 ---------
>   drivers/gpu/drm/tilcdc/tilcdc_tfp410.c           |  9 ---------
>   drivers/gpu/drm/udl/udl_encoder.c                |  8 --------
>   drivers/gpu/drm/virtio/virtgpu_display.c         |  8 --------
>   33 files changed, 244 deletions(-)
>

  parent reply	other threads:[~2016-02-15 14:19 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-15 12:57 [PATCH v2 00/17] drm encoders cleanup: nuke optional dummy encoder mode_fixup function Carlos Palminha
2016-02-15 12:57 ` [PATCH v2 01/17] drm/virtio: removed " Carlos Palminha
2016-02-15 12:57 ` [PATCH v2 02/17] drm/udl: " Carlos Palminha
2016-02-15 12:58 ` [PATCH v2 03/17] drm/exynos: " Carlos Palminha
2016-02-15 13:49   ` Patrik Jakobsson
2016-02-15 15:18     ` Carlos Palminha
2016-02-16 14:31     ` Daniel Vetter
2016-02-15 12:58 ` [PATCH v2 04/17] drm/amdgpu: " Carlos Palminha
2016-02-15 12:59 ` [PATCH v2 05/17] drm/ast: " Carlos Palminha
2016-02-15 12:59 ` [PATCH v2 06/17] drm/bochs: " Carlos Palminha
2016-02-15 12:59 ` [PATCH v2 07/17] drm/cirrus: " Carlos Palminha
2016-02-15 12:59 ` [PATCH v2 08/17] drm/exynos: " Carlos Palminha
2016-02-15 13:00 ` [PATCH v2 09/17] drm/gma500: " Carlos Palminha
2016-02-15 14:24   ` Patrik Jakobsson
2016-02-15 13:00 ` [PATCH v2 10/17] drm/imx: " Carlos Palminha
2016-02-15 16:16   ` Philipp Zabel
2016-02-15 13:00 ` [PATCH v2 11/17] drm/msm/mdp: " Carlos Palminha
2016-02-15 13:00 ` [PATCH v2 12/17] drm/mgag200: " Carlos Palminha
2016-02-15 13:00 ` [PATCH v2 13/17] drm/qxl: " Carlos Palminha
2016-02-15 13:01 ` [PATCH v2 14/17] drm/radeon: " Carlos Palminha
2016-02-15 13:01 ` [PATCH v2 15/17] drm/rockchip: " Carlos Palminha
2016-02-16  0:39   ` Mark yao
2016-02-15 13:01 ` [PATCH v2 16/17] drm/sti: " Carlos Palminha
2016-02-15 16:44   ` Vincent ABRIOU
2016-02-15 13:01 ` [PATCH v2 17/17] drm/tilcdc: " Carlos Palminha
2016-02-15 14:19 ` Christian König [this message]
2016-02-16 14:38 ` [PATCH v2 00/17] drm encoders cleanup: nuke " Daniel Vetter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56C1DE5B.4010909@vodafone.de \
    --to=deathsimple@vodafone$(echo .)de \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox