Re: [PATCH 01/11] drm/vram: Add struct drm_vram_buffer to VRAM helpers

2019-09-18 Thread Gerd Hoffmann
On Wed, Sep 18, 2019 at 04:22:57PM +0200, Thomas Zimmermann wrote: > Drivers with dedicated video memory occasionally need to reserve a memory > area for a specific purpose, such as cursor images or sprites. Using GEM > VRAM buffer objects can be problematic. For small buffers, GEM VRAM buffer >

[Bug 110645] Blender EEVEE World Volumetric flickering

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110645 Ali Naj changed: What|Removed |Added Resolution|--- |NOTABUG Status|NEW

[Bug 111077] link_shader and deserialize_glsl_program suddenly consume huge amount of RAM

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111077 --- Comment #42 from Matt Turner --- (In reply to rol...@rptd.ch from comment #41) > EDIT: to sum up: > 1) GIT master + patch => bug present > 2) GIT master - patch + revert-commit => bug fixed If you don't have a way for developers to

[RFC] checking drm_framebuffer against config width/height

2019-09-18 Thread jsanka
Hello All, I bumped into the below check [1] enforced in drm_framebuffer creation which checks the requested framebuffer width/height parameters against the drm mode config width/height limits. As I understand, drm_mode_config: min/max width/height indicate the upper and lower bounds of the

[Bug 111080] Random crash on amdgpu due to temperature missrepoorting

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111080 Alex Deucher changed: What|Removed |Added Product|Mesa|DRI

[radeon-alex:amd-mainline-dkms-5.0 2453/3724] include/kcl/kcl_fence.h:6:10: fatal error: linux/fence.h: No such file or directory

2019-09-18 Thread kbuild test robot
tree: git://people.freedesktop.org/~agd5f/linux.git amd-mainline-dkms-5.0 head: a51a5ad4b8daf0dd0a437d51a19c2baa98953675 commit: cde0ab5e1f7cce36c771989aa4142e5607f4fa6e [2453/3724] drm/amd/autoconf: Test if fence is renamed to dma_fence. config: x86_64-allyesconfig (attached as .config)

