Re: [Mesa-dev] [PATCH] winsys/amdgpu: add an assertion to cik_get_num_tile_pipes (v2)

2016-02-04 Thread Alex Deucher
On Thu, Feb 4, 2016 at 11:15 AM, Marek Olšák wrote: > From: Marek Olšák > > v2: print an error to stderr Reviewed-by: Alex Deucher > --- > src/gallium/winsys/amdgpu/drm/amdgpu_winsys.c | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/src/g

Re: [Mesa-dev] [PATCH 5/5] gallium/radeon: implement query_memory_info (v2)

2016-02-04 Thread Alex Deucher
On Thu, Feb 4, 2016 at 3:42 PM, Marek Olšák wrote: > From: Marek Olšák > > v2: don't use DIV_ROUND_UP (no so useful) > also return eviction stats For the series: Reviewed-by: Alex Deucher > --- > src/gallium/drivers/r600/r600_pipe.c | 2 +- >

Re: [Mesa-dev] [PATCH 4/4] st/mesa: bail out of try_pbo_upload_common when constant upload fails

2016-02-04 Thread Alex Deucher
On Wed, Feb 3, 2016 at 12:09 PM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > Also fixes a resource leak when an upload_mgr is used for constants. For the series: Reviewed-by: Alex Deucher > --- > src/mesa/state_tracker/st_cb_texture.c | 6 ++ > 1 file cha

Re: [Mesa-dev] [PATCH] winsys/radeon: fix a wrong NUM_TILE_PIPES value from the kernel

2016-02-09 Thread Alex Deucher
On Tue, Feb 9, 2016 at 12:47 PM, Marek Olšák wrote: > On Tue, Feb 9, 2016 at 6:17 PM, Alexandre Demers > wrote: >>> +/* The kernel returns 12 for some cards for an unknown >>> reason. >>> + * I thought this was supposed to be a power of two. >>> + */ >>> +

Re: [Mesa-dev] st/mesa: implement new DMA-buf based VDPAU interop v2 - REGRESSION on r600

2016-03-30 Thread Alex Deucher
On Wed, Mar 30, 2016 at 11:18 AM, Dieter Nützel wrote: > Am 30.03.2016 08:51, schrieb Dieter Nützel: >> >> Am 30.03.2016 08:20, schrieb Thomas H.P. Andersen: >>> >>> On Wed, Mar 30, 2016 at 6:36 AM, Dieter Nützel >>> wrote: >>> Hello Christian, after all this new VDPAU stuff, I get

Re: [Mesa-dev] [PATCH 0/3] R600-GCN: Improving performance on APUs & IGPs

2016-04-11 Thread Alex Deucher
=false in Mesa, leading to > literally 0 buffer evictions. > Series is: Reviewed-by: Alex Deucher ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH 1/3] glsl: removing double semi-colons

2016-04-13 Thread Alex Deucher
On Wed, Apr 13, 2016 at 12:43 PM, Jakob Sinclair wrote: > Trivial change. Removing unnecessary semi-colons from the code. > I don't have push access so someone reviewing this can push it. > > Signed-off-by: Jakob Sinclair For the series: Reviewed-by: Alex Deucher > ---

Re: [Mesa-dev] Mesa (master): 29 new commits

2016-04-14 Thread Alex Deucher
On Thu, Apr 14, 2016 at 3:29 AM, Michel Dänzer wrote: > On 14.04.2016 11:37, Michel Dänzer wrote: >> On 12.04.2016 21:33, Marek =?UNKNOWN?B?T2zFocOhaw==?= wrote: >>> >>> URL: >>> http://cgit.freedesktop.org/mesa/mesa/commit/?id=5a4b74d1ba2c156766a7a5dbfef099c7db5d6694 >>> Author: Marek Olšák

Re: [Mesa-dev] Mesa (master): 29 new commits

2016-04-14 Thread Alex Deucher
On Thu, Apr 14, 2016 at 9:21 AM, Alex Deucher wrote: > On Thu, Apr 14, 2016 at 3:29 AM, Michel Dänzer wrote: >> On 14.04.2016 11:37, Michel Dänzer wrote: >>> On 12.04.2016 21:33, Marek =?UNKNOWN?B?T2zFocOhaw==?= wrote: >>>> >>>> URL: >>>

Re: [Mesa-dev] [PATCH] radeonsi: set SLC for atomics and coherent ops on APUs

2016-04-15 Thread Alex Deucher
On Thu, Apr 14, 2016 at 5:55 PM, Nicolai Hähnle wrote: > On 14.04.2016 10:36, Nicolai Hähnle wrote: >> >> From: Nicolai Hähnle >> >> --- >> Hi Michel, >> >> perhaps we have to set the SLC (system level coherent) bit for images and >> buffers that may be accessed via GTT. Could you give this patch

Re: [Mesa-dev] [PATCH 4/7] radeonsi: don't use ACQUIRE_MEM on the graphics ring

2016-04-18 Thread Alex Deucher
On Sun, Apr 17, 2016 at 12:11 PM, Marek Olšák wrote: > From: Marek Olšák > > It's only required on the compute ring. This matches the closed driver. > > The compute flag is removed to prevent confusion and Bas's compute shader > patches remove it in the whole function. FWIW, these are effectivel

Re: [Mesa-dev] [PATCH v3 2/2] radeonsi: enable TGSI support cap for compute shaders

2016-04-19 Thread Alex Deucher
On Tue, Apr 19, 2016 at 6:56 AM, Marek Olšák wrote: > Reviewed-by: Marek Olšák > > Marek > > On Tue, Apr 19, 2016 at 1:39 AM, Bas Nieuwenhuizen > wrote: >> v2: Use chip_class instead of family. >> >> v3: Check kernel version for SI. >> >> Signed-off-by: Bas Nieuwenhuizen >> --- >> docs/GL3.txt

