Re: libdrm_amdgpu being forked and merged into Mesa

2024-10-25 Thread Alex Deucher
On Thu, Oct 24, 2024 at 8:38 AM Christian König wrote: > > Completely agree, but that's a platform decision which Alex needs to make. + Felix Does buffer sharing with ROCm depend on the shared VA space? Alex > > Christian. > > Am 24.10.24 um 14:16 schrieb Marek Olšák: > > I don't think we need

Re: Reporting an issue on not possible

2024-07-11 Thread Alex Deucher
What sort of problem are you having? You should be able to click on "Register" at the top right and then create an account. You will need a valid email to do so. Alex On Thu, Jul 11, 2024 at 6:25 AM Riza Dindir wrote: > > Hello > > I wanted to report a problem with firefox and mesa via > http

Re: [Mesa-dev] [RFC] Linux Graphics Next: Explicit fences everywhere and no BO fences - initial proposal

2021-05-03 Thread Alex Deucher
On Sat, May 1, 2021 at 6:27 PM Marek Olšák wrote: > > On Wed, Apr 28, 2021 at 5:07 AM Michel Dänzer wrote: >> >> On 2021-04-28 8:59 a.m., Christian König wrote: >> > Hi Dave, >> > >> > Am 27.04.21 um 21:23 schrieb Marek Olšák: >> >> Supporting interop with any device is always possible. It depend

Re: [Mesa-dev] [RFC] Linux Graphics Next: Explicit fences everywhere and no BO fences - initial proposal

2021-04-28 Thread Alex Deucher
21 um 14:26 schrieb Daniel Vetter: > > > > > On Wed, Apr 28, 2021 at 02:21:54PM +0200, Daniel Vetter wrote: > > > > > > On Wed, Apr 28, 2021 at 12:31:09PM +0200, Christian König wrote: > > > > > > > Am 28.04.21 um 12:05 schrieb Dani

Re: [Mesa-dev] [RFC] Linux Graphics Next: Explicit fences everywhere and no BO fences - initial proposal

2021-04-28 Thread Alex Deucher
On Wed, Apr 28, 2021 at 6:31 AM Christian König wrote: > > Am 28.04.21 um 12:05 schrieb Daniel Vetter: > > On Tue, Apr 27, 2021 at 02:01:20PM -0400, Alex Deucher wrote: > >> On Tue, Apr 27, 2021 at 1:35 PM Simon Ser wrote: > >>> On Tuesday, April 27th, 2021 at 7

Re: [Mesa-dev] [RFC] Linux Graphics Next: Explicit fences everywhere and no BO fences - initial proposal

2021-04-27 Thread Alex Deucher
On Tue, Apr 27, 2021 at 1:35 PM Simon Ser wrote: > > On Tuesday, April 27th, 2021 at 7:31 PM, Lucas Stach > wrote: > > > > Ok. So that would only make the following use cases broken for now: > > > > > > - amd render -> external gpu > > > - amd video encode -> network device > > > > FWIW, "only"

Re: [Mesa-dev] [PATCH] radeon/vcn: enable rate control for hevc encoding

2019-12-13 Thread Alex Deucher
The mesa process has switched to using merge requests. The steps for creating a MR are: 1*) Click "fork" in the Meso repo to create a private repo where you'll push branches for MRs. 2) git push your branch into your private repo 3) The "git push" command printed a link to create a MR for that bra

Re: [Mesa-dev] Requiring a full author name when contributing to mesa?

2019-12-12 Thread Alex Deucher
What does the name matter? The name is the least of your worries. What if their patch uses a patented algorithm? Does anyone check for that? The whole Signed-off-by thing just just hazing for newbs. Someone took the time to write and submit a patch. We trust they did the right thing and didn't

Re: [Mesa-dev] Is it time to stop using the mailing list for patch review?

2019-12-10 Thread Alex Deucher
usually make it through. If we are proposing to do away with the mailing list, what is the plan for non-patch discussions? Opening issues in gitlab? Alex > > Dylan > > Quoting Alex Deucher (2019-12-10 07:30:43) > > How do we deal with drive by fixes? E.g., some random user submi

Re: [Mesa-dev] Is it time to stop using the mailing list for patch review?

2019-12-10 Thread Alex Deucher
How do we deal with drive by fixes? E.g., some random user submits a fix but doesn't want to create a gitlab account just to submit a fix? Whoever reviews the patch should submit an MR? Alex On Mon, Dec 9, 2019 at 6:07 PM Dylan Baker wrote: > > Hi everyone, > > I think its time we discussed whe

Re: [Mesa-dev] [PATCH 2/2] radv: fix VK_EXT_memory_budget if one heap isn't available

2019-06-11 Thread Alex Deucher
On Tue, Jun 11, 2019 at 10:43 AM Samuel Pitoiset wrote: > > On VegaM, the visible VRAM size is equal to the VRAM size, which > means only two heaps are exposed. FWIW, this is not VegaM specific. The vram size could be equal to the visible vram size on any asic depending on whether the platform s

Re: [Mesa-dev] [PATCH 1/2] ac: add comments to chip enums