[radeon-alex:amd-mainline-dkms-5.0 2219/3724] configure: error: in `drivers/gpu/drm/scheduler/dkms':

2019-09-18 Thread kbuild test robot
tree: git://people.freedesktop.org/~agd5f/linux.git amd-mainline-dkms-5.0 head: a51a5ad4b8daf0dd0a437d51a19c2baa98953675 commit: fbb2398b29e0de236e9ee3ad48385095ebcb2a84 [2219/3724] drm/amd/autoconf: fix in-build error for O=... config: mips-allmodconfig (attached as .config) compiler:

[radeon-alex:amd-mainline-dkms-5.0 3698/3724] include/kcl/kcl_fence.h:142:20: error: redefinition of 'dma_fence_set_error'

2019-09-18 Thread kbuild test robot
tree: git://people.freedesktop.org/~agd5f/linux.git amd-mainline-dkms-5.0 head: a51a5ad4b8daf0dd0a437d51a19c2baa98953675 commit: a5784d79d1577c00e6e81f892cde52593546a5f4 [3698/3724] drm/amdkcl: drop kcl_dma_fence_set_error config: x86_64-allyesconfig (attached as .config) compiler: gcc-7

Re: [PATCH v4 6/9] drm: rcar-du: crtc: Enable and disable CMMs

2019-09-18 Thread Laurent Pinchart
Hello, On Thu, Sep 12, 2019 at 10:19:30AM +0100, Kieran Bingham wrote: > On 12/09/2019 09:07, Jacopo Mondi wrote: > > On Wed, Sep 11, 2019 at 07:40:27PM +0100, Kieran Bingham wrote: > >> On 06/09/2019 14:54, Jacopo Mondi wrote: > >>> Enable/disable the CMM associated with a CRTC at CRTC start and

[radeon-alex:amd-mainline-dkms-5.0 2557/3724] cc1: fatal error: dkms/config/config.h: No such file or directory

2019-09-18 Thread kbuild test robot
tree: git://people.freedesktop.org/~agd5f/linux.git amd-mainline-dkms-5.0 head: a51a5ad4b8daf0dd0a437d51a19c2baa98953675 commit: 3bf7319166d86580be7a7c72dbf70546ad1b1e06 [2557/3724] drm/amdgpu/gfx10: set SH_MEM_CONFIG.INITIAL_INST_PREFETCH config: i386-allmodconfig (attached as .config)

Re: [PATCH v4 3/9] drm: rcar-du: Add support for CMM

2019-09-18 Thread Laurent Pinchart
Hi Jacopo, Thank you for the patch. On Fri, Sep 06, 2019 at 03:54:30PM +0200, Jacopo Mondi wrote: > Add a driver for the R-Car Display Unit Color Correction Module. > > In most of Gen3 SoCs, each DU output channel is provided with a CMM unit > to perform image enhancement and color correction.

Re: [PATCH 01/15] drm/amdgpu: Add encoder atomic check

2019-09-18 Thread Lyude Paul
Haven't looked at these quite yet, but I just wanted to say ahead of time that from a quick glance these look like a big step in the right direction :). Awesome work! I will review this ASAP On Wed, 2019-09-18 at 16:26 -0400, mikita.lip...@amd.com wrote: > From: Mikita Lipski > > [why] > In

Re: [PATCH libdrm 1/2] modetest: Fix segmentation fault

2019-09-18 Thread Ezequiel Garcia
On Thu, 2019-08-15 at 09:07 -0300, Ezequiel Garcia wrote: > On Mon, 2019-07-22 at 13:08 -0300, Ezequiel Garcia wrote: > > When a mode is set with just a connector "-s foo", > > we get a nasty segmentation fault. Fix it. > > > > Signed-off-by: Ezequiel Garcia > > There's no rush, but still, here

Re: [PATCH v4 1/9] dt-bindings: display: renesas,cmm: Add R-Car CMM documentation

2019-09-18 Thread Laurent Pinchart
Hi Jacopo, Thank you for the patch. On Fri, Sep 06, 2019 at 03:54:28PM +0200, Jacopo Mondi wrote: > Add device tree bindings documentation for the Renesas R-Car Display > Unit Color Management Module. > > CMM is the image enhancement module available on each R-Car DU video > channel on R-Car

Re: [RFC][PATCH] libdrm: Convert to Android.mk to Android.bp

2019-09-18 Thread John Stultz
On Wed, Sep 18, 2019 at 2:49 PM Eric Engestrom wrote: > On Tuesday, 2019-09-17 19:15:36 +, John Stultz wrote: > > This patch removes the deprecated Android.mk files and replaces > > them with Android.bp files. > > > > This is needed in order to build libdrm/master against recent > > Android

Re: [RFC][PATCH] libdrm: Convert to Android.mk to Android.bp

2019-09-18 Thread Eric Engestrom
On Tuesday, 2019-09-17 19:15:36 +, John Stultz wrote: > This patch removes the deprecated Android.mk files and replaces > them with Android.bp files. > > This is needed in order to build libdrm/master against recent > Android releases and AOSP/master, as some of the Treble build > options

RE: [PATHC v6] video: hyperv: hyperv_fb: Support deferred IO for Hyper-V frame buffer driver

2019-09-18 Thread Michael Kelley
From: Wei Hu Sent: Tuesday, September 17, 2019 11:03 PM > > Without deferred IO support, hyperv_fb driver informs the host to refresh > the entire guest frame buffer at fixed rate, e.g. at 20Hz, no matter there > is screen update or not. This patch supports deferred IO for screens in > graphics

Re: [RFC][PATCH] libdrm: Convert to Android.mk to Android.bp

2019-09-18 Thread Eric Anholt
John Stultz writes: > This patch removes the deprecated Android.mk files and replaces > them with Android.bp files. > > This is needed in order to build libdrm/master against recent > Android releases and AOSP/master, as some of the Treble build > options required since Android O cannot be

Re: [RFC PATCH] drm:- Add a modifier to denote 'protected' framebuffer

2019-09-18 Thread Daniel Stone
Hi Liviu, On Wed, 18 Sep 2019 at 13:04, Liviu Dudau wrote: > On Wed, Sep 18, 2019 at 09:49:40AM +0100, Daniel Stone wrote: > > I totally agree. Framebuffers aren't about the underlying memory they > > point to, but about how to _interpret_ that memory: it decorates a > > pointer with width,

Re: [PATCH] drm: add drm device name

2019-09-18 Thread Marek Olšák
Let's drop this patch. Mesa will use family_id. Marek On Wed, Sep 18, 2019 at 4:10 PM Marek Olšák wrote: > On Wed, Sep 18, 2019 at 10:03 AM Michel Dänzer wrote: > >> On 2019-09-18 1:41 a.m., Marek Olšák wrote: >> > drmVersion::name = amdgpu, radeon, intel, etc. >> > drmVersion::desc = vega10,

[Bug 26999] _mesa_reference_renderbuffer: Assertion `oldRb->Magic == 0xaabbccdd' failed

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=26999 GitLab Migration User changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 10967] wrong addresses (?) for 3D drawing : clipping or what ?

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=10967 GitLab Migration User changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 13923] mesa unichrome crash in draw_rgba_pixels when starting torcs

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=13923 GitLab Migration User changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 1633] via_alloc_texture fail

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=1633 GitLab Migration User changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 10966] workaround to avoid the assert main/renderbuffer.c:2041: _mesa_add_renderbuffer:...

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=10966 GitLab Migration User changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 12037] Background in SuperTux is incorrect with Unichrome driver

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=12037 GitLab Migration User changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 11531] Opengl render window have invalid coordinates

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=11531 GitLab Migration User changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 12021] unichrome - invalid assert in viaSwapOutWork

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=12021 GitLab Migration User changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[PATCH 13/15] drm/amd/display: Write DSC enable to MST DPCD