Re: [Mesa-dev] [PATCH v3 2/2] radeonsi: enable TGSI support cap for compute shaders

2016-04-19 Thread Alex Deucher
On Tue, Apr 19, 2016 at 10:11 AM, Bas Nieuwenhuizen wrote: > On Tue, Apr 19, 2016 at 4:03 PM, Alex Deucher wrote: >> On Tue, Apr 19, 2016 at 6:56 AM, Marek Olšák wrote: >>> Reviewed-by: Marek Olšák >>> >>> Marek >>> >>> On Tue, Apr 19,

Re: [Mesa-dev] [PATCH v4] radeonsi: enable TGSI support cap for compute shaders

2016-04-19 Thread Alex Deucher
On Tue, Apr 19, 2016 at 10:30 AM, Bas Nieuwenhuizen wrote: > v2: Use chip_class instead of family. > > v3: Check kernel version for SI. > > v4: Preemptively allow amdgpu winsys for SI. > > Signed-off-by: Bas Nieuwenhuizen Reviewed-by: Alex Deucher

Re: [Mesa-dev] [PATCH demos 4/4] eglinfo: Add EXT_platform_* awareness

2016-04-20 Thread Alex Deucher
On Wed, Apr 20, 2016 at 4:10 PM, Adam Jackson wrote: > Signed-off-by: Adam Jackson Series is: Reviewed-by: Alex Deucher > --- > src/egl/opengl/eglinfo.c | 41 +++-- > 1 file changed, 35 insertions(+), 6 deletions(-) > > diff --gi

Re: [Mesa-dev] [PATCH 5/4] eglinfo: Restore eglTerminate

2016-04-20 Thread Alex Deucher
On Wed, Apr 20, 2016 at 4:55 PM, Adam Jackson wrote: > Signed-off-by: Adam Jackson Reviewed-by: Alex Deucher > --- > src/egl/opengl/eglinfo.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/egl/opengl/eglinfo.c b/src/egl/opengl/eglinfo.c > index 75d9fe5..f

Re: [Mesa-dev] [PATCH] radeonsi: fix build error because of missing param

2016-04-26 Thread Alex Deucher
On Tue, Apr 26, 2016 at 6:48 AM, Oded Gabbay wrote: > Signed-off-by: Oded Gabbay > Cc: "11.1 11.2" Reviewed-by: Alex Deucher > --- > src/gallium/drivers/radeonsi/si_state.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/gallium/d

Re: [Mesa-dev] Initial amdgpu driver release

2015-05-07 Thread Alex Deucher
On Mon, Apr 20, 2015 at 6:33 PM, Alex Deucher wrote: > I'm pleased to announce the initial release of the new amdgpu driver. > This is a partial replacement for the radeon driver for newer AMD > asics. A number of components are still shared. Here is a comparison > of the

[Mesa-dev] [PATCH 2/2] radeonsi: add some additional tonga pci ids

2015-05-12 Thread Alex Deucher
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 464031c..197ce8e 100644 --- a/include/pci_ids/radeonsi_pci_ids.h +++ b/include/pci_ids

[Mesa-dev] [PATCH 1/2] radeonsi: add new bonaire pci id

2015-05-12 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 ca81f76..464031c 100644 --- a/include/pci_ids

Re: [Mesa-dev] [PATCH 2/2] radeonsi: Add CIK SDMA support

2015-05-26 Thread Alex Deucher
chel Dänzer For the series: Reviewed-by: Alex Deucher > --- > src/gallium/drivers/radeonsi/Makefile.sources | 1 + > src/gallium/drivers/radeonsi/cik_sdma.c | 364 > ++ > src/gallium/drivers/radeonsi/si_dma.c | 20 -- > src/gallium/

Re: [Mesa-dev] [PATCH 2/2] radeonsi: Add CIK SDMA support

2015-05-26 Thread Alex Deucher
On Tue, May 26, 2015 at 3:29 PM, Grigori Goronzy wrote: > On 26.05.2015 09:28, Michel Dänzer wrote: >> From: Michel Dänzer >> >> Based on the corresponding SI support. Same as that, this is currently >> only enabled for one-dimensional buffer copies due to issues with >> multi-dimensional SDMA co

Re: [Mesa-dev] OpenGL ES 3.1

2015-06-03 Thread Alex Deucher
On Wed, Jun 3, 2015 at 4:16 PM, Shervin Sharifi wrote: > Thank you Thomas. > When the next release is going to happen? > By the way, do you know the status of ES 3.1 support on llvmpipe driver > (that's the driver I'm mainly interested in)? You can check the current status here: http://cgit.freed

Re: [Mesa-dev] [PATCH 1/4] radeonsi/compute: directly emit CONTEXT_CONTROL

2014-09-22 Thread Alex Deucher
would take to clean that up. Reviewed-by: Alex Deucher > --- > src/gallium/drivers/radeonsi/si_compute.c | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/src/gallium/drivers/radeonsi/si_compute.c > b/src/gallium/drivers/radeonsi/si_compute.c &g

Re: [Mesa-dev] Corruption and freezing issues with my Radeon 6670

2014-09-24 Thread Alex Deucher
On Wed, Sep 24, 2014 at 9:31 AM, Timothy Arceri wrote: > Hey guys, > > I don't think this is a Mesa issue but I didn't know where else to > start. I tried using the #radeon channel but it wont let me post > anything. > > I'm having some corruption and freezing issues with my 6670 that I would > li

Re: [Mesa-dev] [PATCH 1/4] radeonsi/compute: directly emit CONTEXT_CONTROL

2014-09-26 Thread Alex Deucher
d be nice to not have any dependencies on the gfx ring. That way compute jobs can run on the compute rings without requiring the gfx ring which should avoid any latency issues with desktop gfx jobs. Alex > > -Tom > >> Marek >> >> On Mon, Sep 22, 2014 at 8:03 PM, Niels

