Re: [Mesa-dev] [RFC 2/2] drm/doc/rfc: i915 new parallel submission uAPI plan

2021-05-19 Thread Marcin Ślusarz
śr., 19 maj 2021 o 01:41 Matthew Brost napisał(a): > > Add entry fpr i915 new parallel submission uAPI plan. s/fpr/for/ > > v2: > (Daniel Vetter): > - Expand logical order explaination > - Add dummy header > - Only allow N BBs in execbuf IOCTL > - Configure parallel submission per slot

[libdrm PATCH 2/2] configure.ac: don't detect disabled options dependencies

2016-01-19 Thread Marcin Ślusarz
On Tue, Jan 19, 2016 at 10:26:16AM +0200, Emil Velikov wrote: > Hi Marcin, > > On 9 January 2016 at 17:05, Marcin Ślusarz > wrote: > > Currently with --disable-amdgpu --disable-valgrind --disable-cairo-tests > > cunit, valgrind and cairo are still detected. > > > Doesn't this patch make 1/2

[libdrm PATCH 2/2] configure.ac: don't detect disabled options dependencies

2016-01-09 Thread Marcin Ślusarz
Currently with --disable-amdgpu --disable-valgrind --disable-cairo-tests cunit, valgrind and cairo are still detected. Signed-off-by: Marcin Ślusarz --- configure.ac | 36 ++-- 1 file changed, 22 insertions(+), 14 deletions(-) diff --git a/configure.ac

[libdrm PATCH 1/2] tests: don't link to libcairo when it was disabled

2016-01-09 Thread Marcin Ślusarz
Currently it's possible to have non-empty CAIRO_LIBS (because cairo was (mis)detected) and HAVE_CAIRO=0 (because user supplied --disable-cairo-tests). Signed-off-by: Marcin Ślusarz --- tests/kms/Makefile.am | 9 +++-- tests/modetest/Makefile.am | 5 - tests/util/Makefile.am |

oops in reservation_object_wait_timeout_rcu

2015-09-06 Thread Marcin Ślusarz
BUG: unable to handle kernel paging request at c90003161018 IP: [] reservation_object_wait_timeout_rcu+0x35c/0x580 PGD 13a89a067 PUD 13a89b067 PMD 136735067 PTE 0 Oops: [#1] PREEMPT SMP Modules linked in: ctr ccm rfcomm bnep arc4 iwldvm mac80211 binfmt_misc iwlwifi cfg80211

[Intel-gfx] kernel BUG at drivers/gpu/drm/i915/i915_gem.c:1262!

2015-01-04 Thread Marcin Ślusarz
On Sun, Jan 04, 2015 at 08:45:58PM +, Chris Wilson wrote: > On Sun, Jan 04, 2015 at 03:33:05PM +0100, Marcin Ślusarz wrote: > > [432102.923209] kernel BUG at drivers/gpu/drm/i915/i915_gem.c:1262! > > [432102.923237] invalid opcode: [#1] PREEMPT SMP > > [432102.923262] Modules linked in:

kernel BUG at drivers/gpu/drm/i915/i915_gem.c:1262!

2015-01-04 Thread Marcin Ślusarz
[432102.922022] [ cut here ] [432102.922173] WARNING: CPU: 2 PID: 45 at drivers/gpu/drm/i915/intel_display.c:8979 intel_fb_obj_invalidate+0xdb/0xe0 [i915]() [432102.922178] Modules linked in: uas usb_storage dm_crypt ctr ccm arc4 iwldvm mac80211 iwlwifi cfg80211 rfcomm

v3.17, i915 vs nouveau: possible recursive locking detected

2014-10-13 Thread Marcin Ślusarz
= [ INFO: possible recursive locking detected ] 3.17.0 #50 Not tainted - Xorg/1170 is trying to acquire lock: (>struct_mutex){+.+.+.}, at: [] i915_gem_unmap_dma_buf+0x33/0xc0 [i915] but task is already

[PATCH] fence: dma-buf cross-device synchronization (v13)

2013-08-15 Thread Marcin Ślusarz
2013/8/15 Maarten Lankhorst : > A fence can be attached to a buffer which is being filled or consumed > by hw, to allow userspace to pass the buffer without waiting to another > device. For example, userspace can call page_flip ioctl to display the > next frame of graphics after kicking the GPU

Re: [PATCH] fence: dma-buf cross-device synchronization (v13)

2013-08-15 Thread Marcin Ślusarz
2013/8/15 Maarten Lankhorst maarten.lankho...@canonical.com: A fence can be attached to a buffer which is being filled or consumed by hw, to allow userspace to pass the buffer without waiting to another device. For example, userspace can call page_flip ioctl to display the next frame of

[PATCH V3] get_maintainer: use filename-only regex match for Tegra

2013-03-11 Thread Marcin Ślusarz
11 mar 2013 21:19, "Stephen Warren" napisa?(a): > > From: Stephen Warren > > Create a new N: entry type in MAINTAINERS which performs a regex match > against filenames; either those extracted from patch +++ or --- lines, > or those specified on the command-line using the -f option. > > This

Re: [PATCH V3] get_maintainer: use filename-only regex match for Tegra

2013-03-11 Thread Marcin Ślusarz
11 mar 2013 21:19, Stephen Warren swar...@wwwdotorg.org napisał(a): From: Stephen Warren swar...@nvidia.com Create a new N: entry type in MAINTAINERS which performs a regex match against filenames; either those extracted from patch +++ or --- lines, or those specified on the command-line

[PATCH] drm: Pretty print out the reason for rejecting the mode

2011-04-06 Thread Marcin Ślusarz
2011/4/5 Chris Wilson : > Signed-off-by: Chris Wilson > --- > ?drivers/gpu/drm/drm_modes.c | ? 52 +- > ?1 files changed, 50 insertions(+), 2 deletions(-) > > diff --git a/drivers/gpu/drm/drm_modes.c b/drivers/gpu/drm/drm_modes.c > index 25bf873..b3e07ac

Re: [PATCH] drm: Pretty print out the reason for rejecting the mode

2011-04-05 Thread Marcin Ślusarz
2011/4/5 Chris Wilson ch...@chris-wilson.co.uk: Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk ---  drivers/gpu/drm/drm_modes.c |   52 +-  1 files changed, 50 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/drm_modes.c