On Sat, Jan 25, 2014 at 09:28:24PM +0100, Daniel Vetter wrote:
> On Thu, Jan 23, 2014 at 07:21:10PM -0800, Ben Widawsky wrote:
> > DRM gets very mad when you request an object which occupies a partial
> > page. As a DRM driver, i915 never really wants to anger DRM, and would
> > always just want th
On Sat, Jan 25, 2014 at 09:41:22PM +0100, Daniel Vetter wrote:
> On Fri, Jan 24, 2014 at 06:17:43PM -0800, Ben Widawsky wrote:
> > There are cases where we want to know if there is a full, or aliased
> > ppgtt. Having to always to the || is annoying. This shorthand will keep
> > the code a bit clea
On Sat, Jan 25, 2014 at 01:31:29PM -0800, Kenneth Graunke wrote:
> On 01/25/2014 12:48 PM, Daniel Vetter wrote:
> > On Sat, Jan 25, 2014 at 12:32:33AM -0800, Kenneth Graunke wrote:
> >> On 01/24/2014 06:17 PM, Ben Widawsky wrote:
> >>> From: Chris Wilson
> >>>
> >>> This is useful for debugging as
On Sat, 2014-01-25 at 21:37 +0100, Daniel Vetter wrote:
> On Fri, Jan 24, 2014 at 02:47:33PM +0200, Imre Deak wrote:
> > Atm we try to remove the connector's i2c sysfs entry too late in the
> > encoder's destroy callback. By that time the kobject used as the parent
> > for all connector sysfs entri
On 01/25/2014 12:48 PM, Daniel Vetter wrote:
> On Sat, Jan 25, 2014 at 12:32:33AM -0800, Kenneth Graunke wrote:
>> On 01/24/2014 06:17 PM, Ben Widawsky wrote:
>>> From: Chris Wilson
>>>
>>> This is useful for debugging as we then know that the first entry is
>>> always the global GTT, and all late
On Sat, Jan 25, 2014 at 12:32:33AM -0800, Kenneth Graunke wrote:
> On 01/24/2014 06:17 PM, Ben Widawsky wrote:
> > From: Chris Wilson
> >
> > This is useful for debugging as we then know that the first entry is
> > always the global GTT, and all later entries the per-process GTT VM.
> >
> > Sign
On Fri, Jan 24, 2014 at 06:17:43PM -0800, Ben Widawsky wrote:
> There are cases where we want to know if there is a full, or aliased
> ppgtt. Having to always to the || is annoying. This shorthand will keep
> the code a bit cleaner/easier to read.
>
> Signed-off-by: Ben Widawsky
> ---
> drivers/
On Fri, Jan 24, 2014 at 02:47:33PM +0200, Imre Deak wrote:
> Atm we try to remove the connector's i2c sysfs entry too late in the
> encoder's destroy callback. By that time the kobject used as the parent
> for all connector sysfs entries is already removed when we do an early
> removal of all conne
On Thu, Jan 23, 2014 at 07:21:10PM -0800, Ben Widawsky wrote:
> DRM gets very mad when you request an object which occupies a partial
> page. As a DRM driver, i915 never really wants to anger DRM, and would
> always just want the rounding done for us.
>
> Signed-off-by: Ben Widawsky
> ---
> driv
On Thu, Jan 23, 2014 at 07:40:02PM +, Chris Wilson wrote:
> Through a twisty and circuituous path it is possible to currently trick
> the code into creating a default context and forgetting to pin it
> immediately into the GGTT. (This requires a system using contexts without
> an aliasing ppgtt
On Tue, Jan 14, 2014 at 04:21:49PM -0200, Rodrigo Vivi wrote:
> This address will be used to verify panel CRC for test and
> validation purposes.
>
> Signed-off-by: Rodrigo Vivi
checkpatch noticed some whitespace fail in here (spaces before tabs). I've
fixed it up.
-Daniel
> ---
> include/drm/
On Fri, Jan 24, 2014 at 12:50:17AM +0530, Ramalingam C wrote:
> Due to switch between console and graphics modes multiple psr_enable
> call will be made. On such occasions, to avoid repeated psr_setup,
> a flag called psr_setup_done is used.
>
> On suspend-resume, panel goes for a power cycle. Hen
On Thu, Jan 23, 2014 at 07:47:59PM +, Chris Wilson wrote:
> On Thu, Jan 23, 2014 at 04:49:07PM +0200, ville.syrj...@linux.intel.com wrote:
> > From: Ville Syrjälä
> >
> > Since fixing the FBC locking is a bigger task that will take a while,
> > I decided to pull all the simple fixes from my b
On Thu, Jan 23, 2014 at 04:49:12PM +0200, ville.syrj...@linux.intel.com wrote:
> From: Ville Syrjälä
>
> Signed-off-by: Ville Syrjälä
Hm, running the fbc tests with a 16bpp fb would be neat ...
-Daniel
> ---
> drivers/gpu/drm/i915/intel_pm.c | 24 +++-
> 1 file changed, 19
On Thu, Jan 23, 2014 at 03:54:50PM -0600, jeff.mc...@intel.com wrote:
> From: Jeff McGee
>
> The current frequency should reach the minimum frequency within a
> reasonable time during idle.
>
> v2: Not using forcewake for this particular subtest per Daniel's
> suggestion.
>
> Signed-off-by:
On Fri, Jan 24, 2014 at 04:42:55PM -0200, Paulo Zanoni wrote:
> 2014/1/17 :
> > From: Ville Syrjälä
> >
> > I want to see these without having full debugs enabled.
>
> You missed gen8_irq_handler().
>
> With that fixed: Reviewed-by: Paulo Zanoni
>
> I guess this could easily be done by Daniel
On Fri, Jan 24, 2014 at 03:43:58PM +, Damien Lespiau wrote:
> On Fri, Jan 24, 2014 at 01:36:17PM -0200, Rodrigo Vivi wrote:
> > This debugfs interface will allow intel-gpu-tools test case
> > to verify if screen has been updated properly on cases like PSR.
> >
> > v2: Accepted all Daniel's sug
On Fri, Jan 24, 2014 at 12:13:44PM -0800, Ben Widawsky wrote:
> ping
Merged the first patch to topic/ppgtt, but punted on the 2nd - I think
with Mika's improvement to the guilty batch detection we should be able to
fix this better. Or what's the consensus here?
Aside: I didn't spot your r-b burri
On Sat, Jan 25, 2014 at 10:13:37AM +0100, Stanislaw Gruszka wrote:
> Not removing pm qos request and free memory for it can cause crash,
> when some other driver use pm qos. For example, this oops:
>
> BUG: unable to handle kernel paging request at fff8
> IP: [] plist_add+0x5b/0xd0
> C
Not removing pm qos request and free memory for it can cause crash,
when some other driver use pm qos. For example, this oops:
BUG: unable to handle kernel paging request at fff8
IP: [] plist_add+0x5b/0xd0
Call Trace:
[] pm_qos_update_target+0x125/0x1e0
[] pm_qos_add_request+0x91/0x1
On 01/24/2014 06:17 PM, Ben Widawsky wrote:
> From: Chris Wilson
>
> This is useful for debugging as we then know that the first entry is
> always the global GTT, and all later entries the per-process GTT VM.
>
> Signed-off-by: Chris Wilson
> Reviewed-by: Ben Widawsky
> ---
> drivers/gpu/drm/
21 matches
Mail list logo