[Bug 88408] Black screen in Nuclear Dawn

2015-01-26 Thread bugzilla-dae...@freedesktop.org
--- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150126/728eff48/attachment.html>

[Bug 88669] clover on radeonsi fails in radeon_shader_binary_config_start

2015-01-26 Thread bugzilla-dae...@freedesktop.org
sinpi() are not yet supported by libclc. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150126/e272f3fd/attachment.html>

[Bug 88669] clover on radeonsi fails in radeon_shader_binary_config_start

2015-01-26 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150126/bac1fd56/attachment.html>

LLVM / Clang git for libclc: optimized build or debug?

2015-01-26 Thread Dieter Nützel
make[1]: Leaving directory '/opt/llvm/bindings' llvm[0]: * Completed Debug+Asserts Build llvm[0]: * Note: Debug build can be 10 times slower than an llvm[0]: * optimized build. Use make ENABLE_OPTIMIZED=1 to llvm[0]: * make an optimized build. Alternatively you can llvm[0]: * co

2015 Elections to the X.Org Board of Directors and Approval to Changes of the X.Org By Laws

2015-01-26 Thread Kenneth Graunke
. Thanks! --Ken -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: This is a digitally signed message part. URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150126/93701488/attachment.sig>

[pull] drm/msm: msm-next for 3.20

2015-01-26 Thread Rob Clark
Hi Dave, Main pull for 3.20. Highlights: 1) YUV support for mdp4 and mdp5 2) eDP support 3) hw cursor support for mdp5[*] 4) additional hdmi support for apq8084 (snapdragon 805) 5) few bug fixes Note that I may have a later pull to enable hdmi hpd irqs.. but (un)fortunately I seem to have a par

[PATCH 1/2] exynos: Don't use DRM_EXYNOS_GEM_{MAP_OFFSET/MMAP} ioctls

2015-01-26 Thread Emil Velikov
On 26 January 2015 at 01:42, Hyungwon Hwang wrote: > Dear Tobias, > > Thanks for fixing it. > > Signed-off-by: Hyungwon Hwang > Hi Hyungwon Hwang I'm a bit confused about the use of s-o-b here. I've assumed that libdrm follows the kernel style [1] for those type of things ? Would you have anythi

[PATCH] drm/dp: Use large transactions for I2C over AUX

2015-01-26 Thread Ville Syrjälä
On Mon, Jan 26, 2015 at 03:47:13PM +, Simon Farnsworth wrote: > On Monday 26 January 2015 17:33:35 Ville Syrjälä wrote: > > On Mon, Jan 26, 2015 at 03:22:48PM +, Simon Farnsworth wrote: > > > DisplayPort to DVI-D Dual Link adapters designed by Bizlink have bugs in > > > their I2C over AUX

[PATCH] drm/mm: Support 4 GiB and larger ranges

2015-01-26 Thread Alex Deucher
On Fri, Jan 23, 2015 at 3:05 AM, Thierry Reding wrote: > From: Thierry Reding > > The current implementation is limited by the number of addresses that > fit into an unsigned long. This causes problems on 32-bit Tegra where > unsigned long is 32-bit but drm_mm is used to manage an IOVA space of >

[PATCH] drm/dp: Use large transactions for I2C over AUX

2015-01-26 Thread Ville Syrjälä
On Mon, Jan 26, 2015 at 05:33:35PM +0200, Ville Syrjälä wrote: > On Mon, Jan 26, 2015 at 03:22:48PM +, Simon Farnsworth wrote: > > DisplayPort to DVI-D Dual Link adapters designed by Bizlink have bugs in > > their I2C over AUX implementation. They work fine with Windows, but fail > > with Lin

[PATCH] drivers: gpu: drm: i915: intel_fifo_underrun.c: Fix a typo in comment

2015-01-26 Thread Kumar Amit Mehta
The comment for intel_cpu_fifo_underrun_irq_handler() is not consistent with the code and the rest of the comment for this routine. This patch fixes this typo in comment. Signed-off-by: Kumar Amit Mehta --- drivers/gpu/drm/i915/intel_fifo_underrun.c | 2 +- 1 file changed, 1 insertion(+), 1 dele

[PATCH] drm/dp: Use large transactions for I2C over AUX

2015-01-26 Thread Ville Syrjälä
On Mon, Jan 26, 2015 at 03:22:48PM +, Simon Farnsworth wrote: > DisplayPort to DVI-D Dual Link adapters designed by Bizlink have bugs in > their I2C over AUX implementation. They work fine with Windows, but fail > with Linux. > > It turns out that they cannot keep an I2C transaction open unles