Re: [Mesa-dev] [PATCH 1/3] driconf: Synchronize po files

2014-09-29 Thread Alex Deucher
ged, 390 insertions(+), 319 deletions(-) > This series is: Reviewed-by: Alex Deucher Do you need someone to commit this for you? > diff --git a/src/mesa/drivers/dri/common/xmlpool/ca.po > b/src/mesa/drivers/dri/common/xmlpool/ca.po > index c0cf7f6..1db9703 100644 > --- a/src/mesa/dr

Re: [Mesa-dev] [PATCH v3 2/6] st/va: skeleton VAAPI state tracker

2014-10-01 Thread Alex Deucher
On Mon, Sep 29, 2014 at 12:30 PM, Liu, Leo wrote: > Hi Emil, > > Thanks for the explanation. > V4 has been sent, please review. V4 is: Reviewed-by: Alex Deucher > > Thanks, > Leo > >>-Original Message- >>From: Emil Velikov [mailto:emil.l.veli...@gma

Re: [Mesa-dev] [PATCH] st/mesa: use pipe_sampler_view_release for releasing sampler views

2014-10-02 Thread Alex Deucher
On Thu, Oct 2, 2014 at 1:51 PM, Christian König wrote: > Am 02.10.2014 um 19:34 schrieb Marek Olšák: >> >> From: Marek Olšák >> >> This fixes a crash when exiting Firefox. I have really no idea how Firefox >> does it. It seems to involve multiple contexts and multithreading. > > > That looks to m

Re: [Mesa-dev] [PATCH 1/3] r300g: implement pipe_rasterizer_state::clip_halfz

2014-10-22 Thread Alex Deucher
On Wed, Oct 22, 2014 at 5:02 AM, Marek Olšák wrote: > From: Marek Olšák For the series: Reviewed-by: Alex Deucher > > --- > src/gallium/drivers/r300/r300_context.h | 1 + > src/gallium/drivers/r300/r300_emit.c| 1 + > src/gallium/drivers/r300/r300_state.c | 7

Re: [Mesa-dev] [r600g] Is LLVM-compiler (--enable-r600-llvm-compiler) usable, now?

2014-10-22 Thread Alex Deucher
On Wed, Oct 22, 2014 at 12:49 PM, Dieter Nützel wrote: > Hello Michel, > > subject say it all ;-) The llvm support for r600g is for compute (OpenCL). The fact that is it somewhat usable for graphics is mainly for testing purposes. There are no plans to expand it to handle additional graphics fe

Re: [Mesa-dev] [PATCH 00/10] radeonsi: Line and polygon smoothing

2015-03-15 Thread Alex Deucher
On Sun, Mar 15, 2015 at 3:48 PM, Marek Olšák wrote: > This mainly adds support for line and polygon smoothing. Only GCN supports it > in hardware. > I think technically cayman and TN/RL support this as well. Alex > 1-2: cleanups > 3-6: smoothing > 7-10: more cleanups > > I think point smoothin

Re: [Mesa-dev] [PATCH 00/10] radeonsi: Line and polygon smoothing

2015-03-16 Thread Alex Deucher
ow better. Alex > > Marek > > On Sun, Mar 15, 2015 at 11:07 PM, Alex Deucher wrote: >> On Sun, Mar 15, 2015 at 3:48 PM, Marek Olšák wrote: >>> This mainly adds support for line and polygon smoothing. Only GCN supports >>> it in hardware. >>> &g

Re: [Mesa-dev] [PATCH 01/14] mesa: reorder gl_multisample_attrib

2015-03-20 Thread Alex Deucher
On Fri, Mar 20, 2015 at 3:29 AM, Dave Airlie wrote: > From: Dave Airlie > > drops size from 28 bytes to 20. > > Signed-off-by: Dave Airlie For the series: Reviewed-by: Alex Deucher alexander.deuc...@amd.com> > --- > src/mesa/main/mtypes.h | 6 -- > 1 file

Re: [Mesa-dev] [PATCH] gbm: Add GBM_BO_USE_LINEAR flag

2015-03-27 Thread Alex Deucher
On Fri, Mar 27, 2015 at 4:58 AM, Michel Dänzer wrote: > From: Flora Cui > > Signed-off-by: Flora Cui > Reviewed-by: Jammy Zhou > Reviewed-by: Michel Dänzer > Signed-off-by: Michel Dänzer Reviewed-by: Alex Deucher > --- > src/gbm/backends/dri/gbm_dri.c | 2

Re: [Mesa-dev] [PATCH 00/15] GL_AMD_performance_monitor

2015-03-31 Thread Alex Deucher
On Thu, Mar 19, 2015 at 6:40 PM, Robert Bragg wrote: > Hi Samuel, > > I thought I should let you and others know of some related changes > I've been playing around with to try and improve our support for the > INTEL_performance_query extension in the i965 dri driver, since it's > quite related to

[Mesa-dev] Initial amdgpu driver release

2015-04-20 Thread Alex Deucher
I'm pleased to announce the initial release of the new amdgpu driver. This is a partial replacement for the radeon driver for newer AMD asics. A number of components are still shared. Here is a comparison of the radeon and amdgpu stacks: 1. radeon stack kernel driver: radeon.ko libdrm: libdrm_ra

Re: [Mesa-dev] Initial amdgpu driver release

2015-04-20 Thread Alex Deucher
On Mon, Apr 20, 2015 at 6:33 PM, Alex Deucher wrote: > I'm pleased to announce the initial release of the new amdgpu driver. > This is a partial replacement for the radeon driver for newer AMD > asics. A number of components are still shared. Here is a comparison > of the

Re: [Mesa-dev] Initial amdgpu driver release

2015-04-21 Thread Alex Deucher
On Tue, Apr 21, 2015 at 11:56 AM, Emil Velikov wrote: > Hi Alex, > > On 20 April 2015 at 23:33, Alex Deucher wrote: >> I'm pleased to announce the initial release of the new amdgpu driver. >> This is a partial replacement for the radeon driver for newer AMD >> as

