[Bug 100024] [radeonsi] Failed to find memory space for buffer eviction when calling glTexSubImage2D with 16384 / 2

2017-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100024 Michel Dänzer changed: What|Removed |Added Product|DRI |Mesa Version|XOrg git

Re: [RESEND PATCH v2 0/5] Fix the parse_dt of exynos dsi and remove the OF graph

2017-03-01 Thread Hoegeun Kwon
On 02/28/2017 06:58 PM, Krzysztof Kozlowski wrote: On Tue, Feb 28, 2017 at 10:17 AM, Hoegeun Kwon wrote: Hi All, [Resend this v2 patches, because i have missing TO and CC.] The dsi + panel is a parental relationship, so OF grpah is not needed. Therefore, the current dsi_parse_dt function will

Re: [PATCH v5 4/6] drm/edid: detect SCDC support in HF-VSDB

2017-03-01 Thread Sharma, Shashank
Regards Shashank On 3/1/2017 8:28 PM, Ville Syrjälä wrote: On Tue, Feb 28, 2017 at 02:09:08PM +0530, Shashank Sharma wrote: This patch does following: - Adds a new structure (drm_hdmi_info) in drm_display_info. This structure will be used to save and indicate if sink supports advanced H

Re: [PATCH v5 5/6] drm/i915: enable scrambling

2017-03-01 Thread Sharma, Shashank
Regards Shashank On 3/1/2017 8:41 PM, Ville Syrjälä wrote: On Tue, Feb 28, 2017 at 02:09:09PM +0530, Shashank Sharma wrote: Geminilake platform sports a native HDMI 2.0 controller, and is capable of driving pixel-clocks upto 594Mhz. HDMI 2.0 spec mendates scrambling for these higher clocks, f

[drm-intel:topic/designware-baytrail 2/12] arch/x86/include/asm/iosf_mbi.h:137:55: warning: 'struct notifier_block' declared inside parameter list

2017-03-01 Thread kbuild test robot
tree: git://anongit.freedesktop.org/drm-intel topic/designware-baytrail head: ca9b131b63aaf21419725bcf90497877d6bf6271 commit: 26363e10f680194a71c8d4287c8e2886ed539c4e [2/12] x86/platform/intel/iosf_mbi: Add a PMIC bus access notifier config: i386-randconfig-c0-03021134 (attached as .config) c

Re: [PULL] topic/designware-baytrail for 4.12

2017-03-01 Thread Daniel Vetter
On Wed, Mar 01, 2017 at 11:42:48AM +0100, Daniel Vetter wrote: > Hi all, > > topic/designware-baytrail-2017-03-01: > Baytrail PMIC vs. PMU race fixes from Hans de Goede > > I opted to put all the patches for all subsystems into the topic branches, > so that if needed, each subsystem can apply ref

Re: [PATCH v3 06/13] drm: bridge: Add LVDS encoder driver

2017-03-01 Thread Daniel Vetter
On Thu, Mar 02, 2017 at 02:30:09AM +0200, Laurent Pinchart wrote: > Hi Daniel, > > On Wednesday 04 Jan 2017 17:13:23 Laurent Pinchart wrote: > > On Wednesday 04 Jan 2017 15:58:25 Daniel Vetter wrote: > > > On Wed, Jan 04, 2017 at 04:33:57PM +0200, Laurent Pinchart wrote: > > >> On Wednesday 04 Jan

Re: [PATCH] drm: qxl: Don't clean up uninitialized fbdev framebuffer

2017-03-01 Thread Daniel Vetter
On Wed, Mar 01, 2017 at 06:50:08PM -0300, Gabriel Krisman Bertazi wrote: > Daniel Vetter writes: > > Hi Daniel, thanks again for your review. > > > Hm, I bit silly that we need #ifdef here, all this stuff is meant to Just > > Work. Can't we just fix the oops with suitable checks in the fini path

Re: [PATCH v4 1/1] drm/fb-helper: implement ioctl FBIO_WAITFORVSYNC

2017-03-01 Thread Daniel Vetter
On Tue, Feb 28, 2017 at 04:36:51PM +0100, Maxime Ripard wrote: > Implement legacy framebuffer ioctl FBIO_WAITFORVSYNC in the generic > framebuffer emulation driver. Legacy framebuffer users like non kms/drm > based OpenGL(ES)/EGL implementations may require the ioctl to > synchronize drawing or buf

Re: [PATCH 2/6] docs-rst: automatically convert Graphviz and SVG images

2017-03-01 Thread Daniel Vetter
On Wed, Mar 01, 2017 at 12:56:36PM -0300, Gabriel Krisman Bertazi wrote: > Daniel Vetter writes: > > Hi Daniel, > > > +if dst_fname: > > +name = dst_fname[len(out_dir) + 1:] > > +# the builder needs not to copy one more time, so pop it if exists. > > +translator.build

Re: [PATCH 6/6] drm/doc: atomic overview, with graph

2017-03-01 Thread Daniel Vetter
On Wed, Mar 01, 2017 at 02:42:02PM -0300, Gabriel Krisman Bertazi wrote: > Daniel Vetter writes: > > > I've spent quite some time trying to beat DOT into submission, this is the > > best I can do. The FIXME really is just a hint for someone with more clue > > to maybe make it better, or if not po

[PATCH] drm/doc: atomic overview, with graph

2017-03-01 Thread Daniel Vetter
I want to split up a few more things and document some details better (like how exactly to subclass drm_atomic_state). And maybe also split up the helpers a bit per-topic, but this should be a ok-ish start for better atomic overview. v2: Spelling and clarifications (Eric). v3: Implement suggestio

<    1   2