[PATCH] drm/dp: Use large transactions for I2C over AUX

2015-01-26 Thread Simon Farnsworth
strategy was intended to spot that there's probably a FIFO in the middle that's too small, and reduce the transfer size to avoid overflowing the FIFO. I could make it more complex by remembering that the last read was a partial read, finishing it off by reducing the read size, then sticking to the new smaller size, but that's added complexity and I'm not sure of its value. Should I simply stick to 16 byte reads, and cope with getting back less data than I want, or do you think we need the more complex strategy that complies with DP 1.2? -- Simon Farnsworth Software Engineer ONELAN Ltd http://www.onelan.com -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: This is a digitally signed message part. URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150126/1b4825c0/attachment.sig>

[Bug 80868] Support screen scaling modes for external monitors

2015-01-26 Thread bugzilla-dae...@freedesktop.org
|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150126/4fd05b0f/attachment.html>

[Bug 80868] Support screen scaling modes for external monitors

2015-01-26 Thread bugzilla-dae...@freedesktop.org
HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150126/e2673bcf/attachment.html>

[PATCH] drm/dp: Use large transactions for I2C over AUX

2015-01-26 Thread Simon Farnsworth
sworth Software Engineer ONELAN Ltd http://www.onelan.com -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: This is a digitally signed message part. URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150126/e7877d68/attachment.sig>

[PATCH] drm/dp: Use large transactions for I2C over AUX

2015-01-26 Thread Simon Farnsworth
DisplayPort to DVI-D Dual Link adapters designed by Bizlink have bugs in their I2C over AUX implementation. They work fine with Windows, but fail with Linux. It turns out that they cannot keep an I2C transaction open unless the previous read was 16 bytes; shorter reads can only be followed by a ze

[Bug 87518] radeonsi/cik: some lighting > dashed lines artifact

2015-01-26 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20150126/77f3ff28/attachment.html>

[Bug 88642] Trilinear sampling on cubemap wrongly sampled at the border of rasterized triangle on HAWAII

2015-01-26 Thread bugzilla-dae...@freedesktop.org
smoki --- *** Bug 87518 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150

[Bug 87518] radeonsi/cik: some lighting > dashed lines artifact

2015-01-26 Thread bugzilla-dae...@freedesktop.org
e bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150126/1a8d5c7c/attachment.html>

[PATCH] drm/bridge: dw_hdmi: adapt to updated bridge API

2015-01-26 Thread Heiko Stübner
Commits 8eb17f05bc18 ("drm/bridge: do not pass drm_bridge_funcs to drm_bridge_init") and fbc4572e9c48 ("drm/bridge: make bridge registration independent of drm flow") changed the bridge API without taking into account the also newly introduced dw_hdmi bridge. Therefore adapt the dw_hdmi bridge to

[PATCH] drm/msm/mdp: full mode set if crtc enable state is changed

2015-01-26 Thread Jilai Wang
Crtc state may not reflect the current crtc state if drm_fb_helper_blank is called to turn dpms off without turning crtc off. A full modeset in this case to solve the problem. Signed-off-by: Jilai Wang --- drivers/gpu/drm/msm/mdp/mdp5/mdp5_crtc.c | 7 +++ 1 file changed, 7 insertions(+) dif

[Bug 88183] radeonsi: R9 280X hangs with SuperTuxKart

2015-01-26 Thread bugzilla-dae...@freedesktop.org
d... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150126/bddcfe7a/attachment.html>

[PULL] drm-amdkfd-fixes

2015-01-26 Thread Oded Gabbay
Hi Dave, A couple of fixes for -rc7 in amdkfd: - Forgot to free resources when creation of queue has failed - Initialization of pipelines was incorrect (3 patches) In addition, The patch "drm/amdkfd: Allow user to limit only queues per device" is not a fix, but I would like to push it for 3.19

[GIT PULL] drm/panel: Changes for v3.20-rc1

2015-01-26 Thread Jani Nikula
On Mon, 26 Jan 2015, Thierry Reding wrote: > On Mon, Jan 26, 2015 at 11:07:52AM +0200, Jani Nikula wrote: >> On Fri, 23 Jan 2015, Thierry Reding wrote: >> > Thierry Reding (4): >> > drm/mipi-dsi: Avoid potential NULL pointer dereference >> >> I can't find this one, has it been posted on th

