RE: [PATCH] gpu: drm: fix an improper check of amdgpu_bo_create_kernel

2018-12-26 Thread Huang, Ray
> -Original Message- > From: Kangjie Lu [mailto:k...@umn.edu] > Sent: Wednesday, December 26, 2018 2:24 PM > To: k...@umn.edu > Cc: pakki...@umn.edu; Deucher, Alexander > ; Koenig, Christian > ; Zhou, David(ChunMing) > ; David Airlie ; Daniel Vetter > ; Zhu, Rex ; Huang, Ray > ; Zhang,

[PATCH] qcom-scm: Include header

2018-12-26 Thread Fabio Estevam
Since commit e6f6d63ed14c ("drm/msm: add headless gpu device for imx5") the DRM_MSM symbol can be selected by SOC_IMX5 causing the following error when building imx_v6_v7_defconfig: In file included from ../drivers/gpu/drm/msm/adreno/a5xx_gpu.c:17:0: ../include/linux/qcom_scm.h: In function

Re: [PATCH] drm/bridge/panel: Remove duplicate header

2018-12-26 Thread Sam Ravnborg
Hi Brajeswar > On Monday, 24 December 2018 16:32:18 EET Brajeswar Ghosh wrote: > > Remove drm/drm_panel.h which is included more than once > > > > Signed-off-by: Brajeswar Ghosh > > --- > > drivers/gpu/drm/bridge/panel.c | 1 - > > 1 file changed, 1 deletion(-) > > > > diff --git

[Bug 109153] [KBL-G][VK] Vulkan CTS spirv_assembly cases failed Segmentation fault (core dumped)

2018-12-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109153 Hai changed: What|Removed |Added CC||xinyux.d...@intel.com --- Comment #1 from Hai

[Bug 109146] [KBL-G][VK] spirv_assembly cases failed Segmentation fault (core dumped).

2018-12-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109146 Hai changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 109153] [KBL-G][VK] Vulkan CTS spirv_assembly cases failed Segmentation fault (core dumped)

2018-12-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109153 --- Comment #2 from Hai --- Created attachment 142897 --> https://bugs.freedesktop.org/attachment.cgi?id=142897=edit TestResults.qpa -- You are receiving this mail because: You are the assignee for the

Re: [PATCH 09/18] drm/mediatek: add component DITHER

2018-12-26 Thread CK Hu
Hi, Yongqiang: On Mon, 2018-12-24 at 16:08 +0800, Yongqiang Niu wrote: > This patch add component DITHER > Reviewed-by: CK Hu > Signed-off-by: Yongqiang Niu > --- > drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c | 32 > + >

[Bug 109153] [KBL-G][VK] Vulkan CTS spirv_assembly cases failed Segmentation fault (core dumped)

2018-12-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109153 Bug ID: 109153 Summary: [KBL-G][VK] Vulkan CTS spirv_assembly cases failed Segmentation fault (core dumped) Product: DRI Version: XOrg git Hardware: x86-64 (AMD64)

Re: [PATCH] drm/bridge/panel: Remove duplicate header

2018-12-26 Thread Laurent Pinchart
Hi Brajeswar, Thank you for the patch. On Monday, 24 December 2018 16:32:18 EET Brajeswar Ghosh wrote: > Remove drm/drm_panel.h which is included more than once > > Signed-off-by: Brajeswar Ghosh > --- > drivers/gpu/drm/bridge/panel.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git

Re: [PATCH 07/18] drm/mediatek: add commponent OVL0_2L

2018-12-26 Thread CK Hu
Hi, Yongqiang: On Mon, 2018-12-24 at 16:08 +0800, Yongqiang Niu wrote: > This patch add commponent OVL0_2L > > Signed-off-by: Yongqiang Niu > --- > drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c | 1 + > drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.h | 1 + > 2 files changed, 2 insertions(+) > >

[Bug 109151] [KBL-G][vulkan] dEQP-VK.texture.explicit_lod.2d.sizes.31x55_nearest_linear_mipmap_nearest_repeat failed verification.

2018-12-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109151 Bas Nieuwenhuizen changed: What|Removed |Added Product|DRI |Mesa