Re: [Mesa-dev] [PATCH 1/2] r600g, radeonsi: add driver queries for GPU temperature and shader+memory clocks

2015-04-27 Thread Alex Deucher
On Mon, Apr 27, 2015 at 10:46 AM, Marek Olšák wrote: > From: Marek Olšák For the series: Reviewed-by: Alex Deucher > > --- > src/gallium/drivers/radeon/r600_pipe_common.c | 13 +++-- > src/gallium/drivers/radeon/r600_pipe_common.h | 3 +++ > src/gall

[Mesa-dev] Google Summer of Code 2016

2016-02-18 Thread Alex Deucher
Hi, It's time to start thinking about the Google Summer of Code for 2016! The Xorg GSoC project is open to all projects related to graphics, windowing systems, and related technologies (Mesa, Wayland, X, input, kernel, OpenGL, OpenCL, etc.). For mentors and developers, please start thinking of id

Re: [Mesa-dev] [PATCH] radeon/uvd: disable MPEG1

2016-02-29 Thread Alex Deucher
On Mon, Feb 29, 2016 at 6:27 AM, Christian König wrote: > From: Christian König > > The hardware simply doesn't support that correctly. > > Signed-off-by: Christian König Reviewed-by: Alex Deucher > --- > src/gallium/drivers/radeon/radeon_video.c | 1 + >

Re: [Mesa-dev] [PATCH] gallium/radeon: use explicit drm_major, drm_minor check

2016-03-02 Thread Alex Deucher
On Wed, Mar 2, 2016 at 11:48 AM, Emil Velikov wrote: > Just like everywhere else in the radeon codebase. > > Cc: Marek Olšák > Signed-off-by: Emil Velikov NACK, amdgpu has major version 3. > --- > > Spotted while grepping for drm_minor - i.e. which version will be used > for the next round. >

Re: [Mesa-dev] [PATCH] gallium/radeon: use explicit drm_major, drm_minor check

2016-03-02 Thread Alex Deucher
On Wed, Mar 2, 2016 at 2:09 PM, Emil Velikov wrote: > On 2 March 2016 at 17:19, Alex Deucher wrote: >> On Wed, Mar 2, 2016 at 11:48 AM, Emil Velikov >> wrote: >>> Just like everywhere else in the radeon codebase. >>> >>> Cc: Marek Olšák >>>

Re: [Mesa-dev] [PATCH] radeon/uvd: increase max height to 4096 for VI and newer

2016-03-07 Thread Alex Deucher
d-off-by: Tamil velan > Reviewed-by: Christian König > Cc: "11.0 11.1 11.2" Reviewed-by: Alex Deucher > --- > src/gallium/drivers/radeon/radeon_video.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/gallium/drivers/radeon/rad

[Mesa-dev] [PATCH 2/2] AMDGPU/SI: Specify LDS bank count for Polaris

2016-03-23 Thread Alex Deucher
From: Tom Stellard --- lib/Target/AMDGPU/Processors.td | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Target/AMDGPU/Processors.td b/lib/Target/AMDGPU/Processors.td index 7c93c6a..5903bdf 100644 --- a/lib/Target/AMDGPU/Processors.td +++ b/lib/Target/AMDGPU/Processors.

[Mesa-dev] [PATCH 1/2] AMDGPU/SI: Add Polaris support

2016-03-23 Thread Alex Deucher
From: Sonny Jiang Signed-off-by: Sonny Jiang Reviewed-by: Alex Deucher --- lib/Target/AMDGPU/Processors.td | 8 1 file changed, 8 insertions(+) diff --git a/lib/Target/AMDGPU/Processors.td b/lib/Target/AMDGPU/Processors.td index 32c327d..7c93c6a 100644 --- a/lib/Target/AMDGPU

[Mesa-dev] [PATCH 3/5] radeonsi: add Polaris PCI IDs

2016-03-23 Thread Alex Deucher
From: Sonny Jiang Signed-off-by: Sonny Jiang Reviewed-by: Alex Deucher (Polaris10) Reviewed-by: Michel Dänzer (Polaris11) --- include/pci_ids/radeonsi_pci_ids.h | 10 ++ 1 file changed, 10 insertions(+) diff --git a/include/pci_ids/radeonsi_pci_ids.h b/include/pci_ids

[Mesa-dev] [PATCH 1/5] winsys/amdgpu: addrlib - add Polaris support

2016-03-23 Thread Alex Deucher
From: Sonny Jiang Signed-off-by: Sonny Jiang Reviewed-by: Alex Deucher Reviewed-by: Michel Dänzer --- src/gallium/winsys/amdgpu/drm/addrlib/r800/ciaddrlib.cpp | 8 +++- src/gallium/winsys/amdgpu/drm/addrlib/r800/ciaddrlib.h | 2 ++ src/gallium/winsys/amdgpu/drm/amdgpu_id.h

[Mesa-dev] [PATCH 5/5] radeon/vce: disable two pipe mode for Polaris11

2016-03-23 Thread Alex Deucher
From: Sonny Jiang Signed-off-by: Sonny Jiang Reviewed-by: Leo Liu --- src/gallium/drivers/radeon/radeon_vce.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gallium/drivers/radeon/radeon_vce.c b/src/gallium/drivers/radeon/radeon_vce.c index 6584393..99b82ca 100644 -

[Mesa-dev] [PATCH 4/5] radeon/vce: add Polaris11 VCE firmware support

2016-03-23 Thread Alex Deucher
From: Sonny Jiang Signed-off-by: Sonny Jiang --- src/gallium/drivers/radeon/radeon_vce.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gallium/drivers/radeon/radeon_vce.c b/src/gallium/drivers/radeon/radeon_vce.c index 2ab74e9..6584393 100644 --- a/src/gallium/drivers/radeon/radeo