[PATCH libdrm 08/11] tests: modetest: Accept connector names

2015-01-26 Thread Laurent Pinchart
Hi Thierry, On Monday 26 January 2015 11:14:32 Thierry Reding wrote: > On Sun, Jan 25, 2015 at 01:56:51AM +0200, Laurent Pinchart wrote: > > On Friday 23 January 2015 17:08:21 Thierry Reding wrote: > >> From: Thierry Reding > >> > >> Allow connector names to be used in the specification of the -

[PATCH libdrm 08/11] tests: modetest: Accept connector names

2015-01-26 Thread Thierry Reding
Good catch. I've changed this check to: if (*endp != '\0') { ... look up by name ... } > > + connector = get_connector_by_name(dev, pipe->cons[i]); > > + if (!connector) { > > + fprintf(stderr, "no connector named %s\n", > > + pipe->cons[i]); > > + return -ENODEV; > > + } > > + > > + id = connector->connector_id; > > + } > > + > > + pipe->con_ids[i] = id; > > + } > > + > > + return 0; > > +} > > Could update the help text in usage() to reflect the new usage ? Done. Thierry -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 819 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150126/38c056c2/attachment.sig>

[GIT PULL] drm/panel: Changes for v3.20-rc1

2015-01-26 Thread Jani Nikula
On Fri, 23 Jan 2015, Thierry Reding wrote: > Thierry Reding (4): > drm/mipi-dsi: Avoid potential NULL pointer dereference I can't find this one, has it been posted on the list? BR, Jani. -- Jani Nikula, Intel Open Source Technology Center

[GIT PULL] drm/panel: Changes for v3.20-rc1

2015-01-26 Thread Thierry Reding
--- A non-text attachment was scrubbed... Name: 0001-drm-mipi-dsi-Avoid-potential-NULL-pointer-dereferenc.patch Type: text/x-diff Size: 1462 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150126/3a9f8e4f/attachment.patch> -- next part -

[PATCH 1/2] exynos: Don't use DRM_EXYNOS_GEM_{MAP_OFFSET/MMAP} ioctls

2015-01-26 Thread Hyungwon Hwang
Dear Tobias, Thanks for fixing it. Signed-off-by: Hyungwon Hwang On Fri, 16 Jan 2015 23:57:33 +0100 Tobias Jakobi wrote: > From: Hyungwon Hwang > > The ioctl DRM_EXYNOS_GEM_MAP_OFFSET and DRM_EXYNOS_GEM_MMAP are > removed from the linux kernel. This patch modifies libdrm and libkms > to use

My minnow was broken by: drm/i915: Consolidate forcewake code

2015-01-26 Thread Jani Nikula
On Sat, 24 Jan 2015, Ville Syrjälä wrote: > On Sat, Jan 24, 2015 at 12:58:19PM +0100, Daniel Vetter wrote: >> On Fri, Jan 23, 2015 at 02:43:53PM -0800, Darren Hart wrote: >> > +Jani >> > >> > Jani, I think this may have inadvertently undone the fix you made for >> > us on the MinnowMax. >> >>

[PATCH v2] drm/panel: add s6e3ha2 LCD panel driver

2015-01-26 Thread Hyungwon Hwang
From: Donghwa Lee This patch adds MIPI-DSI based S6E3HA2 panel driver. This panel has 1440x2560 resolution in 5.7-inch physical panel. This panel was selected for Galaxy Note 4. Signed-off-by: Donghwa Lee Signed-off-by: Hyungwon Hwang Cc: Inki Dae Cc: Sangbae Lee --- Changes for v2: - Fix er

[PATCH] drm: atmel-hlcdc: Add dependency on ARM

2015-01-26 Thread Nicolas Ferre
Le 24/01/2015 18:15, Boris Brezillon a écrit : > Hi Guenter, > > On Fri, 23 Jan 2015 12:44:10 -0800 > Guenter Roeck wrote: > >> On 01/23/2015 12:03 PM, Boris Brezillon wrote: >>> The atmel-hlcdc driver selects DRM_GEM_CMA_HELPER which makes use of >>> symbols only available when HAVE_DMA_ATTRS

[FIXME drm] drm: fix fb-helper vs MST dangling connector ptrs (v2)

2015-01-26 Thread Rob Clark
VT switch back/forth from console to xserver (for example) has potential to go horribly wrong if a dynamic DP MST connector ends up in the saved modeset that is restored when switching back to fbcon. When removing a dynamic connector, don't forget to clean up the saved state. v1: original v2: nul

