All of lore.kernel.org
 help / color / mirror / Atom feed
From: Timo Aaltonen <tjaalton@ubuntu.com>
To: Daniel Vetter <daniel@ffwll.ch>, Juston Li <juston.li@intel.com>
Cc: intel-gfx@lists.freedesktop.org,
	Daniel Stone <daniels@collabora.com>,
	dri-devel@lists.freedesktop.org
Subject: Re: [RESEND PATCH v2] drm: Add getfb2 ioctl
Date: Thu, 21 Nov 2019 10:26:29 +0200	[thread overview]
Message-ID: <14d291d3-774b-faec-370d-0d0164f33447@ubuntu.com> (raw)
In-Reply-To: <20191009155054.GM16989@phenom.ffwll.local>

On 9.10.2019 18.50, Daniel Vetter wrote:
> On Thu, Oct 03, 2019 at 11:31:25AM -0700, Juston Li wrote:
>> From: Daniel Stone <daniels@collabora.com>
>>
>> getfb2 allows us to pass multiple planes and modifiers, just like addfb2
>> over addfb.
>>
>> Changes since v1:
>>  - unused modifiers set to 0 instead of DRM_FORMAT_MOD_INVALID
>>  - update ioctl number
>>
>> Signed-off-by: Daniel Stone <daniels@collabora.com>
>> Signed-off-by: Juston Li <juston.li@intel.com>
> 
> Looks all good from a very quick glance (kernel, libdrm, igt), but where's
> the userspace? Link to weston/drm_hwc/whatever MR good enough.
> -Daniel

xserver too

https://lists.x.org/archives/xorg-devel/2018-March/056363.html

to fix

https://gitlab.freedesktop.org/xorg/xserver/issues/33

which forces Ubuntu to disable CCS compression, and I'd like to get rid
of that patch.

Thanks Juston for pushing this!


-- 
t
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

WARNING: multiple messages have this Message-ID (diff)
From: Timo Aaltonen <tjaalton@ubuntu.com>
To: Daniel Vetter <daniel@ffwll.ch>, Juston Li <juston.li@intel.com>
Cc: intel-gfx@lists.freedesktop.org,
	Daniel Stone <daniels@collabora.com>,
	dri-devel@lists.freedesktop.org
Subject: Re: [RESEND PATCH v2] drm: Add getfb2 ioctl
Date: Thu, 21 Nov 2019 10:26:29 +0200	[thread overview]
Message-ID: <14d291d3-774b-faec-370d-0d0164f33447@ubuntu.com> (raw)
Message-ID: <20191121082629.OvJ-8OEk8-tQpy5M2DZ0_hFTNhS4sU5mnGIa0Hgo3T8@z> (raw)
In-Reply-To: <20191009155054.GM16989@phenom.ffwll.local>

On 9.10.2019 18.50, Daniel Vetter wrote:
> On Thu, Oct 03, 2019 at 11:31:25AM -0700, Juston Li wrote:
>> From: Daniel Stone <daniels@collabora.com>
>>
>> getfb2 allows us to pass multiple planes and modifiers, just like addfb2
>> over addfb.
>>
>> Changes since v1:
>>  - unused modifiers set to 0 instead of DRM_FORMAT_MOD_INVALID
>>  - update ioctl number
>>
>> Signed-off-by: Daniel Stone <daniels@collabora.com>
>> Signed-off-by: Juston Li <juston.li@intel.com>
> 
> Looks all good from a very quick glance (kernel, libdrm, igt), but where's
> the userspace? Link to weston/drm_hwc/whatever MR good enough.
> -Daniel

xserver too

https://lists.x.org/archives/xorg-devel/2018-March/056363.html

to fix

https://gitlab.freedesktop.org/xorg/xserver/issues/33

which forces Ubuntu to disable CCS compression, and I'd like to get rid
of that patch.

Thanks Juston for pushing this!


-- 
t
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

WARNING: multiple messages have this Message-ID (diff)
From: Timo Aaltonen <tjaalton@ubuntu.com>
To: Daniel Vetter <daniel@ffwll.ch>, Juston Li <juston.li@intel.com>
Cc: intel-gfx@lists.freedesktop.org,
	Daniel Stone <daniels@collabora.com>,
	dri-devel@lists.freedesktop.org
Subject: Re: [Intel-gfx] [RESEND PATCH v2] drm: Add getfb2 ioctl
Date: Thu, 21 Nov 2019 10:26:29 +0200	[thread overview]
Message-ID: <14d291d3-774b-faec-370d-0d0164f33447@ubuntu.com> (raw)
Message-ID: <20191121082629.Y8-tCBx-QAn8hBOT-ECBcVzzUoF_M3oKq4his18d134@z> (raw)
In-Reply-To: <20191009155054.GM16989@phenom.ffwll.local>

On 9.10.2019 18.50, Daniel Vetter wrote:
> On Thu, Oct 03, 2019 at 11:31:25AM -0700, Juston Li wrote:
>> From: Daniel Stone <daniels@collabora.com>
>>
>> getfb2 allows us to pass multiple planes and modifiers, just like addfb2
>> over addfb.
>>
>> Changes since v1:
>>  - unused modifiers set to 0 instead of DRM_FORMAT_MOD_INVALID
>>  - update ioctl number
>>
>> Signed-off-by: Daniel Stone <daniels@collabora.com>
>> Signed-off-by: Juston Li <juston.li@intel.com>
> 
> Looks all good from a very quick glance (kernel, libdrm, igt), but where's
> the userspace? Link to weston/drm_hwc/whatever MR good enough.
> -Daniel

xserver too

https://lists.x.org/archives/xorg-devel/2018-March/056363.html

to fix

https://gitlab.freedesktop.org/xorg/xserver/issues/33

which forces Ubuntu to disable CCS compression, and I'd like to get rid
of that patch.

Thanks Juston for pushing this!


-- 
t
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  parent reply	other threads:[~2019-11-21  8:26 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-03 18:31 [RESEND PATCH v2] drm: Add getfb2 ioctl Juston Li
2019-10-03 21:27 ` ✓ Fi.CI.BAT: success for " Patchwork
2019-10-04 11:20 ` ✗ Fi.CI.IGT: failure " Patchwork
2019-10-09 15:50 ` [RESEND PATCH v2] " Daniel Vetter
2019-10-14 16:21   ` Li, Juston
2019-10-14 17:51     ` Daniel Vetter
2019-10-14 18:30       ` Li, Juston
2019-10-15 15:12       ` Daniele Castagna
2019-11-21  8:26   ` Timo Aaltonen [this message]
2019-11-21  8:26     ` [Intel-gfx] " Timo Aaltonen
2019-11-21  8:26     ` Timo Aaltonen
2019-11-21  9:28     ` Daniel Vetter
2019-11-21  9:28       ` [Intel-gfx] " Daniel Vetter
2019-11-22  1:07       ` Li, Juston
2019-11-22  1:07         ` [Intel-gfx] " Li, Juston
2019-11-22  1:07         ` Li, Juston
2019-12-13 21:36 ` Ville Syrjälä
2019-12-13 21:36   ` [Intel-gfx] " Ville Syrjälä
2019-12-13 22:52   ` Li, Juston
2019-12-13 22:52     ` [Intel-gfx] " Li, Juston
2019-12-14  0:01     ` Daniel Vetter
2019-12-14  0:01       ` Daniel Vetter

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=14d291d3-774b-faec-370d-0d0164f33447@ubuntu.com \
    --to=tjaalton@ubuntu.com \
    --cc=daniel@ffwll.ch \
    --cc=daniels@collabora.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=juston.li@intel.com \
    /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.