https://bugs.freedesktop.org/show_bug.cgi?id=100666
Denis Denisov changed:
What|Removed |Added
Priority|medium |high
Severity|normal
On Fri, Sep 1, 2017 at 2:43 PM, Rob Clark wrote:
> On Fri, Sep 1, 2017 at 3:13 AM, Laurent Pinchart
> wrote:
>> Hi Nicolas,
>>
>> On Thursday, 31 August 2017 19:12:58 EEST Nicolas Dufresne wrote:
>>> Le jeudi 31 août 2017 à 17:28 +0300, Laurent Pinchart a écrit :
>>> >> e.g. if I have two devices
https://bugs.freedesktop.org/show_bug.cgi?id=102517
bferreira9...@gmail.com changed:
What|Removed |Added
OS|other |Linux (All)
--
You are receiv
Function vega10_apply_state_adjust_rules() only initializes
stable_pstate_sclk_dpm_percentage when
data->registry_data.stable_pstate_sclk_dpm_percentage is not between 1
and 100. The variable is then used to compute stable_pstate_sclk, which
therefore uses an uninitialized value.
Fix this by initi
https://bugs.freedesktop.org/show_bug.cgi?id=102500
--- Comment #9 from Vedran Miletić ---
(In reply to Dieter Nützel from comment #5)
> (In reply to Dieter Nützel from comment #4)
> > (In reply to Alex Deucher from comment #1)
> > > can you bisect?
> >
> > Hello all,
> >
> > I get the same on
Use ARRAY_SIZE macro, rather than explicitly coding some variant of it
yourself.
Found with: find -type f -name "*.c" -o -name "*.h" | xargs perl -p -i -e
's/\bsizeof\s*\(\s*(\w+)\s*\)\s*\ /\s*sizeof\s*\(\s*\1\s*\[\s*0\s*\]\s*\)
/ARRAY_SIZE(\1)/g' and manual check/verification.
Signed-off-by: Thom
Use ARRAY_SIZE macro, rather than explicitly coding some variant of it
yourself.
Found with: find -type f -name "*.c" -o -name "*.h" | xargs perl -p -i -e
's/\bsizeof\s*\(\s*(\w+)\s*\)\s*\ /\s*sizeof\s*\(\s*\1\s*\[\s*0\s*\]\s*\)
/ARRAY_SIZE(\1)/g' and manual check/verification.
Signed-off-by: Thom
Use ARRAY_SIZE macro, rather than explicitly coding some variant of it
yourself.
Found with: find -type f -name "*.c" -o -name "*.h" | xargs perl -p -i -e
's/\bsizeof\s*\(\s*(\w+)\s*\)\s*\ /\s*sizeof\s*\(\s*\1\s*\[\s*0\s*\]\s*\)
/ARRAY_SIZE(\1)/g' and manual check/verification.
Signed-off-by: Thom
https://bugs.freedesktop.org/show_bug.cgi?id=99710
--- Comment #7 from Sandeep ---
I have the same GPU, and have also started experiencing system hangs since the
past 1-2 months. I believe it may be related to this issue, since it only
occurs when using 3D graphics in some form, either while play
Hi Laurent,
On Mon, 2017-08-28 at 13:06 +0800, Ong, Hean Loong wrote:
> Hi Laurent,
>
> On Thu, 2017-08-24 at 12:39 +0300, Laurent Pinchart wrote:
> >
> > Hi Hean Loong,
> >
> > On Thursday, 24 August 2017 08:41:50 EEST Ong, Hean Loong wrote:
> > >
> > >
> > > Hi Laurent,
> > >
> > > I remov
https://bugs.freedesktop.org/show_bug.cgi?id=99710
--- Comment #8 from Sandeep ---
Well, I tried running 4.11 RC3, and that also had the same problem. Will see if
I can go further back (4.10, 4.9 etc.) and see if I can get it to work without
problems. Otherwise, the problem lies somewhere else, b
On 09/01/2017 04:31 PM, Marek Szyprowski wrote:
Hi Hoegeun,
On 2017-09-01 03:47, Hoegeun Kwon wrote:
The gscaler has hardware rotation limits that need to be imported from
dts. Parse them and add them to the property list.
The rotation hardware limits are related to the cropped source size.
Wh
12 matches
Mail list logo