[PATCH v4] drm/panel: Add support for AUO b101ean01 panel

2015-01-26 Thread Daniel Kurtz
On Mon, Jan 26, 2015 at 9:47 AM, huang lin wrote: > The AUO b101ean01 panel is a 10.1" 1280x800 panel, > which can be supported by the simple panel driver. > > Signed-off-by: huang lin Reviewed-by: Daniel Kurtz > > --- > > Changes in v4: > - Add auo,b101ean01.txt file > > .../devicetree/bindi

[PATCH] drm/dp: Use large transactions for I2C over AUX

2015-01-26 Thread Simon Farnsworth
NVIDIA, AMD and Intel graphics on Windows and Mac OS X - I suspect that testing was dominated by "what does Windows do", not by "what does the spec say". Datapath Ltd tested with a non-Linux source that's only capable of transferring one byte at a time, and the adapter failed in exactly the same way as it does with Linux. -- Simon Farnsworth Software Engineer ONELAN Ltd http://www.onelan.com -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: This is a digitally signed message part. URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150126/a7f1206c/attachment.sig>

[PATCH v4] drm/panel: Add support for AUO b101ean01 panel

2015-01-26 Thread huang lin
The AUO b101ean01 panel is a 10.1" 1280x800 panel, which can be supported by the simple panel driver. Signed-off-by: huang lin --- Changes in v4: - Add auo,b101ean01.txt file .../devicetree/bindings/panel/auo,b101ean01.txt| 7 ++ drivers/gpu/drm/panel/panel-simple.c | 2

[Bug 88758] Low FPS in settings on Dota2

2015-01-26 Thread bugzilla-dae...@freedesktop.org
d! So, could be a kernel regression or a dumb kernel configuration? -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150126/bb79a64c/attachment-0001.html>

[RFC v2 3/7] cec: add new framework for cec support.

2015-01-26 Thread Hans Verkuil
On 01/23/2015 12:07 PM, Sean Young wrote: > On Thu, Jan 22, 2015 at 05:04:35PM +0100, Kamil Debski wrote: >> Add the CEC framework. > -snip- >> +Remote control handling >> +--- >> + >> +The CEC framework provides two ways of handling the key messages of remote >> +control. In th

2015 Elections to the X.Org Board of Directors and Approval to Changes of the X.Org By Laws

2015-01-26 Thread Egbert Eich
The X.Org Foundation is holding elections for - The Board of Directors - Adoption of changes to the By Laws. Election Schedule = Q&A Session for the By Law changes start:Jan 26 Nomination period Start: Jan 26 00:00 UTC Nomination period End: Feb 15 23:59 UTC

[Bug 88758] Low FPS in settings on Dota2

2015-01-26 Thread bugzilla-dae...@freedesktop.org
ing this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150126/ecfc2d84/attachment.html>

[Bug 88758] Low FPS in settings on Dota2

2015-01-26 Thread bugzilla-dae...@freedesktop.org
g. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150126/2e430233/attachment.html>

[Bug 88183] radeonsi: R9 280X hangs with SuperTuxKart

2015-01-26 Thread bugzilla-dae...@freedesktop.org
or the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150126/d38f22bb/attachment-0001.html>

[PATCH] drm/probe-helper: don't lose hotplug event

2015-01-26 Thread Daniel Vetter
On Sun, Jan 25, 2015 at 12:37:31PM -0500, Rob Clark wrote: > On Wed, Jan 21, 2015 at 4:40 PM, Rob Clark wrote: > > On Wed, Jan 21, 2015 at 9:41 AM, Daniel Vetter > > wrote: > >> There's a race window (small for hpd, 10s large for polled outputs) > >> where userspace could sneak in with an unrela

[Bug 88791] radeonsi/glamor missing YUY2 support in xvideo

2015-01-26 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20150126/246f6fd5/attachment.html>

[Bug 88791] radeonsi/glamor missing YUY2 support in xvideo

2015-01-26 Thread bugzilla-dae...@freedesktop.org
tvtime only supports this mode and it is the best tv program for linux, so please add this support Thanks -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150126/c969140b/attachment.html>

[Bug 73338] Fan speed in idle at 40% with radeonsi and at 18% with catalyst

2015-01-26 Thread bugzilla-dae...@freedesktop.org
ent was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150126/43b92cdc/attachment.html>