search for: hdlcd

Displaying 15 results from an estimated 15 matches for "hdlcd".

Did you mean: hdlc
2013 Feb 14
12
[PATCH v7 0/5] xen: ARM HDLCD video driver
Hi all, these are the remaining unapplied patches of the ARM HDLCD patch series. Changes in v7: - rebased on b61ed421d2c85b5b106c63f2c14f8aa162b282f0; - turn more printk and panic into early_printk and early_panic. Changes in v6: - rebased on 77d3a1db3196b1b5864469f8d3f41d496800c795; - remove useless initializations to NULL in lfb_init; - more compact checks in...
2018 Feb 13
2
[PATCH 0/5] Fix deadlock on runtime suspend in DRM drivers
...obe connectors while runtime suspended. E.g. for a PCI device, probing might require mmio access, which isn't possible outside of power state D0. There are no ->detect hooks declared in drivers/gpu/drm/arm/, so it's unclear to me whether you're able to probe during runtime suspend. hdlcd_drv.c and malidp_drv.c both enable output polling. Output polling is only necessary if you don't get HPD interrupts. You're not disabling polling upon runtime suspend. Thus, if a runtime PM ref is acquired during polling (such as in a ->detect hook), the GPU will be runtime resumed ev...
2018 Feb 13
0
[PATCH 0/5] Fix deadlock on runtime suspend in DRM drivers
...wer state D0. There are no ->detect hooks declared > in drivers/gpu/drm/arm/, so it's unclear to me whether you're able to probe > during runtime suspend. That's because the drivers in drivers/gpu/drm/arm do not have connectors, they are only the CRTC part of the driver. Both hdlcd and mali-dp use the component framework to locate an encoder in device tree that will then provide the connectors. > > hdlcd_drv.c and malidp_drv.c both enable output polling. Output polling > is only necessary if you don't get HPD interrupts. That's right, hdlcd and mali-dp do...
2017 Nov 23
3
[PATCH 00/15] drm: More plane clipping polish
...Cc: Thomas Hellstrom <thellstrom at vmware.com> Cc: VMware Graphics <linux-graphics-maintainer at vmware.com> Ville Syrjälä (15): drm/i915: Reject odd pipe source width with double wide/dual link drm/i915: Use drm_mode_get_hv_timing() to populate plane clip rectangle drm/arm/hdlcd: Use drm_mode_get_hv_timing() to populate plane clip rectangle drm/arm/mali-dp: Use drm_mode_get_hv_timing() to populate plane clip rectangle drm/simple_kms_helper: Use drm_mode_get_hv_timing() to populate plane clip rectangle drm/imx: Use drm_mode_get_hv_timing() to populate plan...
2019 Apr 12
2
[PATCH] drm: remove redundant 'default n' from Kconfig
...nable only for debugging. Index: b/drivers/gpu/drm/arm/Kconfig =================================================================== --- a/drivers/gpu/drm/arm/Kconfig 2019-04-12 11:42:30.070095359 +0200 +++ b/drivers/gpu/drm/arm/Kconfig 2019-04-12 11:42:30.066095359 +0200 @@ -16,7 +16,6 @@ config DRM_HDLCD config DRM_HDLCD_SHOW_UNDERRUN bool "Show underrun conditions" depends on DRM_HDLCD - default n help Enable this option to show in red colour the pixels that the HDLCD device did not fetch from framebuffer due to underrun Index: b/drivers/gpu/drm/exynos/Kconfig ============...
2023 May 07
5
[PATCH 00/53] drm: Convert to platform remove callback returning void
...yields a resource leak. By changing the remove callback to return void driver authors cannot reasonably (but wrongly) assume any more that there happens some kind of cleanup later. Best regards Uwe Uwe Kleine-K?nig (53): drm/komeda: Convert to platform remove callback returning void drm/arm/hdlcd: Convert to platform remove callback returning void drm/arm/malidp: Convert to platform remove callback returning void drm/armada: Convert to platform remove callback returning void drm/aspeed: Convert to platform remove callback returning void drm/atmel-hlcdc: Convert to platform remove ca...
2019 Apr 12
0
[PATCH] drm: remove redundant 'default n' from Kconfig
...> Index: b/drivers/gpu/drm/arm/Kconfig > =================================================================== > --- a/drivers/gpu/drm/arm/Kconfig 2019-04-12 11:42:30.070095359 +0200 > +++ b/drivers/gpu/drm/arm/Kconfig 2019-04-12 11:42:30.066095359 +0200 > @@ -16,7 +16,6 @@ config DRM_HDLCD > config DRM_HDLCD_SHOW_UNDERRUN > bool "Show underrun conditions" > depends on DRM_HDLCD > - default n > help > Enable this option to show in red colour the pixels that the > HDLCD device did not fetch from framebuffer due to underrun > Index: b/dri...
2018 Jan 23
6
[PATCH 5/5] drm: Don't pass clip to drm_atomic_helper_check_plane_state()
...iel at ffwll.ch> Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com> Reviewed-by: Daniel Vetter <daniel.vetter at ffwll.ch> Reviewed-by: Thierry Reding <treding at nvidia.com> Reviewed-by: Archit Taneja <architt at codeaurora.org> #msm --- drivers/gpu/drm/arm/hdlcd_crtc.c | 7 +------ drivers/gpu/drm/arm/malidp_planes.c | 7 +------ drivers/gpu/drm/armada/armada_crtc.c | 8 ++------ drivers/gpu/drm/armada/armada_overlay.c | 8 ++------ drivers/gpu/drm/drm_atomic_helper.c | 12 +++++++----- drivers/gpu/drm/drm_plane_he...
2019 Jan 07
2
[PATCH 7/7] drm: Split out drm_probe_helper.h
...at st-md-mailman.stormreply.com > > Cc: linux-tegra at vger.kernel.org > > Cc: xen-devel at lists.xen.org > > Daniel, please fix whatever script you're using to generate the list > of people being Cc-ed. ./scripts/get_maintainer.pl generates my work > email address for HDLCD and the Mali DP maintainers for malidp changes, > but we were not Cc-ed and I've only found this patch in the linux-rockchip > ML because there was not enough traffic there to be hidden under other patches. The number of Cc recipients this will generate is too much to be acceptable for s...
2018 Dec 29
0
[PATCH 7/7] drm: Split out drm_probe_helper.h
...adead.org > Cc: linux-stm32 at st-md-mailman.stormreply.com > Cc: linux-tegra at vger.kernel.org > Cc: xen-devel at lists.xen.org Daniel, please fix whatever script you're using to generate the list of people being Cc-ed. ./scripts/get_maintainer.pl generates my work email address for HDLCD and the Mali DP maintainers for malidp changes, but we were not Cc-ed and I've only found this patch in the linux-rockchip ML because there was not enough traffic there to be hidden under other patches. Best regards, Liviu > --- > .../gpu/drm/amd/amdgpu/amdgpu_connectors.c | 2 +- &...
2019 Jan 07
0
[PATCH 7/7] drm: Split out drm_probe_helper.h
...om > > > Cc: linux-tegra at vger.kernel.org > > > Cc: xen-devel at lists.xen.org > > > > Daniel, please fix whatever script you're using to generate the list > > of people being Cc-ed. ./scripts/get_maintainer.pl generates my work > > email address for HDLCD and the Mali DP maintainers for malidp changes, > > but we were not Cc-ed and I've only found this patch in the linux-rockchip > > ML because there was not enough traffic there to be hidden under other patches. > > The number of Cc recipients this will generate is too much to...
2018 Dec 10
5
[PATCH 7/7] drm: Split out drm_probe_helper.h
...+- .../amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c | 2 +- .../display/amdgpu_dm/amdgpu_dm_services.c | 2 +- drivers/gpu/drm/arc/arcpgu_crtc.c | 2 +- drivers/gpu/drm/arc/arcpgu_drv.c | 2 +- drivers/gpu/drm/arc/arcpgu_sim.c | 2 +- drivers/gpu/drm/arm/hdlcd_crtc.c | 2 +- drivers/gpu/drm/arm/hdlcd_drv.c | 2 +- drivers/gpu/drm/arm/malidp_crtc.c | 2 +- drivers/gpu/drm/arm/malidp_drv.c | 2 +- drivers/gpu/drm/arm/malidp_mw.c | 2 +- drivers/gpu/drm/armada/armada_510.c | 2...
2018 Dec 10
5
[PATCH 7/7] drm: Split out drm_probe_helper.h
...+- .../amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c | 2 +- .../display/amdgpu_dm/amdgpu_dm_services.c | 2 +- drivers/gpu/drm/arc/arcpgu_crtc.c | 2 +- drivers/gpu/drm/arc/arcpgu_drv.c | 2 +- drivers/gpu/drm/arc/arcpgu_sim.c | 2 +- drivers/gpu/drm/arm/hdlcd_crtc.c | 2 +- drivers/gpu/drm/arm/hdlcd_drv.c | 2 +- drivers/gpu/drm/arm/malidp_crtc.c | 2 +- drivers/gpu/drm/arm/malidp_drv.c | 2 +- drivers/gpu/drm/arm/malidp_mw.c | 2 +- drivers/gpu/drm/armada/armada_510.c | 2...
2018 Dec 10
5
[PATCH 7/7] drm: Split out drm_probe_helper.h
...+- .../amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c | 2 +- .../display/amdgpu_dm/amdgpu_dm_services.c | 2 +- drivers/gpu/drm/arc/arcpgu_crtc.c | 2 +- drivers/gpu/drm/arc/arcpgu_drv.c | 2 +- drivers/gpu/drm/arc/arcpgu_sim.c | 2 +- drivers/gpu/drm/arm/hdlcd_crtc.c | 2 +- drivers/gpu/drm/arm/hdlcd_drv.c | 2 +- drivers/gpu/drm/arm/malidp_crtc.c | 2 +- drivers/gpu/drm/arm/malidp_drv.c | 2 +- drivers/gpu/drm/arm/malidp_mw.c | 2 +- drivers/gpu/drm/armada/armada_510.c | 2...
2019 Jan 16
1
[PATCH] drm: Split out drm_probe_helper.h
...+- .../amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c | 2 +- .../display/amdgpu_dm/amdgpu_dm_services.c | 2 +- drivers/gpu/drm/arc/arcpgu_crtc.c | 2 +- drivers/gpu/drm/arc/arcpgu_drv.c | 2 +- drivers/gpu/drm/arc/arcpgu_sim.c | 2 +- drivers/gpu/drm/arm/hdlcd_crtc.c | 2 +- drivers/gpu/drm/arm/hdlcd_drv.c | 2 +- drivers/gpu/drm/arm/malidp_crtc.c | 2 +- drivers/gpu/drm/arm/malidp_drv.c | 2 +- drivers/gpu/drm/arm/malidp_mw.c | 2 +- drivers/gpu/drm/armada/armada_510.c | 2...