2019-09-18 Thread mikita.lipski
From: David Francis Rework the dm_helpers_write_dsc_enable callback to handle the MST case. Use the cached dsc_aux field. Reviewed-by: Wenjing Liu Signed-off-by: David Francis --- .../amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 19 ++- 1 file changed, 18 insertions(+), 1

[PATCH 03/15] drm/amdgpu: validate mst topology in atomic check

2019-09-18 Thread mikita.lipski
From: Mikita Lipski [why] Validate mst topology and the number of VCPI slots available for a new state. Fail if topology has no more bandwidth for a new state. [how] Pass the atomic state to drm_dp_mst_atomic_check to verify if the new topology is possible. Cc: Lyude Paul Signed-off-by: Mikita

[PATCH 11/15] drm/amd/display: Initialize DSC PPS variables to 0

2019-09-18 Thread mikita.lipski
From: David Francis For DSC MST, sometimes monitors would break out in full-screen static. The issue traced back to the PPS generation code, where these variables were being used uninitialized and were picking up garbage. memset to 0 to avoid this Signed-off-by: David Francis Reviewed-by:

[PATCH 08/15] drm/dp_mst: Add helpers for MST DSC and virtual DPCD aux

2019-09-18 Thread mikita.lipski
From: David Francis Add drm_dp_mst_dsc_aux_for_port. To enable DSC, the DSC_ENABLED register might have to be written on the leaf port's DPCD, its parent's DPCD, or the MST manager's DPCD. This function finds the correct aux for the job. As part of this, add drm_dp_mst_is_virtual_dpcd. Virtual

[PATCH 14/15] drm/amd/display: MST DSC compute fair share