[Bug 109153] [KBL-G][VK] Vulkan CTS spirv_assembly cases failed Segmentation fault (core dumped)

2018-12-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109153 Bas Nieuwenhuizen changed: What|Removed |Added Component|DRM/AMDgpu |Drivers/Vulkan/radeon

[PATCH v1 0/7] drm: minimize drmP.h dependencies

2018-12-26 Thread Sam Ravnborg
The goal with this small series is to remove the last bits that prevents us from removing drmP.h file by file. - drmP.h is now stripped down to include files and forward declarations. - All header files in include/drm/ no longer include drmP.h. The series was made on top of 4.20. Build tested

[Bug 202043] amdgpu: Vega 56 SCLK drops to 700 Mhz when undervolting

2018-12-26 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=202043 --- Comment #3 from antiferm...@protonmail.com --- I do have that enabled (my `/proc/cmdline` is `BOOT_IMAGE=/boot/vmlinuz-4.19-x86_64 root=UUID=2994b8cf-341a-48b0-b49d-771df87dc509 rw quiet amdgpu.ppfeaturemask=0x`) -- You are

[PATCH v1 1/7] drm: move DRM_IF_VERSION to drm_internal.h

2018-12-26 Thread Sam Ravnborg
Move DRM_IF_VERSION out of drmP.h to allow users to get rid of the drmP include. Signed-off-by: Sam Ravnborg Cc: Maarten Lankhorst Cc: Maxime Ripard Cc: Sean Paul Cc: David Airlie Cc: Daniel Vetter --- drivers/gpu/drm/drm_internal.h | 2 ++ include/drm/drmP.h | 2 -- 2 files

[PATCH v1 4/7] drm: remove include of drmP.h from bridge/dw_hdmi.h

2018-12-26 Thread Sam Ravnborg
Add missing includes in dw_hdmi.h and fix fallout in drivers. Signed-off-by: Sam Ravnborg Cc: Archit Taneja Cc: Andrzej Hajda Cc: Laurent Pinchart Cc: David Airlie Cc: Daniel Vetter Cc: Kieran Bingham Cc: Fabio Estevam Cc: Neil Armstrong Cc: Maxime Ripard ---

[PATCH v1 5/7] drm: remove include of drmP.h from drm_encoder_slave.h

2018-12-26 Thread Sam Ravnborg
No further changes required. Signed-off-by: Sam Ravnborg Cc: Maarten Lankhorst Cc: Maxime Ripard Cc: Sean Paul Cc: David Airlie Cc: Daniel Vetter --- include/drm/drm_encoder_slave.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/drm/drm_encoder_slave.h

[PATCH v1 3/7] drm: move drm_can_sleep() to drm_util.h

2018-12-26 Thread Sam Ravnborg
Move drm_can_sleep() out of drmP.h to allow users to get rid of the drmP.h include. There was no header file that was a good match for this helper function. So add this to drm_util with the relevant includes. Add include of drm_util.h to all users. Signed-off-by: Sam Ravnborg Cc: Maarten

[PATCH v1 6/7] drm: remove include of drmP.h from drm_modeset_helper.h

2018-12-26 Thread Sam Ravnborg
Fix fallout in various files/drivers by adding missing include files. Signed-off-by: Sam Ravnborg Cc: Alexey Brodkin Cc: David Airlie Cc: Daniel Vetter Cc: Archit Taneja Cc: Andrzej Hajda Cc: Laurent Pinchart Cc: Maarten Lankhorst Cc: Maxime Ripard Cc: Sean Paul Cc: Kieran Bingham ---

[PATCH v1 7/7] drm: remove include of drmP.h from drm_gem_cma_helper.h

2018-12-26 Thread Sam Ravnborg
Fix fallout in various files/drivers. Signed-off-by: Sam Ravnborg Cc: Alexey Brodkin Cc: David Airlie Cc: Daniel Vetter Cc: Yannick Fertre Cc: Philippe Cornu Cc: Benjamin Gaignard Cc: Vincent Abriou Cc: Maxime Coquelin Cc: Alexandre Torgue Cc: "Noralf Trønnes" Cc: David Lechner Cc:

[PATCH v1 2/7] drm: move DRM_SWITCH_POWER defines to drm_device.h

2018-12-26 Thread Sam Ravnborg
Move DRM_SWITCH_POWER out of drmP.h to allow users to get rid of the drmP include. DRM_SWITCH_POWER defines are used in combination with drm_device.switch_power_state. Move the DRM_SWITCH_POWER defines to the file where drm_device.switch_power_state is defined. Signed-off-by: Sam Ravnborg Cc:

Re: [PATCH] drm: Put damage blob when destroy plane state

2018-12-26 Thread Deepak Singh Rawat
On Tue, 2018-12-25 at 07:01 -0800, Thomas Hellstrom wrote: > On Mon, 2018-12-24 at 11:49 +0100, Daniel Vetter wrote: > > On Fri, Dec 21, 2018 at 8:56 PM Thomas Hellstrom < > > thellst...@vmware.com> wrote: > > > Reviewed-by: Thomas Hellstrom > > > > > > Daniel, Dave, could you help try to get

[Bug 109159] [KBL-G][vulkan] dEQP-VK.api.version_check.entry_points test failed.

2018-12-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109159 Bug ID: 109159 Summary: [KBL-G][vulkan] dEQP-VK.api.version_check.entry_points test failed. Product: DRI Version: XOrg git Hardware: x86-64 (AMD64) OS:

[Bug 109158] [KBL-G][vulkan] dEQP-VK.texture.explicit_lod.2d.sizes.31x55_nearest_linear_mipmap_nearest_repeat failed verification.

2018-12-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109158 Hai changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

[PATCH AUTOSEL 4.19 13/97] drm/amdgpu: Fix DEBUG_LOCKS_WARN_ON(depth <= 0) in amdgpu_ctx.lock

2018-12-26 Thread Sasha Levin
From: Andrey Grodzovsky [ Upstream commit c554206077428af56cc2e0314b86b41cd030458c ] If CS is submitted using guilty ctx, we terminate amdgpu_cs_parser_init before locking ctx->lock, latter in amdgpu_cs_parser_fini we still are trying to release the lock just becase parser->ctx != NULL.

[git pull] drm next leftovers for rc1

2018-12-26 Thread Dave Airlie
Hi Linus, Daniel collected a couple of pulls after I want on holidays, back for a couple of days, so may as well send them out. This has exynos and etnaviv work for 4.21. exynos: - plane alpha and blending configurability etnaviv: - mostly cleanups in prep for new features. Dave.

Re: [PATCH 11/18] drm/medaitek: add layer_nr for ovl private data

2018-12-26 Thread CK Hu
Hi, Yongqiang: On Mon, 2018-12-24 at 16:08 +0800, Yongqiang Niu wrote: > This patch add layer_nr for ovl private data > I think you do this because ovl-2l and ovl share the same driver and the ovl layer is different, so this patch is a preparation for ovl-2l and ovl share the same driver.

[Bug 109138] [KBL-G][GL-CTS]KHR-GL31.texture_size_promotion.functional test failed

2018-12-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109138 Hai changed: What|Removed |Added Product|DRI |Mesa Component|DRM/AMDgpu

Re: [PATCH 14/18] drm/mediatek: add connect function for ovl

2018-12-26 Thread CK Hu
Hi, Yongqiang: On Mon, 2018-12-24 at 16:08 +0800, Yongqiang Niu wrote: > This patch add connect function for ovl Could you describe more about how ovl-2l works? I guess that ovl-2l is a ovl hardware which has 3 layer, the bottom two layer is from DRAM and the top layer is from another hardware

[Bug 108877] OpenGL CTS gl43 test cases were interrupted due to segment fault

2018-12-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108877 Hai changed: What|Removed |Added QA Contact|dri-devel@lists.freedesktop |mesa-dev@lists.freedesktop.

[Bug 108878] OpenGL CTS KHR-GL31.transform_feedback.api_errors_test failed

2018-12-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108878 Hai changed: What|Removed |Added QA Contact|dri-devel@lists.freedesktop |mesa-dev@lists.freedesktop.

