From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH v2 21/21] drm: Remove obsolete GEM and PRIME callbacks from struct drm_driver
Date: Wed, 16 Sep 2020 18:16:30 +0800 [thread overview]
Message-ID: <202009161824.4yndUWPy%lkp@intel.com> (raw)
In-Reply-To: <20200915145958.19993-22-tzimmermann@suse.de>
[-- Attachment #1: Type: text/plain, Size: 9466 bytes --]
Hi Thomas,
I love your patch! Yet something to improve:
[auto build test ERROR on next-20200915]
[cannot apply to drm-intel/for-linux-next arm/drm-armada-devel linus/master arm/drm-armada-fixes anholt/for-next v5.9-rc5 v5.9-rc4 v5.9-rc3 v5.9-rc5]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]
url: https://github.com/0day-ci/linux/commits/Thomas-Zimmermann/Convert-all-remaining-drivers-to-GEM-object-functions/20200915-230157
base: 6b02addb1d1748d21dd1261e46029b264be4e5a0
config: arm64-allyesconfig (attached as .config)
compiler: aarch64-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm64
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All error/warnings (new ones prefixed by >>):
>> drivers/gpu/drm/imx/dcss/dcss-kms.c:31:3: error: 'struct drm_driver' has no member named 'gem_free_object_unlocked'
31 | .gem_free_object_unlocked = drm_gem_cma_free_object,
| ^~~~~~~~~~~~~~~~~~~~~~~~
>> drivers/gpu/drm/imx/dcss/dcss-kms.c:31:30: error: initialization of 'const struct drm_ioctl_desc *' from incompatible pointer type 'void (*)(struct drm_gem_object *)' [-Werror=incompatible-pointer-types]
31 | .gem_free_object_unlocked = drm_gem_cma_free_object,
| ^~~~~~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/imx/dcss/dcss-kms.c:31:30: note: (near initialization for 'dcss_kms_driver.ioctls')
>> drivers/gpu/drm/imx/dcss/dcss-kms.c:32:3: error: 'struct drm_driver' has no member named 'gem_vm_ops'
32 | .gem_vm_ops = &drm_gem_cma_vm_ops,
| ^~~~~~~~~~
>> drivers/gpu/drm/imx/dcss/dcss-kms.c:32:17: warning: initialization of 'int' from 'const struct vm_operations_struct *' makes integer from pointer without a cast [-Wint-conversion]
32 | .gem_vm_ops = &drm_gem_cma_vm_ops,
| ^
drivers/gpu/drm/imx/dcss/dcss-kms.c:32:17: note: (near initialization for 'dcss_kms_driver.num_ioctls')
>> drivers/gpu/drm/imx/dcss/dcss-kms.c:32:17: error: initializer element is not computable at load time
drivers/gpu/drm/imx/dcss/dcss-kms.c:32:17: note: (near initialization for 'dcss_kms_driver.num_ioctls')
>> drivers/gpu/drm/imx/dcss/dcss-kms.c:38:3: error: 'struct drm_driver' has no member named 'gem_prime_export'; did you mean 'gem_prime_import'?
38 | .gem_prime_export = drm_gem_prime_export,
| ^~~~~~~~~~~~~~~~
| gem_prime_import
>> drivers/gpu/drm/imx/dcss/dcss-kms.c:38:22: error: initialization of 'struct drm_gem_object * (*)(struct drm_device *, struct dma_buf_attachment *, struct sg_table *)' from incompatible pointer type 'struct dma_buf * (*)(struct drm_gem_object *, int)' [-Werror=incompatible-pointer-types]
38 | .gem_prime_export = drm_gem_prime_export,
| ^~~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/imx/dcss/dcss-kms.c:38:22: note: (near initialization for 'dcss_kms_driver.gem_prime_import_sg_table')
>> drivers/gpu/drm/imx/dcss/dcss-kms.c:39:3: error: 'struct drm_driver' has no member named 'gem_prime_get_sg_table'; did you mean 'gem_prime_import_sg_table'?
39 | .gem_prime_get_sg_table = drm_gem_cma_prime_get_sg_table,
| ^~~~~~~~~~~~~~~~~~~~~~
| gem_prime_import_sg_table
>> drivers/gpu/drm/imx/dcss/dcss-kms.c:39:28: error: initialization of 'int (*)(struct drm_gem_object *, struct vm_area_struct *)' from incompatible pointer type 'struct sg_table * (*)(struct drm_gem_object *)' [-Werror=incompatible-pointer-types]
39 | .gem_prime_get_sg_table = drm_gem_cma_prime_get_sg_table,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/imx/dcss/dcss-kms.c:39:28: note: (near initialization for 'dcss_kms_driver.gem_prime_mmap')
>> drivers/gpu/drm/imx/dcss/dcss-kms.c:40:31: warning: initialized field overwritten [-Woverride-init]
40 | .gem_prime_import_sg_table = drm_gem_cma_prime_import_sg_table,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/imx/dcss/dcss-kms.c:40:31: note: (near initialization for 'dcss_kms_driver.gem_prime_import_sg_table')
>> drivers/gpu/drm/imx/dcss/dcss-kms.c:41:3: error: 'struct drm_driver' has no member named 'gem_prime_vmap'; did you mean 'gem_prime_mmap'?
41 | .gem_prime_vmap = drm_gem_cma_prime_vmap,
| ^~~~~~~~~~~~~~
| gem_prime_mmap
>> drivers/gpu/drm/imx/dcss/dcss-kms.c:41:21: error: initialization of 'int (*)(struct drm_gem_object *, struct vm_area_struct *)' from incompatible pointer type 'void * (*)(struct drm_gem_object *)' [-Werror=incompatible-pointer-types]
41 | .gem_prime_vmap = drm_gem_cma_prime_vmap,
| ^~~~~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/imx/dcss/dcss-kms.c:41:21: note: (near initialization for 'dcss_kms_driver.gem_prime_mmap')
drivers/gpu/drm/imx/dcss/dcss-kms.c:41:21: warning: initialized field overwritten [-Woverride-init]
drivers/gpu/drm/imx/dcss/dcss-kms.c:41:21: note: (near initialization for 'dcss_kms_driver.gem_prime_mmap')
>> drivers/gpu/drm/imx/dcss/dcss-kms.c:42:3: error: 'struct drm_driver' has no member named 'gem_prime_vunmap'; did you mean 'gem_prime_mmap'?
42 | .gem_prime_vunmap = drm_gem_cma_prime_vunmap,
| ^~~~~~~~~~~~~~~~
| gem_prime_mmap
>> drivers/gpu/drm/imx/dcss/dcss-kms.c:42:22: error: initialization of 'int (*)(struct drm_file *, struct drm_device *, struct drm_mode_create_dumb *)' from incompatible pointer type 'void (*)(struct drm_gem_object *, void *)' [-Werror=incompatible-pointer-types]
42 | .gem_prime_vunmap = drm_gem_cma_prime_vunmap,
| ^~~~~~~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/imx/dcss/dcss-kms.c:42:22: note: (near initialization for 'dcss_kms_driver.dumb_create')
drivers/gpu/drm/imx/dcss/dcss-kms.c:42:22: warning: initialized field overwritten [-Woverride-init]
drivers/gpu/drm/imx/dcss/dcss-kms.c:42:22: note: (near initialization for 'dcss_kms_driver.dumb_create')
drivers/gpu/drm/imx/dcss/dcss-kms.c:43:21: warning: initialized field overwritten [-Woverride-init]
43 | .gem_prime_mmap = drm_gem_cma_prime_mmap,
| ^~~~~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/imx/dcss/dcss-kms.c:43:21: note: (near initialization for 'dcss_kms_driver.gem_prime_mmap')
cc1: some warnings being treated as errors
# https://github.com/0day-ci/linux/commit/84300c9d089d60d5dc528a7bd6e2870090201f0e
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Thomas-Zimmermann/Convert-all-remaining-drivers-to-GEM-object-functions/20200915-230157
git checkout 84300c9d089d60d5dc528a7bd6e2870090201f0e
vim +31 drivers/gpu/drm/imx/dcss/dcss-kms.c
9021c317b77024f Laurentiu Palcu 2020-07-31 28
9021c317b77024f Laurentiu Palcu 2020-07-31 29 static struct drm_driver dcss_kms_driver = {
9021c317b77024f Laurentiu Palcu 2020-07-31 30 .driver_features = DRIVER_MODESET | DRIVER_GEM | DRIVER_ATOMIC,
9021c317b77024f Laurentiu Palcu 2020-07-31 @31 .gem_free_object_unlocked = drm_gem_cma_free_object,
9021c317b77024f Laurentiu Palcu 2020-07-31 @32 .gem_vm_ops = &drm_gem_cma_vm_ops,
9021c317b77024f Laurentiu Palcu 2020-07-31 33 .dumb_create = drm_gem_cma_dumb_create,
9021c317b77024f Laurentiu Palcu 2020-07-31 34
9021c317b77024f Laurentiu Palcu 2020-07-31 35 .prime_handle_to_fd = drm_gem_prime_handle_to_fd,
9021c317b77024f Laurentiu Palcu 2020-07-31 36 .prime_fd_to_handle = drm_gem_prime_fd_to_handle,
9021c317b77024f Laurentiu Palcu 2020-07-31 37 .gem_prime_import = drm_gem_prime_import,
9021c317b77024f Laurentiu Palcu 2020-07-31 @38 .gem_prime_export = drm_gem_prime_export,
9021c317b77024f Laurentiu Palcu 2020-07-31 @39 .gem_prime_get_sg_table = drm_gem_cma_prime_get_sg_table,
9021c317b77024f Laurentiu Palcu 2020-07-31 @40 .gem_prime_import_sg_table = drm_gem_cma_prime_import_sg_table,
9021c317b77024f Laurentiu Palcu 2020-07-31 @41 .gem_prime_vmap = drm_gem_cma_prime_vmap,
9021c317b77024f Laurentiu Palcu 2020-07-31 @42 .gem_prime_vunmap = drm_gem_cma_prime_vunmap,
9021c317b77024f Laurentiu Palcu 2020-07-31 43 .gem_prime_mmap = drm_gem_cma_prime_mmap,
9021c317b77024f Laurentiu Palcu 2020-07-31 44 .fops = &dcss_cma_fops,
9021c317b77024f Laurentiu Palcu 2020-07-31 45 .name = "imx-dcss",
9021c317b77024f Laurentiu Palcu 2020-07-31 46 .desc = "i.MX8MQ Display Subsystem",
9021c317b77024f Laurentiu Palcu 2020-07-31 47 .date = "20190917",
9021c317b77024f Laurentiu Palcu 2020-07-31 48 .major = 1,
9021c317b77024f Laurentiu Palcu 2020-07-31 49 .minor = 0,
9021c317b77024f Laurentiu Palcu 2020-07-31 50 .patchlevel = 0,
9021c317b77024f Laurentiu Palcu 2020-07-31 51 };
9021c317b77024f Laurentiu Palcu 2020-07-31 52
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 74690 bytes --]
next prev parent reply other threads:[~2020-09-16 10:16 UTC|newest]
Thread overview: 331+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-15 14:59 [PATCH v2 00/21] Convert all remaining drivers to GEM object functions Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` [Intel-gfx] " Thomas Zimmermann
2020-09-15 14:59 ` [PATCH v2 01/21] drm/amdgpu: Introduce " Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` [Intel-gfx] " Thomas Zimmermann
2020-09-15 15:05 ` Christian König
2020-09-15 15:05 ` Christian König
2020-09-15 15:05 ` Christian König
2020-09-15 15:05 ` Christian König
2020-09-15 15:05 ` Christian König
2020-09-15 15:05 ` Christian König
2020-09-15 15:05 ` [Intel-gfx] " Christian König
2020-09-17 7:40 ` Thomas Zimmermann
2020-09-17 7:40 ` Thomas Zimmermann
2020-09-17 7:40 ` Thomas Zimmermann
2020-09-17 7:40 ` Thomas Zimmermann
2020-09-17 7:40 ` Thomas Zimmermann
2020-09-17 7:40 ` Thomas Zimmermann
2020-09-17 7:40 ` [Intel-gfx] " Thomas Zimmermann
2020-09-15 14:59 ` [PATCH v2 02/21] drm/armada: " Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` [Intel-gfx] " Thomas Zimmermann
2020-09-15 15:07 ` Russell King - ARM Linux admin
2020-09-15 15:07 ` Russell King - ARM Linux admin
2020-09-15 15:07 ` Russell King - ARM Linux admin
2020-09-15 15:07 ` Russell King - ARM Linux admin
2020-09-15 15:07 ` Russell King - ARM Linux admin
2020-09-15 15:07 ` Russell King - ARM Linux admin
2020-09-15 15:07 ` [Intel-gfx] " Russell King - ARM Linux admin
2020-09-15 14:59 ` [PATCH v2 03/21] drm/etnaviv: " Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` [Intel-gfx] " Thomas Zimmermann
2020-09-16 11:21 ` Daniel Vetter
2020-09-16 11:21 ` Daniel Vetter
2020-09-16 11:21 ` Daniel Vetter
2020-09-16 11:21 ` Daniel Vetter
2020-09-16 11:21 ` Daniel Vetter
2020-09-16 11:21 ` Daniel Vetter
2020-09-16 11:21 ` [Intel-gfx] " Daniel Vetter
2020-09-15 14:59 ` [PATCH v2 04/21] drm/exynos: " Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` [Intel-gfx] " Thomas Zimmermann
2020-09-16 10:03 ` Daniel Vetter
2020-09-16 10:03 ` Daniel Vetter
2020-09-16 10:03 ` Daniel Vetter
2020-09-16 10:03 ` Daniel Vetter
2020-09-16 10:03 ` Daniel Vetter
2020-09-16 10:03 ` Daniel Vetter
2020-09-16 10:03 ` [Intel-gfx] " Daniel Vetter
2020-09-16 10:36 ` Thomas Zimmermann
2020-09-16 10:36 ` Thomas Zimmermann
2020-09-16 10:36 ` Thomas Zimmermann
2020-09-16 10:36 ` Thomas Zimmermann
2020-09-16 10:36 ` Thomas Zimmermann
2020-09-16 10:36 ` Thomas Zimmermann
2020-09-16 10:36 ` [Intel-gfx] " Thomas Zimmermann
2020-09-16 11:24 ` Daniel Vetter
2020-09-16 11:24 ` Daniel Vetter
2020-09-16 11:24 ` Daniel Vetter
2020-09-16 11:24 ` Daniel Vetter
2020-09-16 11:24 ` Daniel Vetter
2020-09-16 11:24 ` Daniel Vetter
2020-09-16 11:24 ` [Intel-gfx] " Daniel Vetter
2020-09-15 14:59 ` [PATCH v2 05/21] drm/gma500: " Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` [Intel-gfx] " Thomas Zimmermann
2020-09-16 11:31 ` Daniel Vetter
2020-09-16 11:31 ` Daniel Vetter
2020-09-16 11:31 ` Daniel Vetter
2020-09-16 11:31 ` Daniel Vetter
2020-09-16 11:31 ` Daniel Vetter
2020-09-16 11:31 ` Daniel Vetter
2020-09-16 11:31 ` [Intel-gfx] " Daniel Vetter
2020-09-15 14:59 ` [PATCH v2 06/21] drm/i915: " Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` [Intel-gfx] " Thomas Zimmermann
2020-09-15 16:14 ` Tvrtko Ursulin
2020-09-15 16:14 ` Tvrtko Ursulin
2020-09-15 16:14 ` Tvrtko Ursulin
2020-09-15 16:14 ` Tvrtko Ursulin
2020-09-15 16:14 ` Tvrtko Ursulin
2020-09-15 16:14 ` Tvrtko Ursulin
2020-09-15 16:14 ` [Intel-gfx] " Tvrtko Ursulin
2020-09-15 14:59 ` [PATCH v2 07/21] drm/mediatek: " Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` [Intel-gfx] " Thomas Zimmermann
2020-09-16 11:35 ` Daniel Vetter
2020-09-16 11:35 ` Daniel Vetter
2020-09-16 11:35 ` Daniel Vetter
2020-09-16 11:35 ` Daniel Vetter
2020-09-16 11:35 ` Daniel Vetter
2020-09-16 11:35 ` Daniel Vetter
2020-09-16 11:35 ` [Intel-gfx] " Daniel Vetter
2020-09-15 14:59 ` [PATCH v2 08/21] drm/msm: Introduce GEM object funcs Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` [Intel-gfx] " Thomas Zimmermann
2020-09-16 12:01 ` Daniel Vetter
2020-09-16 12:01 ` Daniel Vetter
2020-09-16 12:01 ` Daniel Vetter
2020-09-16 12:01 ` Daniel Vetter
2020-09-16 12:01 ` Daniel Vetter
2020-09-16 12:01 ` Daniel Vetter
2020-09-16 12:01 ` [Intel-gfx] " Daniel Vetter
2020-09-15 14:59 ` [PATCH v2 09/21] drm/nouveau: Introduce GEM object functions Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` [Intel-gfx] " Thomas Zimmermann
2020-09-16 12:04 ` Daniel Vetter
2020-09-16 12:04 ` Daniel Vetter
2020-09-16 12:04 ` Daniel Vetter
2020-09-16 12:04 ` Daniel Vetter
2020-09-16 12:04 ` Daniel Vetter
2020-09-16 12:04 ` Daniel Vetter
2020-09-16 12:04 ` [Intel-gfx] " Daniel Vetter
2020-09-15 14:59 ` [PATCH v2 10/21] drm/omapdrm: " Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` [Intel-gfx] " Thomas Zimmermann
2020-09-15 14:59 ` [PATCH v2 11/21] drm/pl111: " Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` [Intel-gfx] " Thomas Zimmermann
2020-09-15 14:59 ` [PATCH v2 12/21] drm/radeon: " Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` [Intel-gfx] " Thomas Zimmermann
2020-09-15 15:08 ` Christian König
2020-09-15 15:08 ` Christian König
2020-09-15 15:08 ` Christian König
2020-09-15 15:08 ` Christian König
2020-09-15 15:08 ` Christian König
2020-09-15 15:08 ` Christian König
2020-09-15 15:08 ` [Intel-gfx] " Christian König
2020-09-15 14:59 ` [PATCH v2 13/21] drm/rockchip: Convert to drm_gem_object_funcs Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` [Intel-gfx] " Thomas Zimmermann
2020-09-16 4:19 ` kernel test robot
2020-09-16 12:07 ` Daniel Vetter
2020-09-16 12:07 ` Daniel Vetter
2020-09-16 12:07 ` Daniel Vetter
2020-09-16 12:07 ` Daniel Vetter
2020-09-16 12:07 ` Daniel Vetter
2020-09-16 12:07 ` Daniel Vetter
2020-09-16 12:07 ` [Intel-gfx] " Daniel Vetter
2020-09-15 14:59 ` [PATCH v2 14/21] drm/tegra: Introduce GEM object functions Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` [Intel-gfx] " Thomas Zimmermann
2020-09-17 10:56 ` Thierry Reding
2020-09-17 10:56 ` Thierry Reding
2020-09-17 10:56 ` Thierry Reding
2020-09-17 10:56 ` Thierry Reding
2020-09-17 10:56 ` Thierry Reding
2020-09-17 10:56 ` Thierry Reding
2020-09-17 10:56 ` [Intel-gfx] " Thierry Reding
2020-09-15 14:59 ` [PATCH v2 15/21] drm/vc4: " Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` [Intel-gfx] " Thomas Zimmermann
2020-09-15 14:59 ` [PATCH v2 16/21] drm/vgem: " Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` [Intel-gfx] " Thomas Zimmermann
2020-09-17 14:01 ` Melissa Wen
2020-09-17 14:01 ` Melissa Wen
2020-09-17 14:01 ` Melissa Wen
2020-09-17 14:01 ` Melissa Wen
2020-09-17 14:01 ` Melissa Wen
2020-09-17 14:01 ` Melissa Wen
2020-09-17 14:01 ` [Intel-gfx] " Melissa Wen
2020-09-15 14:59 ` [PATCH v2 17/21] drm/virtgpu: Set PRIME export function in struct drm_gem_object_funcs Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` [Intel-gfx] " Thomas Zimmermann
2020-09-16 12:09 ` Daniel Vetter
2020-09-16 12:09 ` Daniel Vetter
2020-09-16 12:09 ` Daniel Vetter
2020-09-16 12:09 ` Daniel Vetter
2020-09-16 12:09 ` Daniel Vetter
2020-09-16 12:09 ` Daniel Vetter
2020-09-16 12:09 ` [Intel-gfx] " Daniel Vetter
2020-09-15 14:59 ` [PATCH v2 18/21] drm/vkms: Introduce GEM object functions Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` [Intel-gfx] " Thomas Zimmermann
2020-09-17 11:31 ` Melissa Wen
2020-09-17 11:31 ` Melissa Wen
2020-09-17 11:31 ` Melissa Wen
2020-09-17 11:31 ` Melissa Wen
2020-09-17 11:31 ` Melissa Wen
2020-09-17 11:31 ` Melissa Wen
2020-09-17 11:31 ` [Intel-gfx] " Melissa Wen
2020-09-15 14:59 ` [PATCH v2 19/21] drm/xen: " Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` [Intel-gfx] " Thomas Zimmermann
2020-09-15 14:59 ` [PATCH v2 20/21] drm/xlnx: Initialize DRM driver instance with CMA helper macro Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` [Intel-gfx] " Thomas Zimmermann
2020-09-15 15:53 ` Laurent Pinchart
2020-09-15 15:53 ` Laurent Pinchart
2020-09-15 15:53 ` Laurent Pinchart
2020-09-15 15:53 ` Laurent Pinchart
2020-09-15 15:53 ` Laurent Pinchart
2020-09-15 15:53 ` Laurent Pinchart
2020-09-15 15:53 ` [Intel-gfx] " Laurent Pinchart
2020-09-15 18:39 ` Hyun Kwon
2020-09-15 18:39 ` Hyun Kwon
2020-09-15 18:39 ` Hyun Kwon
2020-09-15 18:39 ` Hyun Kwon
2020-09-15 18:39 ` Hyun Kwon
2020-09-15 18:39 ` Hyun Kwon
2020-09-15 18:39 ` [Intel-gfx] " Hyun Kwon
2020-09-15 14:59 ` [PATCH v2 21/21] drm: Remove obsolete GEM and PRIME callbacks from struct drm_driver Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` Thomas Zimmermann
2020-09-15 14:59 ` [Intel-gfx] " Thomas Zimmermann
2020-09-16 8:01 ` kernel test robot
2020-09-16 10:16 ` kernel test robot [this message]
2020-09-16 12:12 ` Daniel Vetter
2020-09-16 12:12 ` Daniel Vetter
2020-09-16 12:12 ` Daniel Vetter
2020-09-16 12:12 ` Daniel Vetter
2020-09-16 12:12 ` Daniel Vetter
2020-09-16 12:12 ` Daniel Vetter
2020-09-16 12:12 ` [Intel-gfx] " Daniel Vetter
2020-09-16 17:55 ` Thomas Zimmermann
2020-09-16 17:55 ` Thomas Zimmermann
2020-09-16 17:55 ` Thomas Zimmermann
2020-09-16 17:55 ` Thomas Zimmermann
2020-09-16 17:55 ` Thomas Zimmermann
2020-09-16 17:55 ` Thomas Zimmermann
2020-09-16 17:55 ` [Intel-gfx] " Thomas Zimmermann
2020-09-21 8:11 ` Dan Carpenter
2020-09-21 8:11 ` Dan Carpenter
2020-09-15 15:25 ` [PATCH v2 00/21] Convert all remaining drivers to GEM object functions Christian König
2020-09-15 15:25 ` Christian König
2020-09-15 15:25 ` Christian König
2020-09-15 15:25 ` Christian König
2020-09-15 15:25 ` Christian König
2020-09-15 15:25 ` Christian König
2020-09-15 15:25 ` [Intel-gfx] " Christian König
2020-09-17 7:05 ` Thomas Zimmermann
2020-09-17 7:05 ` Thomas Zimmermann
2020-09-17 7:05 ` Thomas Zimmermann
2020-09-17 7:05 ` Thomas Zimmermann
2020-09-17 7:05 ` Thomas Zimmermann
2020-09-17 7:05 ` Thomas Zimmermann
2020-09-17 7:05 ` [Intel-gfx] " Thomas Zimmermann
2020-09-15 16:22 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Convert all remaining drivers to GEM object functions (rev2) Patchwork
2020-09-15 16:24 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2020-09-15 16:39 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " Patchwork
-- strict thread matches above, loose matches on Subject: below --
2020-09-19 5:53 [PATCH v2 21/21] drm: Remove obsolete GEM and PRIME callbacks from struct drm_driver kernel test robot
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=202009161824.4yndUWPy%lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.