Fix the following warning by using %zx instead of %x for variable of
type size_t:
warning: format ‘%x’ expects argument of type ‘unsigned int’, but
argument 4 has type ‘size_t {aka long unsigned int}’ [-Wformat=]
Fixes: 50073cf98d16 ("drm/etnaviv: mmu: stop using iommu map/unmap functions")
Signe
Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) + PTR_ERR
This issue was detected by using the Coccinelle software.
Signed-off-by: Christopher Díaz Riveros
---
drivers/gpu/drm/tegra/gem.c | 5 +
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/drivers/gpu/drm/tegra/gem.c b/drive
This nas been NAK'd before as harder to read than the current way.
Thanks,
Mikko
On 01/23/2018 10:29 PM, Christopher Díaz Riveros wrote:
Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) + PTR_ERR
This issue was detected by using the Coccinelle software.
Signed-off-by: Christopher Díaz Riveros
On Tue, Jan 23, 2018 at 07:08:55PM +0200, Ville Syrjala wrote:
> From: Ville Syrjälä
>
> As armada isn't an atomic driver trying to pass a non-populated
> crtc->state to drm_atomic_helper_check_plane_state() will end in tears.
> Construct a temporary crtc state a la drm_plane_helper_check_update(
Assign true or false to boolean variables instead of an integer value.
This issue was detected with the help of Coccinelle.
Signed-off-by: Gustavo A. R. Silva
---
drivers/gpu/drm/drm_edid.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/
https://bugs.freedesktop.org/show_bug.cgi?id=104756
--- Comment #2 from Michel Dänzer ---
Please attach the CONFIG_DRM entries of the kernel build configuration file.
--
You are receiving this mail because:
You are the assignee for the bug.___
dri-dev
https://bugs.freedesktop.org/show_bug.cgi?id=104736
--- Comment #4 from Michel Dänzer ---
Please attach the CONFIG_DRM entries of the kernel build configuration file.
--
You are receiving this mail because:
You are the assignee for the bug.___
dri-dev
https://bugs.freedesktop.org/show_bug.cgi?id=104762
Bug ID: 104762
Summary: Various segfaults/problems in qt/plasma
Product: Mesa
Version: git
Hardware: Other
OS: All
Status: NEW
Severity: normal
2018-01-24 0:32 GMT+01:00 Laurent Pinchart :
> Hi Philippe,
>
> On Tuesday, 23 January 2018 12:25:51 EET Philippe CORNU wrote:
>> On 01/23/2018 12:30 AM, Laurent Pinchart wrote:
>> > On Monday, 22 January 2018 12:26:08 EET Philippe Cornu wrote:
>> >> Add SPDX identifiers to the Synopsys DesignWare
https://bugs.freedesktop.org/show_bug.cgi?id=104762
Michel Dänzer changed:
What|Removed |Added
CC||t_arc...@yahoo.com.au
--- Comment #1 fr
Quoting Gurchetan Singh (2018-01-24 02:55:30)
> Since clfush is an x86-only instruction, these function names won't
> make much sense if we start adding cases for other architectures.
Whatever your dislike for the name, it has one clear advantage over the
new one: it tells you what it is flushing.
Hi Brian,
On 01/23/2018 09:49 PM, Brian Norris wrote:
> Hi,
>
> Philippe asked me to review the last version. I'm not sure I have a lot
> to contribute. Maybe Rockchip folks who wrote this stuff in the first
> place might. I've CC'd some.
>
> On Tue, Jan 23, 2018 at 06:08:06PM +0100, Philippe C
https://bugs.freedesktop.org/show_bug.cgi?id=104762
--- Comment #2 from Christoph Haag ---
Created attachment 136932
--> https://bugs.freedesktop.org/attachment.cgi?id=136932&action=edit
systemsettings black
I think I have tried running with valgrind before. I tried valgrind with -Og
mesa rend
Hi Brian,
On 01/23/2018 10:15 PM, Brian Norris wrote:
> Hi Philippe,
>
> On Thu, Jan 18, 2018 at 11:40:48AM +, Philippe CORNU wrote:
>> On 01/11/2018 12:16 PM, Philippe CORNU wrote:
>>> To be honest, I do not really like the memcpy here too and I agree with
>>> you regarding the BE issue.
>>>
On Tue 23-01-18 17:39:19, Michel Dänzer wrote:
> On 2018-01-23 04:36 PM, Michal Hocko wrote:
> > On Tue 23-01-18 15:27:00, Roman Gushchin wrote:
> >> On Thu, Jan 18, 2018 at 06:00:06PM +0100, Michal Hocko wrote:
> >>> On Thu 18-01-18 11:47:48, Andrey Grodzovsky wrote:
> Hi, this series is a re
https://bugs.freedesktop.org/show_bug.cgi?id=104756
--- Comment #3 from Mike Lothian ---
Hi
The CONFIG_DRM entries are as follows:
CONFIG_DRM=y
CONFIG_DRM_MIPI_DSI=y
CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=y
CONFIG_DRM_KMS_HELPER=y
CONFIG_DRM_KMS_FB_HELPER=y
CONFIG_DRM_FBDEV_EMULATION=y
CONFIG_DRM_
https://bugs.freedesktop.org/show_bug.cgi?id=104756
--- Comment #4 from Mike Lothian ---
Sorry pasted from wrong machine:
CONFIG_DRM=y
CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=y
CONFIG_DRM_KMS_HELPER=y
CONFIG_DRM_KMS_FB_HELPER=y
CONFIG_DRM_FBDEV_EMULATION=y
CONFIG_DRM_FBDEV_OVERALLOC=100
CONFIG_DRM_T
https://bugs.freedesktop.org/show_bug.cgi?id=104756
--- Comment #5 from Michel Dänzer ---
Maybe drm_sched_fence_slab_init isn't guaranteed to be called before
amdgpu_init when both amdgpu and the GPU scheduler are built into the kernel.
Lucas, what do you think?
--
You are receiving this mail
https://bugs.freedesktop.org/show_bug.cgi?id=104736
Christian König changed:
What|Removed |Added
CC||m...@fireburn.co.uk
--- Comment #5 fr
https://bugs.freedesktop.org/show_bug.cgi?id=104756
Christian König changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|NEW
On 2018-01-24 10:28 AM, Michal Hocko wrote:
> On Tue 23-01-18 17:39:19, Michel Dänzer wrote:
>> On 2018-01-23 04:36 PM, Michal Hocko wrote:
>>> On Tue 23-01-18 15:27:00, Roman Gushchin wrote:
On Thu, Jan 18, 2018 at 06:00:06PM +0100, Michal Hocko wrote:
> On Thu 18-01-18 11:47:48, Andrey G
https://bugs.freedesktop.org/show_bug.cgi?id=102204
--- Comment #3 from H4nN1baL ---
Created attachment 136936
--> https://bugs.freedesktop.org/attachment.cgi?id=136936&action=edit
glxinfo2
Upgraded Kernel, xserver-xorg, Mesa, etc.
The problem disappears with "LIBGL_ALWAYS_SOFTWARE=1" and in
https://bugs.freedesktop.org/show_bug.cgi?id=102204
H4nN1baL changed:
What|Removed |Added
Severity|major |enhancement
QA Contact|dri-devel@lis
On Tue, Jan 23, 2018 at 04:49:29PM +, Ayan Kumar Halder wrote:
> From: Ayan Halder
>
> Mali dp needs to disable pixel alpha blending (use layer alpha blending) to
> display color formats that do not contain alpha bits per pixel
>
> This patch depends on:
>
> "[PATCH v2 01/19] drm/fourcc: Ad
https://bugs.freedesktop.org/show_bug.cgi?id=102204
H4nN1baL changed:
What|Removed |Added
URL||https://github.com/gonetz/G
https://bugs.freedesktop.org/show_bug.cgi?id=104762
Mike Lothian changed:
What|Removed |Added
CC||m...@fireburn.co.uk
--- Comment #3 from
It should initialize before the drivers using it.
Signed-off-by: Christian König
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=104736
---
drivers/gpu/drm/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/Makefile b/drivers/gpu/drm/Makefile
index dd5
https://bugs.freedesktop.org/show_bug.cgi?id=104736
--- Comment #6 from Christian König ---
Created attachment 136937
--> https://bugs.freedesktop.org/attachment.cgi?id=136937&action=edit
Possible fix
I was able to reproduce the problem and the attached patch should fix it.
--
You are receiv
https://bugs.freedesktop.org/show_bug.cgi?id=104736
--- Comment #7 from Mike Lothian ---
I can confirm is does fix the issues I was seeing
--
You are receiving this mail because:
You are the assignee for the bug.___
dri-devel mailing list
dri-devel@li
On Wed 24-01-18 11:27:15, Michel Dänzer wrote:
> On 2018-01-24 10:28 AM, Michal Hocko wrote:
[...]
> > So how exactly then helps to kill one of those processes? The memory
> > stays pinned behind or do I still misunderstand?
>
> Fundamentally, the memory is only released once all references to the
On 24 January 2018 at 10:46, Christian König
wrote:
> It should initialize before the drivers using it.
>
> Signed-off-by: Christian König
> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=104736
> ---
> drivers/gpu/drm/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff
On 2018-01-24 12:01 PM, Michal Hocko wrote:
> On Wed 24-01-18 11:27:15, Michel Dänzer wrote:
>> On 2018-01-24 10:28 AM, Michal Hocko wrote:
> [...]
>>> So how exactly then helps to kill one of those processes? The memory
>>> stays pinned behind or do I still misunderstand?
>>
>> Fundamentally, the
On Wed 24-01-18 12:23:10, Michel Dänzer wrote:
> On 2018-01-24 12:01 PM, Michal Hocko wrote:
> > On Wed 24-01-18 11:27:15, Michel Dänzer wrote:
[...]
> >> 2. If the OOM killer kills a process which is sharing BOs with another
> >> process, this should result in the other process dropping its refere
Am Dienstag, den 23.01.2018, 18:56 -0800 schrieb Gurchetan Singh:
> The dma_cache_maint_page function is important for cache maintenance on
> ARM32 (this was determined via testing).
>
> Since we desire direct control of the caches in drm_cache.c, let's make
> a copy of the function, rename it and
Hi Gustavo,
Am Dienstag, den 23.01.2018, 11:07 -0600 schrieb Gustavo A. R. Silva:
> Fix the following warning by using %zx instead of %x for variable of
> type size_t:
>
> warning: format ‘%x’ expects argument of type ‘unsigned int’, but
> argument 4 has type ‘size_t {aka long unsigned int}’ [-Wf
On 24/01/18 02:56, Gurchetan Singh wrote:
This patch uses the __dma_map_area function to flush the cache
on ARM64.
v2: Don't use DMA API, call functions directly (Daniel)
Signed-off-by: Gurchetan Singh
---
drivers/gpu/drm/drm_cache.c | 13 +
1 file changed, 13 insertions(+)
dif
Am 24.01.2018 um 12:50 schrieb Michal Hocko:
On Wed 24-01-18 12:23:10, Michel Dänzer wrote:
On 2018-01-24 12:01 PM, Michal Hocko wrote:
On Wed 24-01-18 11:27:15, Michel Dänzer wrote:
[...]
2. If the OOM killer kills a process which is sharing BOs with another
process, this should result in th
https://bugs.freedesktop.org/show_bug.cgi?id=104756
Christian König changed:
What|Removed |Added
Status|RESOLVED|CLOSED
--
You are receiving this mai
https://bugs.freedesktop.org/show_bug.cgi?id=104736
Christian König changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
On 24/01/18 12:36, Russell King - ARM Linux wrote:
On Wed, Jan 24, 2018 at 12:00:59PM +, Robin Murphy wrote:
On 24/01/18 02:56, Gurchetan Singh wrote:
This patch uses the __dma_map_area function to flush the cache
on ARM64.
v2: Don't use DMA API, call functions directly (Daniel)
Signed-of
Hi Brian,
On 01/23/2018 10:28 PM, Brian Norris wrote:
> Hi Philippe,
>
> I see you sent this out already today, while I only just responded
> (late) to your questions about it... oh well :)
>
I got a short period to clean-up and adds features to this driver (1.31
ip version + maybe the read f
Hi Brian,
And many thanks for your review.
On 01/23/2018 10:38 PM, Brian Norris wrote:
> Hi Philippe,
>
> On Tue, Jan 23, 2018 at 6:26 AM, Philippe Cornu wrote:
>> The dw_mipi_dsi_host_transfer() must return the number of
>> bytes transmitted/received on success instead of 0.
>
> I'm a little
https://bugs.freedesktop.org/show_bug.cgi?id=104745
--- Comment #5 from Emil Velikov ---
Nicely spotted guys. I'll pick Boyuan's VCN/UVD fixed for the next 17.3
release.
Feel free to forward future requests to the mesa-stable@ mailing list. I won't
be able to catch everything that's said on BZ ;
https://bugs.freedesktop.org/show_bug.cgi?id=103234
--- Comment #12 from Emil Velikov ---
FYI Mesa 17.2.x is EOL, so it might be better to check if 17.3.3 and master
still have the issue.
--
You are receiving this mail because:
You are the assignee for the bug.__
On 2018-01-24 12:50 PM, Michal Hocko wrote:
> On Wed 24-01-18 12:23:10, Michel Dänzer wrote:
>> On 2018-01-24 12:01 PM, Michal Hocko wrote:
>>> On Wed 24-01-18 11:27:15, Michel Dänzer wrote:
> [...]
2. If the OOM killer kills a process which is sharing BOs with another
process, this shoul
https://bugs.freedesktop.org/show_bug.cgi?id=104762
Christoph Haag changed:
What|Removed |Added
Attachment #136931|0 |1
is obsolete|
On Wed, Jan 24, 2018 at 02:07:30AM +0200, Laurent Pinchart wrote:
> Hi Ville,
>
> Thank you for the patch.
>
> On Tuesday, 23 January 2018 19:08:53 EET Ville Syrjala wrote:
> > From: Ville Syrjälä
> >
> > Use drm_mode_get_hv_timing() to fill out the plane clip rectangle.
> >
> > No functional
https://bugs.freedesktop.org/show_bug.cgi?id=104770
Bug ID: 104770
Summary: GL_ARB_compute_shader advertised but none-functional /
piglit tests failing on CAYMAN.
Product: Mesa
Version: git
Hardware: Other
O
https://bugs.freedesktop.org/show_bug.cgi?id=104770
--- Comment #1 from Thomas Rohloff ---
Maybe this is helpfull, too:
OpenGL vendor string: X.Org
OpenGL renderer string: AMD CAYMAN (DRM 2.50.0 / 4.14.14, LLVM 5.0.1)
OpenGL core profile version string: 4.3 (Core Profile) Mesa 17.4.0-devel
(git-
On Tue, Jan 23, 2018 at 03:16:37PM -0800, John Stultz wrote:
> This allows for importing buffers allocated from the
> hikey and hikey960 gralloc implelementations.
>
> Cc: Marissa Wall
> Cc: Sean Paul
> Cc: Dmitry Shmidt
> Cc: Robert Foss
> Cc: Matt Szczesiak
> Cc: Liviu Dudau
> Cc: David Ha
On Tue, Jan 23, 2018 at 03:16:39PM -0800, John Stultz wrote:
> When using drm_hwcomposer with the hikey board, the resulting
> display shows lots of tearing.
>
> This seems to be due to EGLcomposition not initializing
> properly, potentially due to I'm guessing limitations of what
> the utgard ma
On Tue, Jan 23, 2018 at 03:16:36PM -0800, John Stultz wrote:
> In trying to use drm_hwcomposer with HiKey/HiKey960 boards, I
> found that the crtc wouldn't intitalize and the atomic commit
> calls were failing.
>
> I initially chased this down to following check in the kernel
> drm_atomic_crtc_che
https://bugs.freedesktop.org/show_bug.cgi?id=104738
--- Comment #3 from hansmatro...@gmail.com ---
Created attachment 136941
--> https://bugs.freedesktop.org/attachment.cgi?id=136941&action=edit
dmesg.log
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=104738
--- Comment #4 from hansmatro...@gmail.com ---
Created attachment 136942
--> https://bugs.freedesktop.org/attachment.cgi?id=136942&action=edit
lspci.log
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=104738
--- Comment #5 from hansmatro...@gmail.com ---
Created attachment 136943
--> https://bugs.freedesktop.org/attachment.cgi?id=136943&action=edit
grub.cfg
--
You are receiving this mail because:
You are the assignee for the bug._
https://bugs.freedesktop.org/show_bug.cgi?id=104738
--- Comment #6 from hansmatro...@gmail.com ---
Thanks for your replay
@Michel
Tested but the system crash and the screen becomes only black.
@Alex
Done
--
You are receiving this mail because:
You are the assignee for the bug.___
The module autoloading can be triggered through the GPU core nodes
and the necessary platform device for the DRM toplevel device will
be instantiated on module init.
Suggested-by: Rob Herring
Signed-off-by: Lucas Stach
---
.../bindings/display/etnaviv/etnaviv-drm.txt | 20
dr
Newer GPU cores added a new clock input, which allows to gate the slave (AHB)
interface independently from other parts of the GPU. Add it to the supported
clocks.
Signed-off-by: Lucas Stach
---
v2: State when this clock is required.
---
Documentation/devicetree/bindings/display/etnaviv/etnaviv-d
On Wed, Jan 24, 2018 at 5:46 AM, Christian König
wrote:
> It should initialize before the drivers using it.
>
> Signed-off-by: Christian König
> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=104736
Reviewed-by: Alex Deucher
> ---
> drivers/gpu/drm/Makefile | 2 +-
> 1 file changed, 1 inse
On Tue, Jan 23, 2018 at 03:16:37PM -0800, John Stultz wrote:
> This allows for importing buffers allocated from the
> hikey and hikey960 gralloc implelementations.
>
> Cc: Marissa Wall
> Cc: Sean Paul
> Cc: Dmitry Shmidt
> Cc: Robert Foss
> Cc: Matt Szczesiak
> Cc: Liviu Dudau
> Cc: David Ha
https://bugs.freedesktop.org/show_bug.cgi?id=104738
--- Comment #7 from Michel Dänzer ---
I suspect Alex meant the full dmesg output without nomodeset. :)
--
You are receiving this mail because:
You are the assignee for the bug.___
dri-devel mailing l
Quoting Tvrtko Ursulin (2018-01-24 16:18:15)
> From: Tvrtko Ursulin
>
> This series tries to solve a few issues in the current DRM logging code to
> primarily make it clearer which messages belong to which driver.
>
> Main problem is that currently some logging functions allow individual drivers
Move drm helper functions from tinydrm-helpers to linux/backlight for
ease of use by callers in other drivers.
Changes in v19:
-Changed to devm version of of_find_backlight in omapdrm (patch 10)
-removed assigning pdev->dev to variable dev in omapdrm (patch 10)
Meghana Madhyastha (10):
video:
Add helper functions backlight_enable and backlight_disable to
enable/disable a backlight device. These helper functions can
then be used by different drm and tinydrm drivers to avoid
repetition of code and also to enforce a uniform and consistent
way to enable/disable a backlight device.
Acked-by
Remove tinydrm_enable/disable_backlight and let the callers call the
more generic backlight_enable/disable helpers
Reviewed-by: Noralf Trønnes
Reviewed-by: Sean Paul
Signed-off-by: Meghana Madhyastha
---
drivers/gpu/drm/tinydrm/core/tinydrm-helpers.c | 55 --
drivers/gpu
Add of_find_backlight, a helper function which is a generic version
of tinydrm_of_find_backlight that can be used by other drivers to avoid
repetition of code and simplify things.
Acked-by: Daniel Thompson
Reviewed-by: Noralf Trønnes
Reviewed-by: Sean Paul
Signed-off-by: Meghana Madhyastha
---
Remove tinydrm_of_find_backlight from tinydrm-helpers.c. We now have
a generic of_find_backlight defined in backlight.c. Let the callers
of tinydrm_of_find_backlight call of_find_backlight. Also, remove
select BACKLIGHT_LCD_SUPPORT and select BACKLIGHT_CLASS_DEVICE from
tinydrm/Kconfig as it is a h
Add devm_of_find_backlight and the corresponding release
function because some drivers use devres versions of functions
for acquiring device resources.
Acked-by: Daniel Thompson
Reviewed-by: Noralf Trønnes
Reviewed-by: Sean Paul
Signed-off-by: Meghana Madhyastha
---
drivers/video/backlight/bac
Call devm_of_find_backlight (the devres version) instead of
of_find_backlight.
Reviewed-by: Noralf Trønnes
Reviewed-by: Sean Paul
Signed-off-by: Meghana Madhyastha
---
drivers/gpu/drm/tinydrm/mi0283qt.c | 2 +-
drivers/gpu/drm/tinydrm/st7735r.c | 2 +-
2 files changed, 2 insertions(+), 2 delet
Use backlight_enable/disable helpers instead of changing
the property and calling backlight_update_status for cleaner
and simpler code and also to avoid repetitions.
Reviewed-by: Noralf Trønnes
Reviewed-by: Sean Paul
Signed-off-by: Meghana Madhyastha
---
drivers/gpu/drm/panel/panel-innolux-p079
Use backlight_enable/disable helpers instead of changing
the property and calling backlight_update_status for cleaner
and simpler code and also to avoid repetitions.
Reviewed-by: Noralf Trønnes
Reviewed-by: Sean Paul
Signed-off-by: Meghana Madhyastha
---
drivers/gpu/drm/omapdrm/displays/panel-d
Replace of_find_backlight_by_node and of the code around it
with of_find_backlight helper to avoid repetition of code.
Reviewed-by: Noralf Trønnes
Reviewed-by: Sean Paul
Signed-off-by: Meghana Madhyastha
---
drivers/gpu/drm/panel/panel-innolux-p079zca.c | 24 -
drivers/gpu
Replace of_find_backlight_by_node and of the code around it
with of_find_backlight helper to avoid repetition of code.
Signed-off-by: Meghana Madhyastha
---
Changes in v19:
-Changed to devm version of of_find_backlight in omapdrm (patch 10)
-removed assigning pdev->dev to variable dev in omapdrm
On 24/01/2018 16:23, Chris Wilson wrote:
Quoting Tvrtko Ursulin (2018-01-24 16:18:15)
From: Tvrtko Ursulin
This series tries to solve a few issues in the current DRM logging code to
primarily make it clearer which messages belong to which driver.
Main problem is that currently some logging f
https://bugs.freedesktop.org/show_bug.cgi?id=104738
--- Comment #8 from hansmatro...@gmail.com ---
Thanks but how can a do this?
Without this option in Grub i only see 1 second a few lines, then the monitor
switch into a black screen. nothing happens anymore. also am not able to ping
the host. i
On Wed, Jan 24, 2018 at 09:24:06AM +, Philippe CORNU wrote:
> On 01/23/2018 09:49 PM, Brian Norris wrote:
> > On Tue, Jan 23, 2018 at 06:08:06PM +0100, Philippe Cornu wrote:
> >> --- a/drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c
> >> +++ b/drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c
> >> @
Hi Philippe,
On Wed, Jan 24, 2018 at 01:22:04PM +, Philippe CORNU wrote:
> On 01/23/2018 10:28 PM, Brian Norris wrote:
> > I see you sent this out already today, while I only just responded
> > (late) to your questions about it... oh well :)
> >
>
> I got a short period to clean-up and adds
From: Ville Syrjälä
We use 32bit bitmasks to track planes/crtcs/encoders/connectors.
Naturally we can only do that if the index of those objects stays
below 32. Issue a warning whenever we exceed that limit, hopefully
prompting someone to fix the problem.
Or should we just outright fail the obje
Hi Philippe,
On Wed, Jan 24, 2018 at 01:33:54PM +, Philippe CORNU wrote:
> On 01/23/2018 10:38 PM, Brian Norris wrote:
> > Hi Philippe,
> >
> > On Tue, Jan 23, 2018 at 6:26 AM, Philippe Cornu
> > wrote:
> >> The dw_mipi_dsi_host_transfer() must return the number of
> >> bytes transmitted/re
On Wed, Jan 24, 2018 at 1:14 AM, Chris Wilson
wrote:
> Quoting Gurchetan Singh (2018-01-24 02:55:30)
> > Since clfush is an x86-only instruction, these function names won't
> > make much sense if we start adding cases for other architectures.
>
> Whatever your dislike for the name, it has one cle
On Wed, Jan 24, 2018 at 4:45 AM, Russell King - ARM Linux <
li...@armlinux.org.uk> wrote:
> On Tue, Jan 23, 2018 at 06:56:03PM -0800, Gurchetan Singh wrote:
> > The dma_cache_maint_page function is important for cache maintenance on
> > ARM32 (this was determined via testing).
> >
> > Since we des
https://bugs.freedesktop.org/show_bug.cgi?id=104738
--- Comment #9 from Alex Deucher ---
(In reply to hansmatros76 from comment #8)
> Thanks but how can a do this?
You attached a partial dmesg output in comment 0. Can you just remove the grep
so we get the full output?
--
You are receiving thi
https://bugs.freedesktop.org/show_bug.cgi?id=104738
--- Comment #10 from Alex Deucher ---
Is this a regression? Did it work previously? If so, with what kernel?
--
You are receiving this mail because:
You are the assignee for the bug.___
dri-devel m
Quoting Gurchetan Singh (2018-01-24 18:45:07)
> On Wed, Jan 24, 2018 at 1:14 AM, Chris Wilson
> wrote:
>
> Quoting Gurchetan Singh (2018-01-24 02:55:30)
> > Since clfush is an x86-only instruction, these function names won't
> > make much sense if we start adding cases for other arch
Hi Dave,
I'm sending this since danvet is down under this week. We've collected a couple
fixes in drm-misc-fixes this week, and since we're still in the business of
4.15, I figured I'd send them along.
drm-misc-fixes-2018-01-24:
Two vc4 fixes that were applied in the last day.
One fixes a NULL de
On Wed, Jan 24, 2018 at 7:23 AM, Sean Paul wrote:
> On Tue, Jan 23, 2018 at 03:16:37PM -0800, John Stultz wrote:
>> This allows for importing buffers allocated from the
>> hikey and hikey960 gralloc implelementations.
>>
>> Cc: Marissa Wall
>> Cc: Sean Paul
>> Cc: Dmitry Shmidt
>> Cc: Robert Fo
On Wed, Jan 24, 2018 at 04:41:38PM +, Meghana Madhyastha wrote:
> Replace of_find_backlight_by_node and of the code around it
> with of_find_backlight helper to avoid repetition of code.
>
> Signed-off-by: Meghana Madhyastha
> ---
> Changes in v19:
> -Changed to devm version of of_find_backli
On Wed, Jan 24, 2018 at 7:26 AM, Sean Paul wrote:
> On Tue, Jan 23, 2018 at 03:16:39PM -0800, John Stultz wrote:
>> When using drm_hwcomposer with the hikey board, the resulting
>> display shows lots of tearing.
>>
>> This seems to be due to EGLcomposition not initializing
>> properly, potentially
On Wed, Jan 24, 2018 at 02:23:46PM -0500, Sean Paul wrote:
> On Wed, Jan 24, 2018 at 04:41:38PM +, Meghana Madhyastha wrote:
> > Replace of_find_backlight_by_node and of the code around it
> > with of_find_backlight helper to avoid repetition of code.
> >
> > Signed-off-by: Meghana Madhyastha
Den 24.01.2018 17.41, skrev Meghana Madhyastha:
Replace of_find_backlight_by_node and of the code around it
with of_find_backlight helper to avoid repetition of code.
Signed-off-by: Meghana Madhyastha
---
Reviewed-by: Noralf Trønnes
Changes in v19:
-Changed to devm version of of_find_back
vmwgfx part: Reviewed-by: Sinclair Yeh
On Tue, Jan 23, 2018 at 07:08:57PM +0200, Ville Syrjala wrote:
> From: Ville Syrjälä
>
> Move the plane clip rectangle handling into
> drm_atomic_helper_check_plane_state(). Drivers no longer
> have to worry about such mundane details.
>
> v2: Convert arm
On Wed, Jan 24, 2018 at 9:37 AM, Lucas Stach wrote:
> The module autoloading can be triggered through the GPU core nodes
> and the necessary platform device for the DRM toplevel device will
> be instantiated on module init.
>
> Suggested-by: Rob Herring
> Signed-off-by: Lucas Stach
> ---
> .../
On Wed, Jan 24, 2018 at 9:37 AM, Lucas Stach wrote:
> Newer GPU cores added a new clock input, which allows to gate the slave (AHB)
> interface independently from other parts of the GPU. Add it to the supported
> clocks.
>
> Signed-off-by: Lucas Stach
> ---
> v2: State when this clock is required
On 2018-01-24 01:37 PM, Ville Syrjala wrote:
> From: Ville Syrjälä
>
> We use 32bit bitmasks to track planes/crtcs/encoders/connectors.
> Naturally we can only do that if the index of those objects stays
> below 32. Issue a warning whenever we exceed that limit, hopefully
> prompting someone to f
Hi Dave,
A few more fixes for 4.16. This is on top of the pull request from
last week. Most notable change here is a fix to the link order for
the now separate from amdgpu GPU scheduler to fix crashes when the
modules are build into the kernel rather than as modules.
The following changes since
On Wed, Jan 24, 2018 at 04:01:18PM -0500, Harry Wentland wrote:
> On 2018-01-24 01:37 PM, Ville Syrjala wrote:
> > From: Ville Syrjälä
> >
> > We use 32bit bitmasks to track planes/crtcs/encoders/connectors.
> > Naturally we can only do that if the index of those objects stays
> > below 32. Issue
On 2018-01-24 04:24 PM, Ville Syrjälä wrote:
> On Wed, Jan 24, 2018 at 04:01:18PM -0500, Harry Wentland wrote:
>> On 2018-01-24 01:37 PM, Ville Syrjala wrote:
>>> From: Ville Syrjälä
>>>
>>> We use 32bit bitmasks to track planes/crtcs/encoders/connectors.
>>> Naturally we can only do that if the i
On Wed, Jan 24, 2018 at 11:24:05PM +0200, Ville Syrjälä wrote:
> On Wed, Jan 24, 2018 at 04:01:18PM -0500, Harry Wentland wrote:
> > On 2018-01-24 01:37 PM, Ville Syrjala wrote:
> > > From: Ville Syrjälä
> > >
> > > We use 32bit bitmasks to track planes/crtcs/encoders/connectors.
> > > Naturally
From: Ville Syrjälä
We use 32bit bitmasks to track planes/crtcs/encoders/connectors.
Naturally we can only do that if the index of those objects stays
below 32. Issue a warning whenever we exceed that limit, hopefully
prompting someone to fix the problem.
For connectors the issue is a bit more c
ping
Quoting Dylan Baker (2018-01-12 11:57:34)
> Here's a few things I've caught as I've started trying to add the meson
> build to our CI system.
>
> Dylan Baker (2):
> meson: set proper pkg-config version for libdrm_freedreno
> meson: set the minimum version correctly
>
> freedreno/meson.
1 - 100 of 126 matches
Mail list logo