[Bug 109158] [KBL-G][vulkan] dEQP-VK.texture.explicit_lod.2d.sizes.31x55_nearest_linear_mipmap_nearest_repeat failed verification.

2018-12-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109158 Bug ID: 109158 Summary: [KBL-G][vulkan] dEQP-VK.texture.explicit_lod.2d.sizes.31x55_nearest_li near_mipmap_nearest_repeat failed verification. Product: DRI

[Bug 109138] [KBL-G][GL-CTS]KHR-GL31.texture_size_promotion.functional test failed

2018-12-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109138 Hai changed: What|Removed |Added QA Contact|dri-devel@lists.freedesktop |mesa-dev@lists.freedesktop.

Re: [PATCH 13/18] drm/mediatek: add ddp write register common api

2018-12-26 Thread CK Hu
Hi, Yongqiang: On Mon, 2018-12-24 at 16:08 +0800, Yongqiang Niu wrote: > This patch add ddp write register common api > I could not see anywhere you use these function. If the function is useless, drop this patch. Regards, CK > Signed-off-by: Yongqiang Niu > --- >

[Bug 109157] [KBL-G][VK] spirv_assembly cases failed Segmentation fault (core dumped)

2018-12-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109157 Bug ID: 109157 Summary: [KBL-G][VK] spirv_assembly cases failed Segmentation fault (core dumped) Product: DRI Version: XOrg git Hardware: x86-64 (AMD64)

[Bug 108877] OpenGL CTS gl43 test cases were interrupted due to segment fault

2018-12-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108877 Hai changed: What|Removed |Added QA Contact||dri-devel@lists.freedesktop |

[Bug 109157] [KBL-G][VK] spirv_assembly cases failed Segmentation fault (core dumped)

2018-12-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109157 Hai changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[PULL] drm-intel-next-fixes

2018-12-26 Thread Jani Nikula
Hi Dave & Daniel - These GVT fixes missed the main pull request. drm-intel-next-fixes-2018-12-27: GVT fixes for v4.21-rc1 BR, Jani. The following changes since commit e69aa5f9b97f7f871643336deb281db5cb14878b: Merge tag 'drm-misc-next-2018-12-06' of

Re: [PATCH v3 1/9] drm/komeda: komeda_dev/pipeline/component definition and initialzation

2018-12-26 Thread james qian wang (Arm Technology China)
On Mon, Dec 24, 2018 at 07:57:41PM +0800, Liviu Dudau wrote: > On Fri, Dec 21, 2018 at 09:58:55AM +, james qian wang (Arm Technology > China) wrote: > > 1. Added a brief definition of komeda_dev/pipeline/component, this change > >didn't add the detailed component features and

Re: [PATCH v3 7/9] drm/komeda: Attach komeda_dev to DRM-KMS

2018-12-26 Thread james qian wang (Arm Technology China)
On Mon, Dec 24, 2018 at 08:32:14PM +0800, Liviu Dudau wrote: > On Fri, Dec 21, 2018 at 10:00:33AM +, james qian wang (Arm Technology > China) wrote: > > Add komeda_kms abstracton to attach komeda_dev to DRM-KMS > > CRTC: according to the komeda_pipeline > > PLANE: according to

[RFC PATCH 1/2] drm/fb-helper: Bring back workaround for bugs of SDL 1.2

2018-12-26 Thread Ivan Mironov
SDL 1.2 sets all fields related to the pixel format to zero in some cases[1]. Prior to commit db05c48197759 ("drm: fb-helper: Reject all pixel format changing requests"), there was an unintentional workaround for this that existed for more than a decade. First in device-specific DRM drivers, then

[RFC PATCH 2/2] drm/fb-helper: Ignore the value of fb_var_screeninfo.pixclock

2018-12-26 Thread Ivan Mironov
Strict requirement of pixclock to be zero breaks support of SDL 1.2 which contains hardcoded table of supported video modes with non-zero pixclock values[1]. To better understand which pixclock values are considered valid and how driver should handle these values, I briefly examined few existing