2019-09-18 Thread mikita.lipski
From: David Francis If there is limited link bandwidth on a MST network, it must be divided fairly between the streams on that network Implement an algorithm to determine the correct DSC config for each stream The algorithm: This [ ] ( ) represents the range of

[PATCH 12/15] drm/amd/display: Validate DSC caps on MST endpoints

2019-09-18 Thread mikita.lipski
From: David Francis During MST mode enumeration, if a new dc_sink is created, populate it with dsc caps as appropriate. Use drm_dp_mst_dsc_aux_for_port to get the raw caps, then parse them onto dc_sink with dc_dsc_parse_dsc_dpcd. Reviewed-by: Wenjing Liu Signed-off-by: David Francis ---

[PATCH 06/15] drm/dp_mst: Add MST support to DP DPCD R/W functions

2019-09-18 Thread mikita.lipski
From: David Francis Instead of having drm_dp_dpcd_read/write and drm_dp_mst_dpcd_read/write as entry points into the aux code, have drm_dp_dpcd_read/write handle both. This means that DRM drivers can make MST DPCD read/writes. v2: Fix spacing v3: Dump dpcd access on MST read/writes

[PATCH 10/15] drm/amd/display: Use correct helpers to compute timeslots

2019-09-18 Thread mikita.lipski
From: David Francis We were using drm helpers to convert a timing into its bandwidth, its bandwidth into pbn, and its pbn into timeslots These helpers -Did not take DSC timings into account -Used the link rate and lane count of the link's aux device, which are not the same as the link's current

[PATCH 09/15] drm/dp_mst: Add new quirk for Synaptics MST hubs

2019-09-18 Thread mikita.lipski
From: David Francis Synaptics DP1.4 hubs (BRANCH_ID 0x90CC24) do not support virtual DPCD registers, but do support DSC. The DSC caps can be read from the physical aux, like in SST DSC. These hubs have many different DEVICE_IDs. Add a new quirk to detect this case. Change-Id:

[PATCH 15/15] drm/amd/display: Trigger modesets on MST DSC connectors

2019-09-18 Thread mikita.lipski
From: David Francis Whenever a connector on an MST network is attached, detached, or undergoes a modeset, the DSC configs for each stream on that topology will be recalculated. This can change their required bandwidth, requiring a full reprogramming, as though a modeset was performed, even if

[PATCH 07/15] drm/dp_mst: Fill branch->num_ports

2019-09-18 Thread mikita.lipski
From: David Francis This field on drm_dp_mst_branch was never filled It is initialized to zero when the port is kzallocced. When a port is added to the list, increment num_ports, and when a port is removed from the list, decrement num_ports. v2: remember to decrement on port removal v3: don't

[PATCH 02/15] drm/amdgpu: Add connector atomic check

2019-09-18 Thread mikita.lipski
From: Mikita Lipski [why] Complying with new MST atomic check requirements. The driver needs to call this function on every atomic check to reset the VCPI slots if new state disables [how] - Verify that it is a MST connection - Verify that old crtc state exists - Verify the new crtc state

[PATCH 04/15] drm/dp_mst: Add PBN calculation for DSC modes

2019-09-18 Thread mikita.lipski
From: David Francis With DSC, bpp can be fractional in multiples of 1/16. Change drm_dp_calc_pbn_mode to reflect this, adding a new parameter bool dsc. When this parameter is true, treat the bpp parameter as having units not of bits per pixel, but 1/16 of a bit per pixel v2: Don't add separate

[PATCH 05/15] drm/dp_mst: Parse FEC capability on MST ports

2019-09-18 Thread mikita.lipski
From: David Francis As of DP1.4, ENUM_PATH_RESOURCES returns a bit indicating if FEC can be supported up to that point in the MST network. The bit is the first byte of the ENUM_PATH_RESOURCES ack reply, bottom-most bit (refer to section 2.11.9.4 of DP standard, v1.4) That value is needed for

[PATCH 01/15] drm/amdgpu: Add encoder atomic check

