assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140315/d986eb73/attachment.html>
The sg_table made when gem cma is created isn't used anywhere. The sgt
of struct drm_gem_cma_object will have only sg_tabel imported.
Signed-off-by: Joonyoung Shim
---
drivers/gpu/drm/drm_gem_cma_helper.c | 19 ---
1 file changed, 19 deletions(-)
diff --git a/drivers/gpu/drm/drm
at --disable-dri3 --disable-r600-llvm-compiler
--disable-gallium-llvm --enable-64-bit CFLAGS="-O0 -g -m64" CXXFLAGS="-O0 -g
-m64" --libdir=/usr/lib64
--
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/20140315/16c03f29/attachment.html>
because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140315/a3d8c287/attachment.html>
|org |.org
--
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/20140315/9f79f7d4/attachm
.
|.org|org
--
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/20140315/9263f
On Thu, Mar 13, 2014 at 10:49 PM, Arthur Borsboom
wrote:
> Removed centralized exiting of function (goto statement), since it was the
> only used in one single location with only a return statement.
As in previous patch, keep the commit message at around 72 cols.
> Signed-off-by: Arthur Borsboo
HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140315/f8f3542d/attachment.html>
below since they talk about
> the same thing.
>
> > * Flags for external memory type field.
> > */
> > #define PSB_MMU_CACHED_MEMORY0x0001/* Bind to MMU only */
> > @@ -519,7 +528,7 @@ struct drm_psb_private {
> > uint32_t num_pipe;
> >
> > /*
> > -* OSPM info (Power management base) (can go ?)
> > +* OSPM info (Power management base) (TODO: can go ?)
> > */
> > uint32_t ospm_base;
> >
> > @@ -766,9 +775,8 @@ extern void psb_mmu_remove_pages(struct psb_mmu_pd
> *pd,
> > uint32_t desired_tile_stride,
> > uint32_t hw_tile_stride);
> > /*
> > - *psb_irq.c
> > + * psb_irq.c
> > */
> > -
> > extern irqreturn_t psb_irq_handler(int irq, void *arg);
> > extern int psb_irq_enable_dpst(struct drm_device *dev);
> > extern int psb_irq_disable_dpst(struct drm_device *dev);
> > --
> > 1.9.0
> >
>
--
Arthur Borsboom
11 Rue du Manerick
44740 Batz Sur Mer, France
Mob: +33785927118
Email: arthurborsboom at gmail.com
Skype: Arthur Borsboom, The Hague, The Netherlands
[image: View Arthur's LinkedIn
profile]<http://uk.linkedin.com/in/arthurborsboom>
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140315/53f08bef/attachment-0001.html>
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/20140315/a3214070/attachment.html>
Hi,
2014-03-14 22:52 GMT+01:00 Daniel Vetter :
> On Fri, Mar 14, 2014 at 06:59:21PM +0100, Gwenole Beauchesne wrote:
>> This is a follow-up to:
>> http://lists.freedesktop.org/archives/mesa-dev/2014-March/055742.html
>>
>> Add formats meant to convey a "compute" dimension when a DRM fourcc
>> form
On Thu, Mar 13, 2014 at 10:49 PM, Arthur Borsboom
wrote:
> Improve readability by adding/changing inline documentation
>
> Signed-off-by: Arthur Borsboom
> ---
> drivers/gpu/drm/gma500/psb_drv.c | 56
> +---
> drivers/gpu/drm/gma500/psb_drv.h | 24 +++
Hi Joonyoung,
Thank you for the patch.
On Saturday 15 March 2014 16:30:28 Joonyoung Shim wrote:
> The sg_table made when gem cma is created isn't used anywhere. The sgt
> of struct drm_gem_cma_object will have only sg_tabel imported.
>
> Signed-off-by: Joonyoung Shim
Acked-by: Laurent Pinchart
On Thu, Mar 13, 2014 at 10:49 PM, Arthur Borsboom
wrote:
> Cleanup of code by following i915 constant/variable names and ordering
> Cleanup of code by following directions from kernel documentation: Codingstyle
> Cleanup of code by following directions from kernel documentation: DRM
~72 col lines
Since the last time I've looked more of this stuff sprouted up. Stomp
it down again.
Repeating the original justification for ripping this all out: There's
absolutely no need to deteach connectors before cleaning them up at
driver unload time. And since drm doesn't support hotplugging kms
objects
On Thu, Mar 13, 2014 at 01:33:01PM +0100, Daniel Vetter wrote:
> Hi Dave,
>
> Here's my drm documentation update and driver api polish pull request.
> Alex reviewed the entire pile, I've applied a little bit of spelling
> polish in a few places since then and otherwise the Usual Suspects (David,
>
On Sat, Mar 15, 2014 at 12:15:49PM +0100, Daniel Vetter wrote:
> Since the last time I've looked more of this stuff sprouted up. Stomp
> it down again.
>
> Repeating the original justification for ripping this all out: There's
> absolutely no need to deteach connectors before cleaning them up at
>
On Sat, Mar 15, 2014 at 05:41:05AM +0100, Gwenole Beauchesne wrote:
> Hi,
>
> 2014-03-14 22:52 GMT+01:00 Daniel Vetter :
> > On Fri, Mar 14, 2014 at 06:59:21PM +0100, Gwenole Beauchesne wrote:
> >> This is a follow-up to:
> >> http://lists.freedesktop.org/archives/mesa-dev/2014-March/055742.html
>
On Sat, Mar 15, 2014 at 11:23:32AM +, Russell King - ARM Linux wrote:
> On Sat, Mar 15, 2014 at 12:15:49PM +0100, Daniel Vetter wrote:
> > Since the last time I've looked more of this stuff sprouted up. Stomp
> > it down again.
> >
> > Repeating the original justification for ripping this all
r the square like your screenshot. Tested on AMD CYPRESS.
--
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/20140315/52681e86/attachment.html>
ora's libs.
--
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/20140315/4aee13d9/attachment.html>
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20140315/ef7b86b2/attachment.html>
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20140315/974f0787/attachment.html>
On Fri, Mar 14, 2014 at 02:37:09PM -0700, Jesse Barnes wrote:
> As of IVB, the memory controller does internal swizzling already, so we
> shouldn't need to enable these. Based on an earlier fix from Kristian.
>
> v2: preserve swizzling if BIOS had it set (Daniel)
>
> Reported-by: Kristian H?gsbe
nts/20140315/062c41fb/attachment.html>
|Linux (All)
--
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/20140315/7e9d701b/attachment.html>
because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140315/be10783e/attachment.html>
vel/attachments/20140315/be06a304/attachment-0001.html>
...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140315/3c0a78ec/attachment.html>
.
Can you see if starting steam with STEAM_RUNTIME=0 fixes things for you?
--
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/20140
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20140315/37f18d60/attachment.html>
the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140315/56ec8ab2/attachment.html>
the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140315/58fc2b1a/attachment.html>
Removed centralized exiting of function (goto statement), since it was
the only used in one single location with only a return statement.
Signed-off-by: Arthur Borsboom
---
drivers/gpu/drm/gma500/psb_drv.c | 7 +--
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/drivers/gpu/drm/
Code cleanup by following i915 constant/variable names and ordering
Code cleanup by following directions from kernel doc: Codingstyle
Code cleanup by following directions from kernel doc: DRM
Signed-off-by: Arthur Borsboom
---
drivers/gpu/drm/gma500/psb_drv.c | 135 +++---
Improve readability by adding/changing inline documentation
Signed-off-by: Arthur Borsboom
---
drivers/gpu/drm/gma500/psb_drv.c | 33 ++---
drivers/gpu/drm/gma500/psb_drv.h | 146 ++-
2 files changed, 58 insertions(+), 121 deletions(-)
diff --git a/drive
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140315/74ac4152/attachment.html>
37 matches
Mail list logo