2019-05-15 Thread Alex Deucher
> -CHIP_CEDAR, > +CHIP_CEDAR,/* Evergreen */ Could also make this /* GFX4 (Evergreen) */ > CHIP_REDWOOD, > CHIP_JUNIPER, > @@ -73,17 +73,17 @@ enum radeon_family { > CHIP_TURKS, > CHIP_CAICOS, > -CHIP_CAYMAN, > +CHIP_CAYMAN, /* North

Re: [Mesa-dev] [PATCH] vl/dri3: set back buffer from output to NULL with front buffer case

2019-05-13 Thread Alex Deucher
Acked-by: Alex Deucher On Mon, May 13, 2019 at 4:01 PM Liu, Leo wrote: > > Ping... > > On 5/9/19 2:10 PM, Liu, Leo wrote: > > Since the using output optimization is only for back buffer case > > > > Signed-off-by: Leo Liu > > --- > > src/gallium/a

Re: [Mesa-dev] [PATCH] radeon/vcn: add H.264 constrained baseline support

2019-03-26 Thread Alex Deucher
On Tue, Mar 26, 2019 at 2:44 PM Liu, Leo wrote: > > VCN supports this profile as well as UVD, so add it > > Signed-off-by: Leo Liu > CC: Reviewed-by: Alex Deucher > --- > src/gallium/drivers/radeon/radeon_vcn_dec.c | 1 + > 1 file changed, 1 insertion(+) > > di

Re: [Mesa-dev] Is EVOC real or fake?

2019-03-13 Thread Alex Deucher
I don't remember seeing your message, but you can find details about EVoC here: https://www.x.org/wiki/XorgEVoC/ Basically, it's similar to GSoC. The prospective student picks a project, gets involved in the project (to learn the code and make some simple changes to show you understand it) and th

Re: [Mesa-dev] [PATCH 0/5] RadeonSI: Displayable DCC for Ravens

2019-03-01 Thread Alex Deucher
On Fri, Mar 1, 2019 at 10:11 AM Mike Lothian wrote: > > Hi > > What do you mean by kernel driver version? It doesn't seem to match up > with a kernel version or a DC Version It's not the DC version or the kernel version. There is a drm interface to get the drm driver version so that userspace ca

Re: [Mesa-dev] [PATCH 4/4] radeonsi: use SDMA for uploading data through const_uploader

2019-02-07 Thread Alex Deucher
On Thu, Feb 7, 2019 at 2:47 PM Axel Davy wrote: > > On 07/02/2019 02:22, Marek Olšák wrote: > > > > + bool use_sdma_upload = sscreen->info.has_dedicated_vram && > > sctx->dma_cs && debug_get_bool_option("SDMA", true); > > + sctx->b.const_uploader = u_upload_create(&sctx->b, 256 * 1024, >

Re: [Mesa-dev] amdgpu: The CS has been cancelled because the context is lost.

2019-02-02 Thread Alex Deucher
On Sat, Feb 2, 2019 at 4:13 AM Jean-Dominique Frattini wrote: > > Hello, > > I am on Debian Linux testing. And after an update (firmware-amd-graphics, > xserver-xorg-video-amdgup and Mesa), my program often raises this error > message: > > amdgpu: The CS has been cancelled because the context is

Re: [Mesa-dev] [PATCH] ac: use the correct LLVM processor name on Raven2

2019-01-28 Thread Alex Deucher
Reviewed-by: Alex Deucher On Mon, Jan 28, 2019 at 10:56 AM Marek Olšák wrote: > > From: Marek Olšák > > --- > src/amd/common/ac_llvm_util.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/amd/common/ac_llvm_util.c b/src/amd/commo

Re: [Mesa-dev] [PATCH] pci_ids: add new VegaM pci id

2018-12-21 Thread Alex Deucher
Ping? On Thu, Dec 20, 2018 at 10:13 AM Alex Deucher wrote: > > Signed-off-by: Alex Deucher > Cc: mesa-sta...@lists.freedesktop.org > --- > include/pci_ids/radeonsi_pci_ids.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/pci_ids/radeonsi_pci_id

[Mesa-dev] [PATCH] pci_ids: add new VegaM pci id

2018-12-20 Thread Alex Deucher
Signed-off-by: Alex Deucher Cc: mesa-sta...@lists.freedesktop.org --- include/pci_ids/radeonsi_pci_ids.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/pci_ids/radeonsi_pci_ids.h b/include/pci_ids/radeonsi_pci_ids.h index a2bc9213207..75ac7761bb4 100644 --- a/include/pci_ids

Re: [Mesa-dev] [PATCH 1/2] pci_ids: add new vega10 pci ids

2018-12-14 Thread Alex Deucher
Ping? Alex On Fri, Dec 7, 2018 at 4:11 PM Alex Deucher wrote: > > Signed-off-by: Alex Deucher > Cc: mesa-sta...@lists.freedesktop.org > --- > include/pci_ids/radeonsi_pci_ids.h | 8 +++- > 1 file changed, 7 insertions(+), 1 deletion(-) > > diff --git a/include/pc

Re: [Mesa-dev] last call for autotools

2018-12-14 Thread Alex Deucher
On Fri, Dec 14, 2018 at 11:32 AM Matt Turner wrote: > > On Fri, Dec 14, 2018 at 4:12 AM Gert Wollny wrote: > > I second that, I voiced my concerns in a former thread, especially that > > so far this upcoming change has not been officially announced in the > > release notes or on mesa-user, and th

Re: [Mesa-dev] [PATCH v2] docs: Document GitLab merge request process (email alternative)

2018-12-13 Thread Alex Deucher
On Thu, Dec 13, 2018 at 11:41 AM Jason Ekstrand wrote: > > On Thu, Dec 13, 2018 at 9:56 AM Ilia Mirkin wrote: >> >> On Thu, Dec 13, 2018 at 10:52 AM Alex Deucher wrote: >> > >> > On Wed, Dec 12, 2018 at 3:42 AM Samuel Pitoiset >> > wrote: >>

Re: [Mesa-dev] [PATCH v2] docs: Document GitLab merge request process (email alternative)

2018-12-13 Thread Alex Deucher
On Wed, Dec 12, 2018 at 3:42 AM Samuel Pitoiset wrote: > > Personally, I will continue to use the list, at least for a simplicity > point of view. I'm not sure if using a new tool will improve quality and > code review process. > > Though, if the majority reports that is really nice to use, I will

Re: [Mesa-dev] last call for autotools

2018-12-11 Thread Alex Deucher
No offense, but if someone did bring up a need for autotools would it really make a difference? I believe the majority has spoken. Alex On Mon, Dec 10, 2018 at 6:11 PM Dylan Baker wrote: > > Meson 0.49.0 has been out for a couple of days now, and I'd like to make the > final call for autotools.

[Mesa-dev] [PATCH 1/2] pci_ids: add new vega10 pci ids

2018-12-07 Thread Alex Deucher
Signed-off-by: Alex Deucher Cc: mesa-sta...@lists.freedesktop.org --- include/pci_ids/radeonsi_pci_ids.h | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/include/pci_ids/radeonsi_pci_ids.h b/include/pci_ids/radeonsi_pci_ids.h index 35ea3559b02..f7defc4197a 100644 --- a

[Mesa-dev] [PATCH 2/2] pci_ids: add new vega20 pci id

2018-12-07 Thread Alex Deucher
Signed-off-by: Alex Deucher Cc: mesa-sta...@lists.freedesktop.org --- include/pci_ids/radeonsi_pci_ids.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/pci_ids/radeonsi_pci_ids.h b/include/pci_ids/radeonsi_pci_ids.h index f7defc4197a..a2bc9213207 100644 --- a/include/pci_ids

Re: [Mesa-dev] Lets talk about autotools

2018-11-29 Thread Alex Deucher
On Thu, Nov 29, 2018 at 9:19 PM Jason Ekstrand wrote: > > On November 29, 2018 19:49:33 Alex Deucher wrote: > > > On Thu, Nov 29, 2018 at 8:26 PM Eric Anholt wrote: > >> > >> Emil Velikov writes: > >> > >>> Hi all, > >>> >

Re: [Mesa-dev] Lets talk about autotools

2018-11-29 Thread Alex Deucher
On Thu, Nov 29, 2018 at 8:26 PM Eric Anholt wrote: > > Emil Velikov writes: > > > Hi all, > > > > I can see why people may opt to not use or maintain the autotools build. > > Although I would kindly ask that we do not remove it just yet. > > > > In Mesa, we have different parts not used by differ

Re: [Mesa-dev] [PATCH] amd/common: check DRM version 3.27 for JPEG decode

2018-10-23 Thread Alex Deucher
On Tue, Oct 23, 2018 at 1:06 PM Liu, Leo wrote: > > JPEG was added after DRM version 3.26 > > Signed-off-by: Leo Liu > Fixes: 4558758c51749(amd/common: add vcn jpeg ip info query) > Cc: Boyuan Zhang > Cc: Alex Smith Reviewed-by: Alex Deucher > --- > src/amd/commo

[Mesa-dev] [PATCH] pci_ids: add new polaris pci id

2018-09-19 Thread Alex Deucher
Signed-off-by: Alex Deucher Cc: mesa-sta...@lists.freedesktop.org --- include/pci_ids/radeonsi_pci_ids.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/pci_ids/radeonsi_pci_ids.h b/include/pci_ids/radeonsi_pci_ids.h index c8d30597230..dd2fc3b8f25 100644 --- a/include/pci_ids

Re: [Mesa-dev] Introduction to Community and Queries Regarding Task : Unit and performance tests for VA-API

2018-09-02 Thread Alex Deucher
On Sat, Sep 1, 2018 at 9:02 AM Iti Shree wrote: > > Good morning, > > I am Iti Shree currently pursuing B.Tech degree in Information and > Technology. I was browsing through some project and saw Xorg project ideas. > Many of them are indeed interesting, though they have precise hardware > requi

Re: [Mesa-dev] [PATCH] radv: don't expose linear depth surfaces on SI/CIK/VI either.

2018-08-30 Thread Alex Deucher
On Fri, Aug 31, 2018 at 1:57 AM Dave Airlie wrote: > > From: Dave Airlie > > ac_surface.c: gfx6_compute_surface says > /* DB doesn't support linear layouts. */ I think r100 was the last chip to support linear depth surfaces. Alex > > Now if we expose linear depth and create a linear depth imag

Re: [Mesa-dev] OpenCL Support on older AMD GPUs

2018-08-23 Thread Alex Deucher
On Thu, Aug 23, 2018 at 11:30 AM Benson Muite wrote: > > Hi, > > Is there likely to be support for OpenCL on older AMD GPUs? I have tried > running an OpenCL benchmark (https://github.com/mpicbg-scicomp/gearshifft) on > an AMD A6-6420K APU running Fedora 28. The code seems to partially run, but

Re: [Mesa-dev] Piglit for VA-API - Intern - Interested Student

2018-08-14 Thread Alex Deucher
On Tue, Aug 14, 2018 at 3:05 AM Naveen Naidu wrote: > > Hello Everyone, > > I am Naveen a Junior year computer science undergrad from India. I really > apologize for disturbing you people. But I have been going through the > available projects for the XorgEVoC internship program and the project

Re: [Mesa-dev] [PATCH] radeonsi: add support for Vega20

2018-07-12 Thread Alex Deucher
rc/gallium/drivers/radeonsi/si_get.c | 1 + > src/gallium/drivers/radeonsi/si_pipe.c | 3 ++- > src/gallium/drivers/radeonsi/si_state.c | 1 + > src/gallium/drivers/radeonsi/si_state_binning.c | 1 + > 12 files changed, 26 insertions(+), 3 deletions(-) Reviewed-by:

Re: [Mesa-dev] [PATCH] virgl: increase command size buffer a bit for constant buffers.

2018-06-15 Thread Alex Deucher
On Thu, Jun 14, 2018 at 11:13 PM, Dave Airlie wrote: > From: Dave Airlie > > If we want to upload 16k 32-bit consts we need a bit of overhead > to faciliate that. > > Fixes crash in: > KHR-GL44.geometry_shader.limits.max_uniform_components > --- > src/gallium/drivers/virgl/virgl_winsys.h | 2 +-

Re: [Mesa-dev] [PATCH 04/56] anv/entrypoints: Generalize the string map a bit

2018-03-09 Thread Alex Deucher
On Fri, Mar 9, 2018 at 11:04 AM, Jason Ekstrand wrote: > On March 9, 2018 00:35:06 Michel Dänzer wrote: > >> On 2018-03-08 07:53 PM, Jason Ekstrand wrote: >>> >>> On Thu, Mar 8, 2018 at 8:45 AM, Dylan Baker >> > wrote: >>> >>> > I know we've always given a lot of f

Re: [Mesa-dev] [PATCH 5/5] radeonsi: remove chip_class parameter from si_lower_nir

2018-03-08 Thread Alex Deucher
On Wed, Mar 7, 2018 at 3:34 PM, Marek Olšák wrote: > From: Marek Olšák > > We can get it from si_screen. Acked-by: Alex Deucher > --- > src/gallium/drivers/radeonsi/si_compute.c | 3 +-- > src/gallium/drivers/radeonsi/si_shader.h| 4 +--- > src/gal

Re: [Mesa-dev] [PATCH] st/dri: fix OpenGL-OpenCL interop for GL_TEXTURE_BUFFER

2018-03-08 Thread Alex Deucher
On Wed, Mar 7, 2018 at 3:35 PM, Marek Olšák wrote: > From: Marek Olšák > > Tested by our OpenCL team. > > Fixes: 9c499e6759b26c5e "st/mesa: don't invoke st_finalize_texture & > st_convert_sampler for TBOs" Acked-by: Alex Deucher > --- >

Re: [Mesa-dev] [PATCH 4/5] winsys/amdgpu: query GDS info

2018-03-08 Thread Alex Deucher
On Wed, Mar 7, 2018 at 3:34 PM, Marek Olšák wrote: > From: Marek Olšák > Reviewed-by: Alex Deucher > --- > src/amd/common/ac_gpu_info.c | 11 +++ > src/amd/common/ac_gpu_info.h | 2 ++ > 2 files changed, 13 insertions(+) > > diff --git a/src/amd/common/ac_gpu

Re: [Mesa-dev] [PATCH 2/5] radeonsi: expand constbuf 0 address correctly to fix Vega10 hangs

2018-03-08 Thread Alex Deucher
On Wed, Mar 7, 2018 at 3:34 PM, Marek Olšák wrote: > From: Marek Olšák > > This is only required with the latest libdrm. > > This fixes 32-bit support with high addresses. > (and possibly 64-bit support too because the high bits need to be masked out) Acked-by: Alex Deuc

Re: [Mesa-dev] [PATCH 1/5] radeonsi: align command buffer starting address to fix some Raven hangs

2018-03-08 Thread Alex Deucher
On Wed, Mar 7, 2018 at 3:34 PM, Marek Olšák wrote: > From: Marek Olšák > > Cc: 17.3 18.0 Reviewed-by: Alex Deucher > --- > src/amd/common/ac_gpu_info.c | 21 - > src/amd/common/ac_gpu_info.h | 1 + > src/gal

Re: [Mesa-dev] [PATCH 3/5] winsys/amdgpu: pad compute rings

2018-03-08 Thread Alex Deucher
On Thu, Mar 8, 2018 at 11:51 AM, Marek Olšák wrote: > From: Marek Olšák > > v2: pad with PKT2 NOPs on SI Reviewed-by: Alex Deucher > --- > src/gallium/winsys/amdgpu/drm/amdgpu_cs.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/src/g

Re: [Mesa-dev] [PATCH 3/5] winsys/amdgpu: pad compute rings

2018-03-07 Thread Alex Deucher
On Wed, Mar 7, 2018 at 3:34 PM, Marek Olšák wrote: > From: Marek Olšák > > --- > src/gallium/winsys/amdgpu/drm/amdgpu_cs.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/src/gallium/winsys/amdgpu/drm/amdgpu_cs.c > b/src/gallium/winsys/amdgpu/drm/amdgpu_cs.c > index d9a95c0..9cd334

Re: [Mesa-dev] [PATCH] radeonsi: fix radeon create encoder return

2018-02-27 Thread Alex Deucher
On Tue, Feb 27, 2018 at 5:43 PM, wrote: > From: Boyuan Zhang > > Previous patch missed a "return" when trying to modify the create encoder > function, which made the whole logic fail. Therefore, add the return back. > > Signed-off-by: Boyuan Zhang Reviewed-by:

Re: [Mesa-dev] Allocator Nouveau driver, Mesa EXT_external_objects, and DRM metadata import interfaces

2018-02-22 Thread Alex Deucher
On Thu, Feb 22, 2018 at 1:49 PM, Bas Nieuwenhuizen wrote: > On Thu, Feb 22, 2018 at 7:04 PM, Kristian Høgsberg > wrote: >> On Wed, Feb 21, 2018 at 4:00 PM Alex Deucher wrote: >> >>> On Wed, Feb 21, 2018 at 1:14 AM, Chad Versace >> wrote: >>>

Re: [Mesa-dev] Allocator Nouveau driver, Mesa EXT_external_objects, and DRM metadata import interfaces

2018-02-21 Thread Alex Deucher
On Wed, Feb 21, 2018 at 1:14 AM, Chad Versace wrote: > On Thu 21 Dec 2017, Daniel Vetter wrote: >> On Thu, Dec 21, 2017 at 12:22 AM, Kristian Kristensen >> wrote: >>> On Wed, Dec 20, 2017 at 12:41 PM, Miguel Angel Vico >>> wrote: On Wed, 20 Dec 2017 11:54:10 -0800 Kristian Høgsberg

Re: [Mesa-dev] Mesamatrix donator message

2018-02-21 Thread Alex Deucher
On Wed, Feb 21, 2018 at 11:12 AM, Romain Failliot wrote: > Hi! > > I received a donation on Mesamatrix with this message with it: > >> Please fix long-standing bug, not allowing to properly >> recognize my Bonaire XT card with glxinfo tool; for now, >> it reports Bonaire. See my WineHQ bug: #38921

Re: [Mesa-dev] [PATCH v2 0/8] The 2nd version for UVD HEVC encode

2018-02-08 Thread Alex Deucher
On Thu, Feb 8, 2018 at 5:28 PM, Mark Thompson wrote: > On 06/02/18 20:05, James Zhu wrote: >> The whole series are the updated version. Changes are made mainly based >> on the comments from prevous code review from Alex, Leo and Boyuan >> >> James Zhu (8): >> amd/common:add uvd hevc enc support

Re: [Mesa-dev] [PATCH 5/8] drivers/radeon:add uvd hevc enc functions

2018-02-05 Thread Alex Deucher
On Mon, Feb 5, 2018 at 12:16 PM, James Zhu wrote: > Implement UVD hevc encode functions > > Signed-off-by: James Zhu > --- > 1 | 21 ++ > src/gallium/drivers/radeon/radeon_uvd_enc.c | 340 > > 2 files changed, 361 insertion

Re: [Mesa-dev] [PATCH] r600: don't do stack workarounds for hemlock

2018-02-01 Thread Alex Deucher
ed. > (Discovered by accident.) Acked-by: Alex Deucher > --- > src/gallium/drivers/r600/sb/sb_bc.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/gallium/drivers/r600/sb/sb_bc.h > b/src/gallium/drivers/r600/sb/sb_bc.h > index b35671bf0f..a249395474 100644

Re: [Mesa-dev] [PATCH] radeonsi: make init_config indirect buffer read-only in GPUVM

2018-01-04 Thread Alex Deucher
On Thu, Jan 4, 2018 at 1:49 PM, Marek Olšák wrote: > From: Marek Olšák > Reviewed-by: Alex Deucher > --- > src/gallium/drivers/radeonsi/si_pm4.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/gallium/drivers/radeonsi/si_pm4.c &g

Re: [Mesa-dev] [PATCH 2/2] r600: fix textureSize queries with tbos

2017-12-27 Thread Alex Deucher
On Wed, Dec 27, 2017 at 7:51 PM, Dave Airlie wrote: > On 23 December 2017 at 17:19, wrote: >> From: Roland Scheidegger >> >> piglit doesn't care, but I'm quite confident that the size actually bound >> as range should be reported and not the base size of the resource. >> Also, the array in the

Re: [Mesa-dev] GBM and the Device Memory Allocator Proposals

2017-11-30 Thread Alex Deucher
On Thu, Nov 30, 2017 at 2:10 PM, Nicolai Hähnle wrote: > On 30.11.2017 19:52, Rob Clark wrote: >> >> On Thu, Nov 30, 2017 at 4:21 AM, Nicolai Hähnle >> wrote: >>> >>> On 30.11.2017 01:09, Miguel Angel Vico wrote: >> >> >> It seems to me that $new_thing should grow as a separate thing

Re: [Mesa-dev] 10-bit Mesa/Gallium support

2017-11-27 Thread Alex Deucher
On Mon, Nov 27, 2017 at 5:01 PM, Adam Jackson wrote: > On Thu, 2017-11-23 at 18:35 +0100, Marek Olšák wrote: >> Hi everybody, >> >> Mario, feel free to push your patches if you haven't yet. (except the >> workaround) >> >> For AMD, I applied Mario's patches (except Wayland - that didn't >> apply)

Re: [Mesa-dev] GPU (and system) monitoring

2017-11-20 Thread Alex Deucher
On Mon, Nov 20, 2017 at 5:10 PM, Dieter Nützel wrote: > Am 20.11.2017 18:17, schrieb Alex Deucher: >> >> On Mon, Nov 20, 2017 at 7:25 AM, Nicolai Hähnle >> wrote: >>> >>> This kind of system-level monitoring is typically the domain of the >>> kern

Re: [Mesa-dev] GPU (and system) monitoring

2017-11-20 Thread Alex Deucher
On Mon, Nov 20, 2017 at 7:25 AM, Nicolai Hähnle wrote: > This kind of system-level monitoring is typically the domain of the kernel, > not Mesa. > > I know you can get GPU clocks and temperature from there (e.g. umr does that > for the amdgpu kernel module), I don't know about power consumption th

Re: [Mesa-dev] [PATCH 11/18] radeon/vcn: add encode begin frame

2017-11-07 Thread Alex Deucher
On Tue, Nov 7, 2017 at 4:59 PM, wrote: > From: Boyuan Zhang Same here :) Add implementation for begin_frame interface for VCN encode. Alex > > Signed-off-by: Boyuan Zhang > --- > src/gallium/drivers/radeon/radeon_vcn_enc.c | 23 ++- > 1 file changed, 22 insertions(+), 1

Re: [Mesa-dev] [PATCH 09/18] radeon/vcn: add encode header algorithms

2017-11-07 Thread Alex Deucher
On Tue, Nov 7, 2017 at 4:59 PM, wrote: > From: Boyuan Zhang Better patch description please. What are these for? Please provide a brief overview. > > Signed-off-by: Boyuan Zhang > --- > src/gallium/drivers/radeon/radeon_vcn_enc.h | 6 ++ > src/gallium/drivers/radeon/radeon_vcn_enc_1_

Re: [Mesa-dev] [PATCH 08/18] radeon/vcn: add ib implementations

2017-11-07 Thread Alex Deucher
On Tue, Nov 7, 2017 at 4:59 PM, wrote: > From: Boyuan Zhang > Better patch description please. Something like: Implement the command buffer submission interfaces for VCN encode. > Signed-off-by: Boyuan Zhang > --- > src/gallium/drivers/radeon/radeon_vcn_enc_1_2.c | 292 > +

Re: [Mesa-dev] [PATCH 07/18] radeon/vcn: add common encode part

2017-11-07 Thread Alex Deucher
On Tue, Nov 7, 2017 at 4:59 PM, wrote: > From: Boyuan Zhang Better patch description please. Something like: Fill out a skeleton interface for video encode on vcn hardware. > > Signed-off-by: Boyuan Zhang > --- > src/gallium/drivers/radeon/Makefile.sources | 3 + > src/gallium/drivers

Re: [Mesa-dev] [PATCH 06/18] st/va: implement poc type

2017-11-07 Thread Alex Deucher
On Tue, Nov 7, 2017 at 4:59 PM, wrote: > From: Boyuan Zhang > Same comment as patch 5. Please provide some details as to what this is. Alex > Signed-off-by: Boyuan Zhang > --- > src/gallium/state_trackers/va/picture.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/gallium/sta

Re: [Mesa-dev] [PATCH 05/18] vl: add poc type

2017-11-07 Thread Alex Deucher
On Tue, Nov 7, 2017 at 4:59 PM, wrote: > From: Boyuan Zhang > Please add a better patch description. Why do you need this new element and what does it mean? Alex > Signed-off-by: Boyuan Zhang > --- > src/gallium/include/pipe/p_video_state.h | 1 + > 1 file changed, 1 insertion(+) > > diff

Re: [Mesa-dev] [PATCH 04/18] winsys/amdgpu: add vcn enc cs support

2017-11-07 Thread Alex Deucher
On Tue, Nov 7, 2017 at 4:58 PM, wrote: > From: Boyuan Zhang > > Signed-off-by: Boyuan Zhang > --- > src/gallium/winsys/amdgpu/drm/amdgpu_cs.c | 11 ++- > 1 file changed, 10 insertions(+), 1 deletion(-) > > diff --git a/src/gallium/winsys/amdgpu/drm/amdgpu_cs.c > b/src/gallium/winsys/a

Re: [Mesa-dev] [PATCH 01/18] radeon/vcn: add vcn encode interface

2017-11-07 Thread Alex Deucher
On Tue, Nov 7, 2017 at 4:58 PM, wrote: > From: Boyuan Zhang > > Signed-off-by: Boyuan Zhang > --- > src/gallium/drivers/radeon/radeon_vcn_enc.h | 325 > > 1 file changed, 325 insertions(+) > create mode 100644 src/gallium/drivers/radeon/radeon_vcn_enc.h > > diff

Re: [Mesa-dev] [PATCH] radeonsi: remove unused field in the PCI ID table

2017-11-07 Thread Alex Deucher
sys.c | 2 +- > src/loader/pci_id_driver_map.h| 2 +- > 4 files changed, 232 insertions(+), 232 deletions(-) Been wanting to do that for a while. Reviewed-by: Alex Deucher > > diff --git a/include/pci_ids/radeonsi_pci_ids.h > b/include/pci_ids/radeons

Re: [Mesa-dev] [PATCH] amdgpu/soc15: make the pcie index/data registers constant.

2017-09-29 Thread Alex Deucher
Dave Airlie Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/nbio_v6_1.c | 8 > drivers/gpu/drm/amd/amdgpu/nbio_v6_1.h | 2 +- > drivers/gpu/drm/amd/amdgpu/nbio_v7_0.c | 8 > drivers/gpu/drm/amd/amdgpu/nbio_v7_0.h | 2 +- > drivers/gpu/dr

Re: [Mesa-dev] [PATCH 4/4] radeonsi: get the raster config from AMDGPU on SI

2017-08-24 Thread Alex Deucher
On Thu, Aug 24, 2017 at 4:20 AM, Nicolai Hähnle wrote: > Patches 2-4: > > Reviewed-by: Nicolai Hähnle > > > On 23.08.2017 22:44, Marek Olšák wrote: >> >> From: Marek Olšák >> >> Not sure yet if we wanna do this on CIK and VI too. Any reason why we only do this for SI? Alex >> --- >> src/amd

Re: [Mesa-dev] [PATCH 1/2] gallium: Add PIPE_CAP_USER_MEMORY_PAGE_SIZE for page size of user pointers

2017-08-17 Thread Alex Deucher
On Thu, Aug 17, 2017 at 2:17 PM, Jan Vesely wrote: > Hi, > > thanks a lot for these answers. > > On Thu, 2017-08-17 at 15:01 +0200, Christian König wrote: >> Am 17.08.2017 um 13:54 schrieb Jan Vesely: >> > On Thu, 2017-08-17 at 11:54 +0200, Christian König wrote: >> > > [SNIP] >> > > In general AT

Re: [Mesa-dev] [PATCH 1/2] gallium: Add PIPE_CAP_USER_MEMORY_PAGE_SIZE for page size of user pointers

2017-08-16 Thread Alex Deucher
On Wed, Aug 16, 2017 at 11:34 PM, Michel Dänzer wrote: > On 17/08/17 12:33 PM, Aaron Watry wrote: >> On Wed, Aug 16, 2017 at 9:48 PM, Alex Deucher wrote: >>> On Wed, Aug 16, 2017 at 10:39 PM, Michel Dänzer wrote: >>>> On 17/08/

Re: [Mesa-dev] [PATCH 1/2] gallium: Add PIPE_CAP_USER_MEMORY_PAGE_SIZE for page size of user pointers

2017-08-16 Thread Alex Deucher
On Wed, Aug 16, 2017 at 10:39 PM, Michel Dänzer wrote: > On 17/08/17 10:52 AM, Aaron Watry wrote: >> PIPE_CAP_RESOURCE_FROM_USER_MEMORY says that size must be page aligned, >> but doesn't necessarily say anything about the size of those pages. > > Is there any case known so far where it's not the

Re: [Mesa-dev] [PATCH libdrm] tests/amdgpu: add uvd encode unit tests

2017-08-11 Thread Alex Deucher
On Thu, Aug 10, 2017 at 2:02 PM, wrote: > From: Boyuan Zhang > > Signed-off-by: Boyuan Zhang Acked-by: Alex Deucher > --- > tests/amdgpu/Makefile.am | 1 + > tests/amdgpu/amdgpu_test.c | 6 + > tests/amdgpu/amdgpu_test.h | 15 ++ > tests/amdg

Re: [Mesa-dev] AMD RXxxx/Vega: amd-staging-4.12 or amd-staging-drm-next

2017-08-08 Thread Alex Deucher
On Tue, Aug 8, 2017 at 5:48 PM, Dieter Nützel wrote: > Hello Alex, > > which is the 'right' way to switch to (from amd-staging-4.11)? > 4.13-rx UP (like Phoronix 'found';-)) show nice improvements. amd-staging-4.12 is our current internal development branch. amd-staging-drm-next, is just the amd-

Re: [Mesa-dev] [PATCH 1/5] clover/memory: Copy data when creating buffers with CL_MEM_USE_HOST_PTR

2017-08-03 Thread Alex Deucher
On Thu, Aug 3, 2017 at 3:33 PM, Aaron Watry wrote: > On Thu, Aug 3, 2017 at 11:53 AM, Jan Vesely wrote: >> On Thu, 2017-08-03 at 00:28 -0500, Aaron Watry wrote: >>> / >>> >>> On Sat, Jul 22, 2017 at 2:27 PM, Jan Vesely wrote: >>> > On Fri, 2017-07-21 at 23:19 -0500, Aaron Watry wrote: >>> > > Fi

Re: [Mesa-dev] [PATCH dri3proto v2] Add modifier/multi-plane requests, bump to v1.1

2017-07-26 Thread Alex Deucher
On Wed, Jul 26, 2017 at 8:15 AM, Nicolai Hähnle wrote: > On 26.07.2017 08:29, Michel Dänzer wrote: >> >> On 25/07/17 05:28 PM, Nicolai Hähnle wrote: >>> >>> On 22.07.2017 14:00, Daniel Stone wrote: I don't have any great solution off the top of my head, but I'd be inclined to b

Re: [Mesa-dev] [PATCH] ac/surface: fix hybrid graphics where APU=GFX9, dGPU=older

2017-07-25 Thread Alex Deucher
On Tue, Jul 25, 2017 at 12:38 PM, Marek Olšák wrote: > From: Marek Olšák > > Cc: 17.2 Reviewed-by: Alex Deucher > --- > src/amd/common/ac_surface.c | 11 +++ > 1 file changed, 11 insertions(+) > > diff --git a/src/amd/common/ac_surface.c b/src/amd/common/ac_s

Re: [Mesa-dev] [PATCH] radeonsi: fix detection of DRAW_INDIRECT_MULTI on SI

2017-07-25 Thread Alex Deucher
t should still go in. > > Reported-by: Gustaw Smolarczyk > Cc: 17.2 Acked-by: Alex Deucher > --- > src/gallium/drivers/radeonsi/si_pipe.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/gallium/drivers/radeonsi/si_pipe.c > b/src/galliu

Re: [Mesa-dev] [PATCH] amd/addrlib: fix typo in api name.

2017-07-12 Thread Alex Deucher
On Wed, Jul 12, 2017 at 9:18 AM, Nicolai Hähnle wrote: > On 09.07.2017 21:31, Dave Airlie wrote: >> >> From: Dave Airlie >> >> This fixes the misspelling of ALIGNMENTS in addrlib. >> >> Signed-off-by: Dave Airlie > > > Yay, divergence from the internal copy. But it's the right thing to do, > so.

Re: [Mesa-dev] [PATCH 6/6] st/dri: list __DRI2_FENCE extension only where needed

2017-07-07 Thread Alex Deucher
-off-by: Emil Velikov Not really an expert, but the series seems sane to me: Reviewed-by: Alex Deucher > --- > src/gallium/state_trackers/dri/dri2.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/src/gallium/state_trackers/dri/dri2.c > b/src/gallium/state_trackers/dri/

Re: [Mesa-dev] [PATCH 3/4] ac/llvm: set xnack like radeonsi does.

2017-07-06 Thread Alex Deucher
On Thu, Jul 6, 2017 at 4:56 PM, Marek Olšák wrote: > On Thu, Jul 6, 2017 at 8:12 PM, Alex Deucher wrote: >> On Thu, Jul 6, 2017 at 1:13 PM, Jan Vesely wrote: >>> On Thu, 2017-07-06 at 12:09 +1000, Dave Airlie wrote: >>>> From: Dave Airlie >>>> >

Re: [Mesa-dev] [st/va] Fix leak in VAAPI subpictures

2017-07-06 Thread Alex Deucher
On Thu, Jul 6, 2017 at 2:37 PM, Andres Gomez wrote: > It looks like we could want this into -stable (?) Yes, I think so. Alex > > On Thu, 2017-07-06 at 21:10 +0300, Andres Gomez wrote: >> On Thu, 2017-06-22 at 09:25 +, Namburu, Chandu-babu wrote: >> > From: Chandu Babu N >> > Subject: [PAT

Re: [Mesa-dev] [PATCH 3/4] ac/llvm: set xnack like radeonsi does.

2017-07-06 Thread Alex Deucher
On Thu, Jul 6, 2017 at 1:13 PM, Jan Vesely wrote: > On Thu, 2017-07-06 at 12:09 +1000, Dave Airlie wrote: >> From: Dave Airlie >> >> Use family, but only set xnack+ for gfx9. >> >> Signed-off-by: Dave Airlie >> --- >> src/amd/common/ac_llvm_util.c | 4 +++- >> 1 file changed, 3 insertions(+), 1

Re: [Mesa-dev] [PATCH v2] intel: Move the DRM uapi headers to a non-Intel location.

2017-06-30 Thread Alex Deucher
On Fri, Jun 30, 2017 at 3:02 PM, Eric Anholt wrote: > Alex Deucher writes: > >> On Fri, Jun 30, 2017 at 12:40 PM, Lionel Landwerlin >> wrote: >>> On 30/06/17 17:14, Alex Deucher wrote: >>>> >>>> On Fri, Jun 30, 2017 at 12:02 PM, E

Re: [Mesa-dev] [PATCH v2] intel: Move the DRM uapi headers to a non-Intel location.

2017-06-30 Thread Alex Deucher
On Fri, Jun 30, 2017 at 12:40 PM, Lionel Landwerlin wrote: > On 30/06/17 17:14, Alex Deucher wrote: >> >> On Fri, Jun 30, 2017 at 12:02 PM, Eric Anholt wrote: >>> >>> Alex Deucher writes: >>> >>>> On Thu, Jun 29, 2017 at 11:42 AM,

Re: [Mesa-dev] [PATCH v2] intel: Move the DRM uapi headers to a non-Intel location.

2017-06-30 Thread Alex Deucher
On Fri, Jun 30, 2017 at 12:02 PM, Eric Anholt wrote: > Alex Deucher writes: > >> On Thu, Jun 29, 2017 at 11:42 AM, Eric Anholt wrote: >>> I want to remove vc4's dependency on headers from libdrm as well, but >>> storing multiple copies of drm_fourcc.h in

Re: [Mesa-dev] [PATCH v2] intel: Move the DRM uapi headers to a non-Intel location.

2017-06-29 Thread Alex Deucher
On Thu, Jun 29, 2017 at 11:42 AM, Eric Anholt wrote: > I want to remove vc4's dependency on headers from libdrm as well, but > storing multiple copies of drm_fourcc.h in our tree would be silly. > > v2: Update Android.mk as well, move distcheck drm*.h references to > top-level noinst_HEADERS.

[Mesa-dev] [PATCH] radeonsi: add new polaris12 pci id

2017-06-16 Thread Alex Deucher
Signed-off-by: Alex Deucher Cc: 17.0 17.1 --- include/pci_ids/radeonsi_pci_ids.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/pci_ids/radeonsi_pci_ids.h b/include/pci_ids/radeonsi_pci_ids.h index 50f638f..9453c1c 100644 --- a/include/pci_ids/radeonsi_pci_ids.h +++ b/include

Re: [Mesa-dev] [PATCH 2/2] ac/sid.h: don't use parentheses in PKT3_RELEASE_MEM definition

2017-06-16 Thread Alex Deucher
On Fri, Jun 16, 2017 at 8:30 AM, Marek Olšák wrote: > From: Marek Olšák > > The parses skips the line if it contains parentheses. Series is: Reviewed-by: Alex Deucher > --- > src/amd/common/sid.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

Re: [Mesa-dev] [st/va] change va max_entrypoints

2017-06-14 Thread Alex Deucher
On Wed, Jun 14, 2017 at 9:40 AM, Namburu, Chandu-babu wrote: > From: Chandu Babu N > > > > As encode support is added along with decode, > > now max_entrypoints are two. > > vaMaxNumEntrypoints will return correct value. > > > > Signed-off-by: Chandu Babu N This should probably got to stable as

Re: [Mesa-dev] Proposal to branch off old drivers

2017-05-26 Thread Alex Deucher
On Thu, May 25, 2017 at 8:45 PM, Timothy Arceri wrote: > Hi all, > > Following on from the discussion here: > > https://lists.freedesktop.org/archives/mesa-dev/2017-May/155971.html > > Back in 2011/12 despite various concerns old hardware would become useless, > dropping support for DRI1 drivers M

Re: [Mesa-dev] [PATCH] configure.ac: update libdrm amdgpu version requirement

2017-05-24 Thread Alex Deucher
On Wed, May 24, 2017 at 12:05 PM, Leo Liu wrote: > VCN decode has a new interface, and that depends on the latest libdrm > > Signed-off-by: Leo Liu Reviewed-by: Alex Deucher > --- > configure.ac | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > dif

[Mesa-dev] [PATCH] radeonsi: add new vega10 pci ids

2017-05-10 Thread Alex Deucher
Cc: 17.1 Signed-off-by: Alex Deucher --- include/pci_ids/radeonsi_pci_ids.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/pci_ids/radeonsi_pci_ids.h b/include/pci_ids/radeonsi_pci_ids.h index 1058682..a20a936 100644 --- a/include/pci_ids/radeonsi_pci_ids.h +++ b/include/pci_ids

Re: [Mesa-dev] [PATCH] radeonsi: apply the tess+GS hang workaround to Polaris12 as well

2017-05-05 Thread Alex Deucher
On Fri, May 5, 2017 at 11:14 AM, Marek Olšák wrote: > From: Marek Olšák > > Cc: 17.1 Reviewed-by: Alex Deucher > --- > src/gallium/drivers/radeonsi/si_state_draw.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/src/gallium/drivers/radeo

Re: [Mesa-dev] [PATCH] gallium/radeon: fix typo in radeon_winsys.h

2017-04-06 Thread Alex Deucher
On Thu, Apr 6, 2017 at 8:27 AM, Samuel Pitoiset wrote: > Signed-off-by: Samuel Pitoiset Reviewed-by: Alex Deucher > --- > src/gallium/drivers/radeon/radeon_winsys.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/gallium/drivers/radeon/radeon

Re: [Mesa-dev] [PATCH 00/53] i965: Eat libdrm_intel for breakfast

2017-04-05 Thread Alex Deucher
On Wed, Apr 5, 2017 at 2:27 PM, Kristian Høgsberg wrote: > On Wed, Apr 5, 2017 at 11:11 AM, Jason Ekstrand wrote: >> On Wed, Apr 5, 2017 at 11:03 AM, Emil Velikov >> wrote: >>> >>> On 5 April 2017 at 18:55, Daniel Vetter wrote: >>> > On Wed, Apr 05, 2017 at 04:38:25PM +0100, Emil Velikov wrote:

Re: [Mesa-dev] [PATCH 00/53] i965: Eat libdrm_intel for breakfast

2017-04-05 Thread Alex Deucher
On Wed, Apr 5, 2017 at 2:03 PM, Emil Velikov wrote: > On 5 April 2017 at 18:55, Daniel Vetter wrote: >> On Wed, Apr 05, 2017 at 04:38:25PM +0100, Emil Velikov wrote: >>> Hi Ken, >>> >>> On 5 April 2017 at 01:09, Kenneth Graunke wrote: >>> > Hello, >>> > >>> > This series imports libdrm_intel int

[Mesa-dev] [PATCH] radeonsi: add new polaris10 pci id

2017-04-05 Thread Alex Deucher
Cc: 13.0 17.0 Signed-off-by: Alex Deucher --- include/pci_ids/radeonsi_pci_ids.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/pci_ids/radeonsi_pci_ids.h b/include/pci_ids/radeonsi_pci_ids.h index f4139ea..1058682 100644 --- a/include/pci_ids/radeonsi_pci_ids.h +++ b/include

Re: [Mesa-dev] [PATCH 6/9] gallium: decrease the size of pipe_box - 24 -> 16 bytes

2017-04-03 Thread Alex Deucher
On Sun, Apr 2, 2017 at 2:00 PM, Marek Olšák wrote: > From: Marek Olšák > > Also: > > pipe_transfer: 48 -> 40 bytes. > pipe_blit_info = 176 -> 160 bytes. > --- > src/gallium/include/pipe/p_state.h | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/src/gallium/include

  1   2   3   4   5   6   7   8   9   >