2019-09-18 Thread mikita.lipski
From: Mikita Lipski [why] In order to comply with new MST atomic check we have to find and add VCPI slots to the state during atomic check whenever their is a change on mode or connector. [how] - Verify that it is a MST connection - Convert new stream's clock and bpp - Calculate PBN based on

[PATCH 00/15] DSC MST support for AMDGPU

2019-09-18 Thread mikita.lipski
From: Mikita Lipski This set of patches is a continuation of DSC enablement patches for AMDGPU. This set enables DSC on MST. First 3 patches add atomic check functionality to encoder and connector to allocate and release VCPI slots on each state atomic check. These changes utilize newly added

Re: [PATCH] drm: sun8i-ui/vi: Fix layer zpos change/atomic modesetting

2019-09-18 Thread Maxime Ripard
On Wed, Sep 18, 2019 at 05:23:09PM +0200, Ondřej Jirman wrote: > Hi, > > On Wed, Sep 18, 2019 at 04:17:34PM +0200, Maxime Ripard wrote: > > Hi, > > > > On Sun, Sep 15, 2019 at 12:03:37AM +0200, meg...@megous.com wrote: > > > From: Ondrej Jirman > > > > > > There are various issues that this

Re: [PATCH v2 3/3] drm: Add self_refresh_state debugfs entry

2019-09-18 Thread Daniel Vetter
On Wed, Sep 18, 2019 at 10:07 PM Sean Paul wrote: > > From: Sean Paul > > This patch adds a debugfs entry to surface the entry and exit times as > well as the calculated delay. > > Suggested-by: Daniel Vetter > Signed-off-by: Sean Paul > > Changes in v2: > - Added to the set > --- > > Wasn't

Re: [PATCH] drm: add drm device name

2019-09-18 Thread Marek Olšák
On Wed, Sep 18, 2019 at 10:03 AM Michel Dänzer wrote: > On 2019-09-18 1:41 a.m., Marek Olšák wrote: > > drmVersion::name = amdgpu, radeon, intel, etc. > > drmVersion::desc = vega10, vega12, vega20, ... > > > > The common Mesa code will use name and desc to select the driver. > > Like the Xorg

[PATCH v2 1/3] drm: Fix kerneldoc and remove unused struct member in self_refresh helper

2019-09-18 Thread Sean Paul
From: Sean Paul Artifacts of previous revisions. Reviewed-by: Daniel Vetter Signed-off-by: Sean Paul Link to v1: https://patchwork.freedesktop.org/patch/msgid/20190917200443.64481-1-s...@poorly.run Changes in v2: - None --- drivers/gpu/drm/drm_self_refresh_helper.c | 1 -

[PATCH v2 3/3] drm: Add self_refresh_state debugfs entry

2019-09-18 Thread Sean Paul
From: Sean Paul This patch adds a debugfs entry to surface the entry and exit times as well as the calculated delay. Suggested-by: Daniel Vetter Signed-off-by: Sean Paul Changes in v2: - Added to the set --- Wasn't too sure how to initialize this, as calling the helper function from

[PATCH v2 2/3] drm: Measure Self Refresh Entry/Exit times to avoid thrashing

2019-09-18 Thread Sean Paul
From: Sean Paul Currently the self refresh idle timer is a const set by the crtc. This is fine if the self refresh entry/exit times are well-known for all panels used on that crtc. However panels and workloads can vary quite a bit, and a timeout which works well for one doesn't work well for

