Re: [PATCH v2 00/17] drm encoders cleanup: nuke optional dummy encoder mode_fixup function.

2016-02-16 Thread Daniel Vetter
On Mon, Feb 15, 2016 at 12:57:04PM +, Carlos Palminha wrote:
> mode_fixup function for encoder drivers became optional with patch
> http://patchwork.freedesktop.org/patch/msgid/1455106522-32307-1-git-send-email-palmi...@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

I've thrown them all into a topic branch for soaking, and plan to merge
into drm-misc in the next few days.

Thanks, Daniel

> 
> 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(-)
> 
> -- 
> 2.5.0
> 
> ___
> dri-devel mailing list
> dri-de...@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
___
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization


Re: [PATCH v2 00/17] drm encoders cleanup: nuke optional dummy encoder mode_fixup function.

2016-02-15 Thread Christian König

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-palmi...@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  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(-)



___
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization

[PATCH v2 00/17] drm encoders cleanup: nuke optional dummy encoder mode_fixup function.

2016-02-15 Thread Carlos Palminha
mode_fixup function for encoder drivers became optional with patch
http://patchwork.freedesktop.org/patch/msgid/1455106522-32307-1-git-send-email-palmi...@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

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(-)

-- 
2.5.0

___
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization