patch adds "select OF_VIDEOMODE" and "select FB_MODE_HELPERS" when
EXYNOS_DRM_FIMD config is selected. Also adds the "OF" dependency.
Signed-off-by: Vikas Sajjan
---
drivers/gpu/drm/exynos/Kconfig |4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/exynos/Kc
Add support for parsing the display-timing node using video helper
function.
The DT node parsing is done only if 'dev.of_node'
exists and the NON-DT logic is still maintained under the 'else' part.
Signed-off-by: Leela Krishna Amudala
Signed-off-by: Vikas Sajjan
Acked-by: Joonyoung Shim
---
d
Add display-timing node parsing to drm fimd and depends on
the display helper patchset at
http://lists.freedesktop.org/archives/dri-devel/2013-January/033998.html
changes since v12:
- Added dependency of "OF" for exynos drm fimd as suggested
by Inki Dae
changes since v11:
ri-devel/attachments/20130308/3f987a0d/attachment.html>
you've chosen this approach. It is
completely different from what other drivers do and therefore makes it
more difficult to comprehend. That alone I could live with if there were
any advantages to that approach, but as far as I can tell there are
none.
Thierry
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130308/0633f13f/attachment.pgp>
t was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130308/e05b4f12/attachment.html>
the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130308/11507405/attachment.html>
On 26.02.2013 11:48, Terje Bergstr?m wrote:
> On 25.02.2013 17:24, Thierry Reding wrote:
>> You use two different styles to indent the function parameters. You
>> might want to stick to one, preferably aligning them with the first
>> parameter on the first line.
>
> I've generally favored "two tab
er anything. :) The kernel output is from
resetting the hung GPU.
--
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/20130308/34a48519/attachment.html>
rm git and linux 3.8.2 the problem is
still there.
--
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/20130308/0200d7f7/attachment.html>
Add client driver for 2D device, and IOCTLs to pass work to host1x
channel for 2D.
Also adds functions that can be called to access sync points from
DRM.
Signed-off-by: Arto Merilainen
Signed-off-by: Terje Bergstrom
---
drivers/gpu/host1x/Makefile |1 +
drivers/gpu/host1x/dev.c |
From: Arto Merilainen
This patch adds CMA memory operations for host1x driver. This allows
usage of CMA buffers inside host1x driver.
Signed-off-by: Arto Merilainen
Signed-off-by: Terje Bergstrom
---
drivers/gpu/host1x/Makefile |1 +
drivers/gpu/host1x/drm/cma.c | 87 ++
Remove second host1x driver, and bind tegra-drm to the new host1x
driver. The logic to parse device tree and track clients is moved
to drm.c.
Signed-off-by: Arto Merilainen
Signed-off-by: Terje Bergstrom
---
drivers/gpu/host1x/Makefile|2 +-
drivers/gpu/host1x/dev.c | 58
From: Arto Merilainen
Both host1x and drm drivers have host1x structures. This patch
renames the host1x structure under drm to follow name host1x_drm.
Signed-off-by: Arto Merilainen
Signed-off-by: Terje Bergstrom
---
drivers/gpu/host1x/drm/dc.c |4 ++--
drivers/gpu/host1x/drm/drm.c
Make drm part of host1x driver.
Signed-off-by: Arto Merilainen
Signed-off-by: Terje Bergstrom
---
drivers/gpu/drm/Kconfig|2 --
drivers/gpu/drm/Makefile |1 -
drivers/gpu/drm/tegra/Makefile |7 ---
drivers/gpu/host1x/
Add support for host1x debugging. Adds debugfs entries, and dumps
channel state to UART in case of stuck job.
Signed-off-by: Arto Merilainen
Signed-off-by: Terje Bergstrom
---
drivers/gpu/host1x/Makefile |1 +
drivers/gpu/host1x/cdma.c |5 +
drivers/gpu
Add support for host1x client modules, and host1x channels to submit
work to the clients.
Signed-off-by: Arto Merilainen
Signed-off-by: Terje Bergstrom
---
drivers/gpu/host1x/Kconfig | 12 +
drivers/gpu/host1x/Makefile |4 +
drivers/gpu/host1x/cdma.c
Add support for sync point interrupts, and sync point wait. Sync
point wait used interrupts for unblocking wait.
Signed-off-by: Arto Merilainen
Signed-off-by: Terje Bergstrom
---
drivers/gpu/host1x/Makefile |1 +
drivers/gpu/host1x/dev.c | 12 ++
drivers/gpu/h
Add host1x, the driver for host1x and its client unit 2D. The Tegra
host1x module is the DMA engine for register access to Tegra's
graphics- and multimedia-related modules. The modules served by
host1x are referred to as clients. host1x includes some other
functionality, such as synchronization.
S
This set of patches adds support for Tegra20 and Tegra30 host1x and
2D. It is based on linux-next-20130307.
Changes in this version:
* Rebased on latest tegradrm
* Renamed tegradrm's host1x to host1x_drm
* Indentation and line split fixed to follow tegradrm convention
* Pointers to platform_de
On Sun, Mar 03, 2013 at 06:20:26PM +0100, Daniel Vetter wrote:
> On Mon, Feb 25, 2013 at 04:05:38AM +0530, Syam Sidhardhan wrote:
> > Need to initialize the variable wait to false.
> >
> > Signed-off-by: Syam Sidhardhan
>
> Looks sane, thanks for the patch. Cc'ing Paulo in case I've missed
> som
On Thu, Mar 7, 2013 at 2:05 PM, Inki Dae wrote:
>
>
>> -Original Message-
>> From: ??? [mailto:sw0312.kim at samsung.com]
>> Sent: Thursday, March 07, 2013 4:04 PM
>> To: Rahul Sharma
>> Cc: Inki Dae; linux-samsung-soc at vger.kernel.org; Sean Paul; sunil joshi;
>> dri-devel at lists.freed
https://bugs.freedesktop.org/show_bug.cgi?id=41762
aleritty changed:
What|Removed |Added
Hardware|x86-64 (AMD64) |All
--- Comment #9 from aleritty ---
I teste
On Fri, Mar 08, 2013 at 06:16:16PM +0200, Terje Bergström wrote:
> On 26.02.2013 11:48, Terje Bergström wrote:
> > On 25.02.2013 17:24, Thierry Reding wrote:
[...]
> >>> +struct mem_handle;
> >>> +struct platform_device;
> >>> +
> >>> +struct host1x_job_unpin_data {
> >>> + struct mem_handle *h
https://bugs.freedesktop.org/show_bug.cgi?id=36934
--- Comment #18 from aux...@gmail.com ---
This hasn't occurred since I upgraded to openSUSE 12.2.
--
You are receiving this mail because:
You are the assignee for the bug.
___
dri-devel mailing list
dr
On Mon, Feb 18, 2013 at 7:51 AM, Inki Dae wrote:
> This patch adds library and test application for g2d gpu(fimg2d).
>
> The fimg2d hardware is a 2D graphics accelerator(G2D) that
> supports Bit Block Transfer(BitBLT).
>
> The library includes the following primitive drawing operations:
> .solid f
https://bugs.freedesktop.org/show_bug.cgi?id=61979
S. Christian Collins changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
On 03/07/2013 06:42 PM, Leela Krishna Amudala wrote:
> Calculate the correct address offset values for alpha and color key
> control registers based on exynos4 and exynos5 user manuals.
+ remove VIDOSD_C_SIZE_W0 macro and fix comments about registers for
size and alpha.
> Signed-off-by: Leela Kri
-
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130308/a3146bc2/attachment.pgp>
r the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130308/90e23d7b/attachment.html>
On 2013-03-07 10:06 -0500, Nick Bowler wrote:
> I started a bisection... here's the first steps so far. I will try to
> finish the procedure over the next couple days but I'm reporting this
> now in case someone needs me to get some other info.
I carried this on a bit further, but it seems that m
https://bugs.freedesktop.org/show_bug.cgi?id=60879
--- Comment #12 from Michel Dänzer ---
(In reply to comment #11)
> egltri_screen doesn't hang the GPU. Only Xorg does. egltri_screen and weston
> fail to clear the buffer or render anything.
Because the GPU hangs trying to render anything. :) Th
https://bugs.freedesktop.org/show_bug.cgi?id=60879
--- Comment #11 from Hristo Venev ---
It's the same as starting weston. egltri_screen doesn't hang the GPU. Only Xorg
does. egltri_screen and weston fail to clear the buffer or render anything.
With current llvm svn, mesa git, libdrm git and linu
On 26.02.2013 11:48, Terje Bergström wrote:
> On 25.02.2013 17:24, Thierry Reding wrote:
>> You use two different styles to indent the function parameters. You
>> might want to stick to one, preferably aligning them with the first
>> parameter on the first line.
>
> I've generally favored "two tab
On Sun, Mar 03, 2013 at 06:20:26PM +0100, Daniel Vetter wrote:
> On Mon, Feb 25, 2013 at 04:05:38AM +0530, Syam Sidhardhan wrote:
> > Need to initialize the variable wait to false.
> >
> > Signed-off-by: Syam Sidhardhan
>
> Looks sane, thanks for the patch. Cc'ing Paulo in case I've missed
> som
On 2013-03-07 10:06 -0500, Nick Bowler wrote:
> I started a bisection... here's the first steps so far. I will try to
> finish the procedure over the next couple days but I'm reporting this
> now in case someone needs me to get some other info.
I carried this on a bit further, but it seems that m
Add host1x, the driver for host1x and its client unit 2D. The Tegra
host1x module is the DMA engine for register access to Tegra's
graphics- and multimedia-related modules. The modules served by
host1x are referred to as clients. host1x includes some other
functionality, such as synchronization.
S
From: Arto Merilainen
This patch adds CMA memory operations for host1x driver. This allows
usage of CMA buffers inside host1x driver.
Signed-off-by: Arto Merilainen
Signed-off-by: Terje Bergstrom
---
drivers/gpu/host1x/Makefile |1 +
drivers/gpu/host1x/drm/cma.c | 87 ++
Remove second host1x driver, and bind tegra-drm to the new host1x
driver. The logic to parse device tree and track clients is moved
to drm.c.
Signed-off-by: Arto Merilainen
Signed-off-by: Terje Bergstrom
---
drivers/gpu/host1x/Makefile|2 +-
drivers/gpu/host1x/dev.c | 58
Add client driver for 2D device, and IOCTLs to pass work to host1x
channel for 2D.
Also adds functions that can be called to access sync points from
DRM.
Signed-off-by: Arto Merilainen
Signed-off-by: Terje Bergstrom
---
drivers/gpu/host1x/Makefile |1 +
drivers/gpu/host1x/dev.c |
Add support for sync point interrupts, and sync point wait. Sync
point wait used interrupts for unblocking wait.
Signed-off-by: Arto Merilainen
Signed-off-by: Terje Bergstrom
---
drivers/gpu/host1x/Makefile |1 +
drivers/gpu/host1x/dev.c | 12 ++
drivers/gpu/h
Add support for host1x debugging. Adds debugfs entries, and dumps
channel state to UART in case of stuck job.
Signed-off-by: Arto Merilainen
Signed-off-by: Terje Bergstrom
---
drivers/gpu/host1x/Makefile |1 +
drivers/gpu/host1x/cdma.c |5 +
drivers/gpu
Make drm part of host1x driver.
Signed-off-by: Arto Merilainen
Signed-off-by: Terje Bergstrom
---
drivers/gpu/drm/Kconfig|2 --
drivers/gpu/drm/Makefile |1 -
drivers/gpu/drm/tegra/Makefile |7 ---
drivers/gpu/host1x/
From: Arto Merilainen
Both host1x and drm drivers have host1x structures. This patch
renames the host1x structure under drm to follow name host1x_drm.
Signed-off-by: Arto Merilainen
Signed-off-by: Terje Bergstrom
---
drivers/gpu/host1x/drm/dc.c |4 ++--
drivers/gpu/host1x/drm/drm.c
This set of patches adds support for Tegra20 and Tegra30 host1x and
2D. It is based on linux-next-20130307.
Changes in this version:
* Rebased on latest tegradrm
* Renamed tegradrm's host1x to host1x_drm
* Indentation and line split fixed to follow tegradrm convention
* Pointers to platform_de
Hi Mr. Dae,
On 7 March 2013 13:34, Inki Dae wrote:
>
>
>> -Original Message-
>> From: linux-media-owner at vger.kernel.org [mailto:linux-media-
>> owner at vger.kernel.org] On Behalf Of Vikas Sajjan
>> Sent: Thursday, March 07, 2013 4:40 PM
>> To: dri-devel at lists.freedesktop.org
>> Cc:
https://bugs.freedesktop.org/show_bug.cgi?id=62012
Priority: medium
Bug ID: 62012
Assignee: dri-devel@lists.freedesktop.org
Summary: Intermittent black geometry
Severity: major
Classification: Unclassified
OS: All
R
Dear Peter,
thank you for your patch. It has some formal issues though.
Am Donnerstag, den 07.03.2013, 16:41 +0100 schrieb Peter Blum:
1. Your subject line does not contain the tag [PATCH].
2. You should CC the maintainers.
> This patch is a bug fix for the file drm_edid.c of the kernel 3.8.
On Thu, Mar 7, 2013 at 2:05 PM, Inki Dae wrote:
>
>
>> -Original Message-
>> From: 김승우 [mailto:sw0312@samsung.com]
>> Sent: Thursday, March 07, 2013 4:04 PM
>> To: Rahul Sharma
>> Cc: Inki Dae; linux-samsung-...@vger.kernel.org; Sean Paul; sunil joshi;
>> dri-devel@lists.freedesktop.or
49 matches
Mail list logo