[radeon-alex:amd-mainline-dkms-5.0 2219/3724] configure: error: in `drivers/gpu/drm/ttm/dkms':

2019-09-18 Thread kbuild test robot
tree: git://people.freedesktop.org/~agd5f/linux.git amd-mainline-dkms-5.0 head: a51a5ad4b8daf0dd0a437d51a19c2baa98953675 commit: fbb2398b29e0de236e9ee3ad48385095ebcb2a84 [2219/3724] drm/amd/autoconf: fix in-build error for O=... config: ia64-allmodconfig (attached as .config) compiler:

[PATCH] drm/msm: include linux/sched/task.h

2019-09-18 Thread Arnd Bergmann
Without this header file, compile-testing may run into a missing declaration: drivers/gpu/drm/msm/msm_gpu.c:444:4: error: implicit declaration of function 'put_task_struct' [-Werror,-Wimplicit-function-declaration] Fixes: 482f96324a4e ("drm/msm: Fix task dump in gpu recovery") Signed-off-by:

[PATCH] drm/amd/display: hide an unused variable

2019-09-18 Thread Arnd Bergmann
Without CONFIG_DEBUG_FS, we get a warning for an unused variable: drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:6020:33: error: unused variable 'source' [-Werror,-Wunused-variable] Hide the variable in an #ifdef like its only users. Fixes: 14b2584636c6 ("drm/amd/display: add

[Bug 110971] GPU HANG: ecode 6:1:0xfffffffe, in spring-main [8656], hang on rcs0

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110971 GitLab Migration User changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 111730] Xorg does not render with mesa 19.1.7

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111730 GitLab Migration User changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[Bug 110318] Disabling ARB_fragment_shader causes implementation errors

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110318 GitLab Migration User changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 111386] Mesa 19.1.1 introduced Tearing

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111386 GitLab Migration User changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 106827] Segmentation fault in i915_validate_state on SolveSpace startup

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106827 GitLab Migration User changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 106548] Failed GfxDrv_DriverAcceptanceQuery.GL_GPU_FREQ_OVERRIDE_MDAPI

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106548 GitLab Migration User changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[Bug 109102] At dual monitor intel_do_flush_locked failed: Resource deadlock avoided

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109102 GitLab Migration User changed: What|Removed |Added Status|NEW |RESOLVED

[radeon-alex:amd-mainline-dkms-5.0 3697/3724] include/kcl/kcl_fence.h:148:7: error: 'struct dma_fence' has no member named 'status'

2019-09-18 Thread kbuild test robot
tree: git://people.freedesktop.org/~agd5f/linux.git amd-mainline-dkms-5.0 head: a51a5ad4b8daf0dd0a437d51a19c2baa98953675 commit: f460c248a3f0bca3a875602cf40693de672485c4 [3697/3724] drm/amd/autoconf: refactor dma_fence header check config: x86_64-allyesconfig (attached as .config) compiler:

[Bug 109835] [865G] [drm] GPU HANG: ecode 2:0:0x75f4003e, in europa.exe [1323], reason: hang on rcs0, action: reset

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109835 GitLab Migration User changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 106601] The internal format RGB32F should be color-renderable for texture, But mesa can not support it

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106601 GitLab Migration User changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 105257] GPU HANG: ecode 9:0:0x86dffffd, in Xorg, reason: Hang on render ring, action: reset

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105257 GitLab Migration User changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 108086] mesa 18.2.x line is crashing and disabling kwin_x11 and effects thereof, no problem with 18.1.x

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108086 GitLab Migration User changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 105934] Gpu Hang with timestamp queries and compute dispatches on Intel HD 5500

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105934 GitLab Migration User changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 107155] [i915] [regression] Tray icons are displayed incorrectly with MESA 18.0.5 on Intel

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107155 GitLab Migration User changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 106763] thunderbolt 3-way split corruption using OpenGL

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106763 GitLab Migration User changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 104599] corrupted desktop graphics with latest git intel driver

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104599 GitLab Migration User changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 102574] glDrawBuffer crashes in case of surfaceless context

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102574 GitLab Migration User changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 104520] Intermittent X crashes: GPU HANG: ecode 9:0:0x85dffffb, in Xorg [443], reason: Hang on rcs0, action: reset

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104520 GitLab Migration User changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 100612] [i915] [SNA] Graphics corruption with QupZilla

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100612 GitLab Migration User changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug 104526] 0x00007fce563644fb in update_buffers (dri2_surf=dri2_surf@entry=0x55b5be7fc690) at drivers/dri2/platform_wayland.c:541

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104526 GitLab Migration User changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 102103] after switch to xserver-xorg-video-intel-native-modesetting libreoffice sidebar corrupted

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102103 GitLab Migration User changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 98667] [i915] GPU HANG: ecode 6:0:0xf389fffc (Redie Beta 0.8.4)

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98667 GitLab Migration User changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 98964] Chromium complains about glXGetSyncValuesOML in 13.0.2

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98964 GitLab Migration User changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 96783] Intel 945 GM is very slow on rendering with 4.5 kernel

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=96783 GitLab Migration User changed: What|Removed |Added Resolution|--- |MOVED

[Bug 70402] SIGSEGV when selecting polygons with i915 (libdricore9.2.0.so)

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70402 GitLab Migration User changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 88275] [865G] Intel OpenGL rendering isn't starting

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88275 GitLab Migration User changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug 57496] Artefacts when playing OpenGL games

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57496 GitLab Migration User changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 42128] Crash when visiting a site with Firefox

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42128 GitLab Migration User changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 28597] [865G] Segmentation fault in _swrast_logicop_rgba_span

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28597 GitLab Migration User changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---

[Bug 28433] Mesa DRI Intel 845G GEM Drivers returning artifacts in textures that can lockup PC on glxSwapBuffers.

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28433 GitLab Migration User changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 9875] Pixel formats with >8 bits per channel not available via OpenGL although apparently supported by hardware

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=9875 GitLab Migration User changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---

[Bug 100189] segfault at 234 error 4 in i915_dri.so

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100189 GitLab Migration User changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 91014] Piglit regression: spec/!OpenGL 1.2/texture-packed-formats

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91014 GitLab Migration User changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 101055] All GL programs segfault: i915_state_derived.c:calculate_vertex_layout: i915->fs == 0

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101055 GitLab Migration User changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 97477] i915g: gl_FragCoord is always (0.0, max_y)

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97477 GitLab Migration User changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 91015] Piglit regression: spec/ARB_occlusion_query2/api

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91015 GitLab Migration User changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 77953] i915 Gallium crashes on 2nd generation i3/5/7 card, and a Weston egl client

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77953 GitLab Migration User changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 91016] Piglit regression: shaders/glsl-floating-constant-120

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91016 GitLab Migration User changed: What|Removed |Added Resolution|--- |MOVED

[Bug 76044] [i915g+llvm] commit "gallium: Use C11 thread abstractions." breaks memento by conspiracy

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76044 GitLab Migration User changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 51484] [i915g] piglit fbo-srgb fails since 45fc069600ddbfe07a0a0cd5280161a8c7c55dd0

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51484 GitLab Migration User changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 58834] Crash in i915_set_vertex_buffers with kwin

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58834 GitLab Migration User changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 44296] [i915g] SIGSEGV glxcmds.c:1479

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44296 GitLab Migration User changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 44342] [i915g] GPU hang when running Khronos Webgl test suite

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44342 GitLab Migration User changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 44344] [i915g] state_tracker/st_glsl_to_tgsi.cpp:3082:simplify_cmp: Assertion `inst->dst.index < 4096' failed.

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44344 GitLab Migration User changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 43770] [i915g] src/gallium/drivers/i915/i915_fpc_emit.c:153:i915_emit_arith: Assertion `(((dest)>>29)&0x7) != 2' failed.

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43770 GitLab Migration User changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 43769] [i915g] src/gallium/drivers/i915/i915_fpc_translate.c:658:i915_translate_instruction: Assertion `0' failed.

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43769 GitLab Migration User changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 38265] [945gm] gl output in mplayer is wonky

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38265 GitLab Migration User changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

  1   2   3   4   5   6   >