[Mesa-dev] [PATCH 2/5] radeonsi: add support for Polaris (v2)

2016-03-23 Thread Alex Deucher
From: Sonny Jiang v2: Polaris chips should be defined after Stoney Signed-off-by: Sonny Jiang (v1) Reviewed-by: Michel Dänzer (v1) Signed-off-by: Leo Liu (v2 diff) Reviewed-by: Alex Deucher (v2 diff) --- src/gallium/drivers/radeon/r600_pipe_common.c | 9 + src/gallium/drivers

Re: [Mesa-dev] [PATCH 4/5] radeon/vce: add Polaris11 VCE firmware support

2016-03-25 Thread Alex Deucher
like the right thing for me. > > Thanks a lot for 'day one' support...;-) > > -Dieter > > > Am 23.03.2016 19:43, schrieb Alex Deucher: >> >> From: Sonny Jiang >> >> Signed-off-by: Sonny Jiang >> --- >> src/gallium/drivers/radeon/radeon_

Re: [Mesa-dev] [PATCH] radeon/uvd: fix the H264 level for Tonga

2016-05-25 Thread Alex Deucher
On Wed, May 25, 2016 at 10:57 AM, Christian König wrote: > From: Christian König > > We support 5.1 for a while now. > > Signed-off-by: Christian König Reviewed-by: Alex Deucher CC stable? > --- > src/gallium/drivers/radeon/radeon_video.c | 2 +- > 1 file ch

Re: [Mesa-dev] [PATCH] radeon/uvd: fix the H264 level for Tonga

2016-05-25 Thread Alex Deucher
On Wed, May 25, 2016 at 12:08 PM, Emil Velikov wrote: > On 25 May 2016 at 16:56, Alex Deucher wrote: >> On Wed, May 25, 2016 at 10:57 AM, Christian König >> wrote: >>> From: Christian König >>> >>> We support 5.1 for a while now. >>> >>

Re: [Mesa-dev] [PATCH 1/2] radeonsi: don't flush TC at the end of IBs on DRM >= 3.2.0

2016-05-26 Thread Alex Deucher
On Thu, May 26, 2016 at 5:51 PM, Marek Olšák wrote: > From: Marek Olšák > > It's not needed since it was fixed in the kernel. Reviewed-by: Alex Deucher > --- > src/gallium/drivers/radeonsi/si_hw_context.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(

Re: [Mesa-dev] [PATCH 2/2] winsys/amdgpu: disable CE preamble until the kernel is fixed

2016-05-26 Thread Alex Deucher
On Thu, May 26, 2016 at 5:51 PM, Marek Olšák wrote: > From: Marek Olšák > > SDMA submission somehow interacts with the skipping CE preamble logic. > This is a workaround for current kernels which have the bug. > > Sadly, I can't see what's wrong with the kernel driver. The CE preamble > handling

Re: [Mesa-dev] [PATCH 1/3] r600g: fix CP DMA hazard with index buffer fetches

2016-05-27 Thread Alex Deucher
On Fri, May 27, 2016 at 2:18 PM, Marek Olšák wrote: > From: Marek Olšák > > R600-R700 used a bad workaround. Now only R600 has to use it. > --- > src/gallium/drivers/r600/evergreen_hw_context.c | 13 +++-- > src/gallium/drivers/r600/evergreend.h | 1 + > src/gallium/drivers/r6

Re: [Mesa-dev] [PATCH 1/3] r600g: fix CP DMA hazard with index buffer fetches

2016-05-27 Thread Alex Deucher
On Fri, May 27, 2016 at 3:44 PM, Marek Olšák wrote: > On Fri, May 27, 2016 at 9:03 PM, Alex Deucher wrote: >> On Fri, May 27, 2016 at 2:18 PM, Marek Olšák wrote: >>> From: Marek Olšák >>> >>> R600-R700 used a bad workaround. Now only R600 has to use it. &

Re: [Mesa-dev] [PATCH 1/3] r600g: fix CP DMA hazard with index buffer fetches

2016-05-27 Thread Alex Deucher
On Fri, May 27, 2016 at 3:56 PM, Marek Olšák wrote: > From: Marek Olšák > > v2: don't use PFP_SYNC_ME on R700 All 6 patches look reasonable to me. Reviewed-by: Alex Deucher > --- > src/gallium/drivers/r600/evergreen_hw_context.c | 13 +++-- > src/gallium/dr

Re: [Mesa-dev] [PATCH] radeon/uvd: fix the H264 level for Tonga v2

2016-05-31 Thread Alex Deucher
On Mon, May 30, 2016 at 8:17 AM, Christian König wrote: > From: Christian König > > We support 5.2 for a while now. > > v2: we even support 5.2 for H264, 5.1 is for HEVC. > > Signed-off-by: Christian König > Cc: Reviewed-by: Alex Deucher > --- > src/gallium

[Mesa-dev] [PATCH] radeonsi: fix the raster config setup for 1 RB iceland chips

2016-06-01 Thread Alex Deucher
I didn't realize there were 1 and 2 RB variants when this code was originally added. Signed-off-by: Alex Deucher Cc: --- src/gallium/drivers/radeonsi/si_state.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/gallium/drivers/radeonsi/si_state.c b/src/ga

Re: [Mesa-dev] [PATCH 00/10] R600: Cache flush fixes and cleanup v2

2016-06-01 Thread Alex Deucher
ing may be needed, especially testing on GPUs not listed above. > > Also available here: > https://cgit.freedesktop.org/~mareko/mesa/log/?h=r600-opt-flushes > > Please review. For the series: Reviewed-by: Alex Deucher ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] radeonfb: BAR 0: can't reserve [mem 0x98000000-0x9fffffff pref]

2016-06-06 Thread Alex Deucher
On Mon, Jun 6, 2016 at 1:16 PM, Marek Olšák wrote: > [+ dri-devel] > > On Mon, Jun 6, 2016 at 8:42 AM, Mathieu Malaterre wrote: >> Hi, >> >> Before reporting a possible invalid bug report. Does anyone knows why >> radeaonfb is not configured the same way radeon is ? For instance on a >> PowerPC m

Re: [Mesa-dev] [PATCH] st/dri: Clear drawable texture_mask in dri2_invalidate_drawable

2016-06-09 Thread Alex Deucher
On Thu, Jun 9, 2016 at 2:44 AM, Michel Dänzer wrote: > From: Michel Dänzer > > This makes sure that dri_set_tex_buffer2 -> dri_drawable_validate_att > will re-create the front left attachment buffer after the drawable got > invalidated. > > Fixes window contents not updating until the window is r

Re: [Mesa-dev] [PATCH 1/1] r600: Enable FMA on chips that support it

2016-06-15 Thread Alex Deucher
On Wed, Jun 15, 2016 at 2:13 PM, Jan Vesely wrote: > Signed-off-by: Jan Vesely > --- > Untested (I don't have the required hw) > > src/gallium/drivers/r600/r600_pipe.c | 5 - > src/gallium/drivers/r600/r600_shader.c | 2 +- > 2 files changed, 5 insertions(+), 2 deletions(-) > > diff --git

Re: [Mesa-dev] [PATCH 1/3] radeonsi: raise SI_PM4_MAX_DW

2016-06-17 Thread Alex Deucher
the series: Reviewed-by: Alex Deucher > --- > src/gallium/drivers/radeonsi/si_pm4.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/gallium/drivers/radeonsi/si_pm4.h > b/src/gallium/drivers/radeonsi/si_pm4.h > index 309a596..35fa6c3 100644 >

Re: [Mesa-dev] [PATCH 2/2] radeonsi: use trapezoid distribution for tess on Fiji and Polaris

2016-06-17 Thread Alex Deucher
On Fri, Jun 17, 2016 at 2:10 PM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > This yields a small performance improvement in Unigine Heaven. For the series: Reviewed-by: Alex Deucher > --- > src/gallium/drivers/radeonsi/si_state.c | 22 +-

Re: [Mesa-dev] [BRANCH] Gallium Radeon cleanups

2016-06-22 Thread Alex Deucher
lium/radeon: boolean -> bool, TRUE -> true, FALSE -> false > radeonsi: boolean -> bool, TRUE -> true, FALSE -> false > radeonsi: make si_is_format_supported static > > Please review. For the series: Reviewed-by: Alex Deucher > > Marek > ___

Re: [Mesa-dev] [PATCH 0/2] radeonsi: last minute Polaris touch-ups

2016-06-23 Thread Alex Deucher
arts, but let's not do anything risky last-minute to the hardware that's > already out there. > > Please review! For the series: Reviewed-by: Alex Deucher > > Thanks, > Nicolai > > ___ > mesa-dev mailing list >

Re: [Mesa-dev] [PATCH] radeonsi: set PA_SU_SMALL_PRIM_FILTER_CNTL register on Polaris

2016-06-27 Thread Alex Deucher
On Mon, Jun 27, 2016 at 3:01 PM, Marek Olšák wrote: > From: Marek Olšák > > This was missing. > > Cc: 12.0 Reviewed-by: Alex Deucher > --- > src/gallium/drivers/radeonsi/si_state.c | 5 + > src/gallium/drivers/radeonsi/sid.h | 6 ++ > 2 files changed

Re: [Mesa-dev] [PATCH] radeon/vce: disable Stoney VCE for 11.0

2015-11-20 Thread Alex Deucher
On Fri, Nov 20, 2015 at 12:07 PM, Leo Liu wrote: > Signed-off-by: Leo Liu > Cc: "11.0" Reviewed-by: Alex Deucher > --- > src/gallium/drivers/radeon/radeon_vce.c | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/src/gallium/drivers/radeon/radeon

[Mesa-dev] [PATCH] radeon/uvd: uv pitch separation for stoney

2015-11-20 Thread Alex Deucher
From: Boyuan Zhang v2: set the behaviour default for future ASICs. Signed-off-by: Boyuan Zhang Reviewed-by: Leo Liu Cc: mesa-sta...@lists.freedesktop.org --- src/gallium/drivers/radeon/radeon_uvd.c | 2 ++ src/gallium/drivers/radeon/radeon_uvd.h | 5 - 2 files changed, 6 insertions(+), 1

Re: [Mesa-dev] [PATCH 1/8] egl/dri2: Unify the style of function pointer calls in structs

2015-11-30 Thread Alex Deucher
On Wed, Nov 25, 2015 at 12:27 AM, Boyan Ding wrote: > Signed-off-by: Boyan Ding I don't have a strong opinion on the style. Patches are: Acked-by: Alex Deucher > --- > src/egl/drivers/dri2/egl_dri2.c | 10 -- > src/egl/drivers/dri2/platform_android.c | 8 ++

Re: [Mesa-dev] [RFC] r600g: evergreen/cayman tessellation support

2015-11-30 Thread Alex Deucher
On Mon, Nov 30, 2015 at 5:06 PM, Dave Airlie wrote: > On 30 November 2015 at 19:51, Marek Olšák wrote: >> On Mon, Nov 30, 2015 at 7:20 AM, Dave Airlie wrote: >>> Hi, >>> >>> Patchbomb time, this set of patches is a first pass at add adding >>> ARB_tessellation_shader support to the r600g driver.

Re: [Mesa-dev] [PATCH] radeonsi: fix Fiji for LLVM <= 3.7

2015-12-03 Thread Alex Deucher
On Thu, Dec 3, 2015 at 5:51 PM, Marek Olšák wrote: > From: Marek Olšák > > Cc: 11.0 11.1 Reviewed-by: Alex Deucher > --- > src/gallium/drivers/radeon/r600_pipe_common.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/src/gallium/drivers/r

Re: [Mesa-dev] [PATCH] radeonsi: disable DCC on Stoney

2015-12-04 Thread Alex Deucher
On Fri, Dec 4, 2015 at 2:35 PM, Marek Olšák wrote: > From: Marek Olšák > > Cc: 11.0 11.1 Reviewed-by: Alex Deucher > --- > src/gallium/drivers/radeon/r600_texture.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/src/gallium/drivers/radeon/r600_te

Re: [Mesa-dev] [PATCH 1/2] radeonsi: apply the streamout workaround to Fiji as well

2015-12-04 Thread Alex Deucher
On Fri, Dec 4, 2015 at 3:27 PM, Marek Olšák wrote: > From: Marek Olšák > > Cc: 11.0 11.1 For the series: Reviewed-by: Alex Deucher > --- > src/gallium/drivers/radeonsi/si_state_draw.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/src/

Re: [Mesa-dev] [PATCH] radeonsi: implement RB+ for Stoney (v2)

2015-12-10 Thread Alex Deucher
On Wed, Dec 9, 2015 at 5:35 PM, Marek Olšák wrote: > From: Marek Olšák > > v2: fix dual source blending Reviewed-by: Alex Deucher > --- > src/gallium/drivers/radeon/r600_pipe_common.c | 1 + > src/gallium/drivers/radeon/r600_pipe_common.h | 3 + > src/g

Re: [Mesa-dev] [PATCH 1/3] tgsi/scan: add flag colors_written

2015-12-10 Thread Alex Deucher
On Thu, Dec 10, 2015 at 8:09 AM, Marek Olšák wrote: > From: Marek Olšák > > This is a prerequisite for the following r600g fix. > > Cc: 11.0 11.1 For the series: Reviewed-by: Alex Deucher > --- > src/gallium/auxiliary/tgsi/tgsi_scan.c | 3 +++ > src/gallium/auxili

Re: [Mesa-dev] [PATCH 1/5] gallium/radeon: fix Hyper-Z hangs by programming PA_SC_MODE_CNTL_1 correctly

2015-12-10 Thread Alex Deucher
.0 11.1 For the series: Reviewed-by: Alex Deucher > --- > src/gallium/drivers/r600/evergreen_state.c | 9 +++-- > src/gallium/drivers/radeon/cayman_msaa.c | 12 +--- > src/gallium/drivers/radeon/r600d_common.h | 2 ++ > 3 files changed, 18 insertions(+), 5 de

Re: [Mesa-dev] [PATCH] Add .mailmap

2015-12-16 Thread Alex Deucher
ihane > +Alan Hourihane > + > +Alexander Monakov > + > +Alexander von Gluck IV Alexander von Gluck > > + > +Alex Corscadden > +Alex Corscadden > + > +Alex Deucher > +Alex Deucher > +Alex Deucher > +Alex Deucher > +Alex Deucher &g

Re: [Mesa-dev] [Mesa-stable] [PATCH] radeon/uvd: uv pitch separation for stoney

2015-12-18 Thread Alex Deucher
On Fri, Dec 18, 2015 at 7:48 AM, Emil Velikov wrote: > Hi Alex, > > On 20 November 2015 at 23:31, Alex Deucher wrote: >> From: Boyuan Zhang >> >> v2: set the behaviour default for future ASICs. >> >> Signed-off-by: Boyuan Zhang >> Reviewed-by: Leo

Re: [Mesa-dev] [PATCH] gallium/radeon: fix regression in a number of driver queries

2015-12-21 Thread Alex Deucher
On Mon, Dec 21, 2015 at 11:57 AM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > This rather silly mistake was introduced by commit 01910676. > > Cc: "11.1" Reviewed-by: Alex Deucher > --- > src/gallium/drivers/radeon/r600_query.c | 6 +++--- > 1 file cha

Re: [Mesa-dev] [PATCH v3] Add .mailmap

2015-12-22 Thread Alex Deucher
On Tue, Dec 22, 2015 at 2:33 AM, Giuseppe Bilotta wrote: > On Tue, Dec 22, 2015 at 3:25 AM, Jason Ekstrand wrote: >> >> As with Michel, I'd rather have my "personal" e-mail as the cannonical one. >> That said, I vote we just merge this as-is and let everyone go fix their own >> e-mail address. >

Re: [Mesa-dev] [PATCH 0/5] OpenGL ES improvements

2014-08-04 Thread Alex Deucher
On Mon, Aug 4, 2014 at 11:54 AM, Roland Scheidegger wrote: > Am 03.08.2014 14:40, schrieb Marek Olšák: >> Hi everyone, >> >> This series adds: >> - Support for ETC2 texture formats to all gallium drivers. This is a >> requirement for OpenGL ES 3.0, which can now be considered feature-complete >>

Re: [Mesa-dev] [PATCH] radeon, r200: fix buffer validation after CS flush

2014-08-06 Thread Alex Deucher
lists.freedesktop.org Reviewed-by: Alex Deucher > --- > src/mesa/drivers/dri/r200/r200_context.c| 1 + > src/mesa/drivers/dri/r200/r200_state.c | 2 +- > src/mesa/drivers/dri/r200/r200_state.h | 1 + > src/mesa/drivers/dri/radeon/radeon

Re: [Mesa-dev] [PATCH 2/2] radeonsi: always prefer SWITCH_ON_EOP(0) on CIK

2014-08-06 Thread Alex Deucher
or easier debugging. (If there are hangs, > use the option. If the hangs go away, you have found the problem.) Just one comment below. With that addressed: Reviewed-by: Alex Deucher > --- > src/gallium/drivers/radeon/r600_pipe_common.c | 2 +- > src/gallium/drivers/radeon/

Re: [Mesa-dev] [PATCH 1/2] radeonsi: fix a hang with instancing in Unigine Heaven/Valley on Hawaii

2014-08-06 Thread Alex Deucher
On Wed, Aug 6, 2014 at 9:32 AM, Marek Olšák wrote: > From: Marek Olšák > > This isn't documented anywhere, but it's the only thing that works > for this case. Reviewed-by: Alex Deucher > --- > src/gallium/drivers/radeonsi/si_state_draw.c | 7 ++- > 1 f

Re: [Mesa-dev] [PATCH 2/2] radeonsi: always prefer SWITCH_ON_EOP(0) on CIK

2014-08-06 Thread Alex Deucher
On Wed, Aug 6, 2014 at 11:30 AM, Marek Olšák wrote: > On Wed, Aug 6, 2014 at 4:01 PM, Alex Deucher wrote: >> On Wed, Aug 6, 2014 at 9:32 AM, Marek Olšák wrote: >>> From: Marek Olšák >>> >>> The code is rewritten to take known constraints into account,

Re: [Mesa-dev] [PATCH v4] winsys/radeon: fix nop packet padding for hawaii

2014-08-06 Thread Alex Deucher
gt; - Use private struct radeon_drm_winsys instead of public struct radeon_info > - Rename r600_accel_working2 to accel_working2 > > v3: > - Use type2 nop packet for returned value < 3 > > v4: > - Fail to initialize winsys for returned value < 2 > > Cc: mesa-sta...@

Re: [Mesa-dev] [PATCH 1/6] r600g: remove useless r600_resource_va calls

2014-08-07 Thread Alex Deucher
On Wed, Aug 6, 2014 at 5:49 PM, Marek Olšák wrote: > From: Marek Olšák > > R600-R700 don't support virtual memory. For consistency, it might be nice to use gpu_address here as well, but just set it to 0 for 6xx/7xx. Either way, series is: Reviewed-by: Alex Deucher > -

Re: [Mesa-dev] [PATCH 1/2] radeonsi: turn off PARTIAL_VS_WAVE and bump PRIMGROUP_SIZE, do the same for SI

2014-08-12 Thread Alex Deucher
On Mon, Aug 11, 2014 at 4:39 PM, Marek Olšák wrote: > From: Marek Olšák > > These are recommended values. Some additional tweeks will be needed > for tessellation. For the series: Reviewed-by: Alex Deucher > --- > src/gallium/drivers/radeonsi/si_state.c | 6 --

Re: [Mesa-dev] [PATCH 1/4] r600g: clear constant buffer sizes at the beginning of CS

2014-08-12 Thread Alex Deucher
On Mon, Aug 11, 2014 at 4:46 PM, Marek Olšák wrote: > From: Marek Olšák For the series: Reviewed-by: Alex Deucher > > --- > src/gallium/drivers/r600/evergreen_state.c | 104 > ++--- > src/gallium/drivers/r600/evergreend.h | 1 + > src

Re: [Mesa-dev] [PATCH] winsys/radeon: fix hawaii accel_working2 comment

2014-08-13 Thread Alex Deucher
On Wed, Aug 13, 2014 at 3:30 PM, Andreas Boll wrote: > accel_working2 returns 3 if the new firmware is used. > > The comment wasn't updated in v3 of commit: > 36771dc winsys/radeon: fix nop packet padding for hawaii > > Signed-off-by: Andreas Boll Reviewed-by: Alex

Re: [Mesa-dev] [PATCH 14/19] gallium/r300/r600/radeonsi: handle query_renderer caps

2014-08-14 Thread Alex Deucher
On Thu, Aug 14, 2014 at 6:18 PM, Emil Velikov wrote: > Signed-off-by: Emil Velikov Might make sense to set PIPE_CAP_UMA for the the IGP chips and APUs. I guess it depends how applications use that info. Alex > --- > src/gallium/drivers/r300/r300_screen.c | 11 +++ > src/gallium/driver

Re: [Mesa-dev] [RFC PATCH 00/16] A new IR for Mesa

2014-08-18 Thread Alex Deucher
On Mon, Aug 18, 2014 at 1:38 PM, Roland Scheidegger wrote: > Am 18.08.2014 19:05, schrieb Connor Abbott: >> On Mon, Aug 18, 2014 at 12:38 PM, Ilia Mirkin wrote: >>> On Mon, Aug 18, 2014 at 12:25 PM, Connor Abbott wrote: On Mon, Aug 18, 2014 at 11:47 AM, Jose Fonseca wrote: > On 18/08/1

Re: [Mesa-dev] [PATCH 1/4] radeonsi: set IA_MULTI_VGT_PARAM on SI the same as on CIK (v2)

2014-08-18 Thread Alex Deucher
On Mon, Aug 18, 2014 at 5:55 PM, Marek Olšák wrote: > From: Marek Olšák > > Nothing's changed for CIK here. For the series: Reviewed-by: Alex Deucher > --- > src/gallium/drivers/radeonsi/si_state.c | 6 -- > src/gallium/drivers/radeon

Re: [Mesa-dev] [PATCH] i965: First step toward prelocation

2014-08-22 Thread Alex Deucher
On Thu, Aug 21, 2014 at 11:12 PM, Ben Widawsky wrote: > This was a quick proof of concept to show the new API for prelocating > buffers. > What are prelocated buffers? Alex > It needs way more testing, to not ifdef the no-relocs, and to do a > libdrm ABI dep bump. > --- > src/mesa/drivers/dri/

[Mesa-dev] [PATCH] radeon/uvd: remove comment about RV770

2014-08-26 Thread Alex Deucher
It doesn't seem to support field based decode after testing. Signed-off-by: Alex Deucher --- src/gallium/drivers/radeon/radeon_video.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/drivers/radeon/radeon_video.c b/src/gallium/drivers/radeon/radeon_video.c index 6dcee45..2e

<    1   2   3   4   5   6   7   8   9   >