[PATCH] gpu: drm: fix an improper check of amdgpu_bo_create_kernel

2018-12-26 Thread Kangjie Lu
adev->firmware.fw_buf being not NULL may not indicate kernel buffer is created successful. A better way is to check the status (return value) of it. The fix does so. Signed-off-by: Kangjie Lu --- drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c | 18 -- 1 file changed, 12

[PATCH] drm/drm_drv.c: Remove duplicate header

2018-12-26 Thread Brajeswar Ghosh
Remove drm_crtc_internal.h which is included more than once Signed-off-by: Brajeswar Ghosh --- drivers/gpu/drm/drm_drv.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/drm_drv.c b/drivers/gpu/drm/drm_drv.c index 4126bb6e1a4a..75f4e6bf67ca 100644 ---

Re: [PATCH v2] gpu: anx7808: fix a missing check in anx78xx_poweron

2018-12-26 Thread Kangjie Lu
Please ignore this email. I've sent another one. On Mon, Dec 24, 2018 at 11:02 PM Kangjie Lu wrote: > Both anx78xx_set_bits() and anx78xx_clear_bits() in the poweron process > may fail. The fix inserts checks for their return values. > > Signed-off-by: Kangjie Lu > --- >

[RFC PATCH 0/2] Fix SDL 1.2 on emulated fbdev devices (broken in kernels >=4.19)

2018-12-26 Thread Ivan Mironov
Hi, Originally this issue was brought up on linux.org.ru forum by user saahriktu, he is on Cc. He discovered that commit db05c48197759 ("drm: fb-helper: Reject all pixel format changing requests") breaks support of SDL1 programs, like various old games and emulators of old game consoles. First

[PATCH] drm/i915_request.h: Remove duplicate header

2018-12-26 Thread Brajeswar Ghosh
Remove i915_scheduler.h which is included more than once Signed-off-by: Brajeswar Ghosh --- drivers/gpu/drm/i915/i915_request.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/i915/i915_request.h b/drivers/gpu/drm/i915/i915_request.h index 7fa94b024968..3d9d225bc5fc 100644

[PATCH] backlight: (adp8870) fix a missing check for adp8870_write

2018-12-26 Thread Kangjie Lu
adp8870_write() may fail. This fix checks if adp8870_write fails, and if so, returns its error code. Signed-off-by: Kangjie Lu --- drivers/video/backlight/adp8870_bl.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/drivers/video/backlight/adp8870_bl.c

[PATCH] drm/bridge/panel: Remove duplicate header

2018-12-26 Thread Brajeswar Ghosh
Remove drm/drm_panel.h which is included more than once Signed-off-by: Brajeswar Ghosh --- drivers/gpu/drm/bridge/panel.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/bridge/panel.c b/drivers/gpu/drm/bridge/panel.c index 7cbaba213ef6..402b318eeeb2 100644 ---

[PATCH v8 20/25] powerpc, fbdev: Use arch_nvram_ops methods instead of nvram_read_byte() and nvram_write_byte()

2018-12-26 Thread Finn Thain
Make use of arch_nvram_ops in device drivers so that the nvram_* function exports can be removed. Since they are no longer global symbols, rename the PPC32 nvram_* functions appropriately. Signed-off-by: Finn Thain --- arch/powerpc/kernel/setup_32.c | 8

Re: [PATCH v5 0/9] Use vm_insert_range

2018-12-26 Thread Souptick Joarder
On Mon, Dec 24, 2018 at 8:51 PM Russell King - ARM Linux wrote: > > Having discussed with Matthew offlist, I think we've come to the > following conclusion - there's a number of drivers that buggily > ignore vm_pgoff. > > So, what I proposed is: > > static int __vm_insert_range(struct vm_struct

[PATCH v8 19/25] powerpc, fbdev: Use NV_CMODE and NV_VMODE only when CONFIG_PPC32 && CONFIG_PPC_PMAC && CONFIG_NVRAM

2018-12-26 Thread Finn Thain
This patch addresses inconsistencies in Mac framebuffer drivers and their use of Kconfig symbols relating to NVRAM, so PPC64 can use CONFIG_NVRAM. Macintosh framebuffer drivers use default settings for color mode and video mode that are found in NVRAM. On PCI Macs, MacOS stores display settings

[PATCH v2] gpu: anx7808: fix a missing check in anx78xx_poweron

2018-12-26 Thread Kangjie Lu
Both anx78xx_set_bits() and anx78xx_clear_bits() in the poweron process may fail. The fix inserts checks for their return values. Signed-off-by: Kangjie Lu --- drivers/gpu/drm/bridge/analogix-anx78xx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/bridge/analogix-anx78xx.c

[PATCH] drm/intel_dsi_vbt: Remove duplicate header

2018-12-26 Thread Brajeswar Ghosh
Remove video/mipi_display.h which is included more than once Signed-off-by: Brajeswar Ghosh --- drivers/gpu/drm/i915/intel_dsi_vbt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/i915/intel_dsi_vbt.c b/drivers/gpu/drm/i915/intel_dsi_vbt.c index ac83d6b89ae0..40a5efa33c3d

[PATCH v5 0/9] Use vm_insert_range

2018-12-26 Thread Souptick Joarder
v1 -> v2: Address review comment on mm/memory.c. Add EXPORT_SYMBOL for vm_insert_range and corrected the documentation part for this API. In drivers/gpu/drm/xen/xen_drm_front_gem.c, replace err with ret as suggested. In drivers/iommu/dma-iommu.c,

[PATCH v2] gpu: anx7808: fix a missing check in anx78xx_poweron

2018-12-26 Thread Kangjie Lu
Both anx78xx_set_bits() and anx78xx_clear_bits() in the poweron process may fail. The fix inserts checks for their return values. Signed-off-by: Kangjie Lu --- drivers/gpu/drm/bridge/analogix-anx78xx.c | 20 1 file changed, 16 insertions(+), 4 deletions(-) diff --git

[PATCH v5 1/9] mm: Introduce new vm_insert_range API

2018-12-26 Thread Souptick Joarder
Previouly drivers have their own way of mapping range of kernel pages/memory into user vma and this was done by invoking vm_insert_page() within a loop. As this pattern is common across different drivers, it can be generalized by creating a new function and use it across the drivers.

[PATCH v8 15/25] powerpc: Clean up nvram includes

2018-12-26 Thread Finn Thain
The nvram_read_byte() and nvram_write_byte() definitions in asm/nvram.h duplicate those in linux/nvram.h. Get rid of the former to prepare for adoption of struct arch_nvram_ops (which is defined in linux/nvram.h for general use). Signed-off-by: Finn Thain Tested-by: Stan Johnson ---

[PATCH v5 4/9] drm/rockchip/rockchip_drm_gem.c: Convert to use vm_insert_range

2018-12-26 Thread Souptick Joarder
Convert to use vm_insert_range() to map range of kernel memory to user vma. Signed-off-by: Souptick Joarder Tested-by: Heiko Stuebner Acked-by: Heiko Stuebner --- drivers/gpu/drm/rockchip/rockchip_drm_gem.c | 14 +++--- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git

[PATCH v5 5/9] drm/xen/xen_drm_front_gem.c: Convert to use vm_insert_range

2018-12-26 Thread Souptick Joarder
Convert to use vm_insert_range() to map range of kernel memory to user vma. Signed-off-by: Souptick Joarder Reviewed-by: Matthew Wilcox Reviewed-by: Oleksandr Andrushchenko --- drivers/gpu/drm/xen/xen_drm_front_gem.c | 20 ++-- 1 file changed, 6 insertions(+), 14 deletions(-)

Re: [PATCH v3 2/9] dt/bindings: drm/komeda: Add DT bindings for ARM display processor D71

2018-12-26 Thread james qian wang (Arm Technology China)
On Mon, Dec 24, 2018 at 08:00:51PM +0800, Liviu Dudau wrote: > On Fri, Dec 21, 2018 at 09:59:12AM +, james qian wang (Arm Technology > China) wrote: > > Add DT bindings documentation for the ARM display processor D71 and later > > IPs. > > > > Signed-off-by: James (Qian) Wang > > > >