Interested in Contributing to Open Source Projects

2016-05-14 Thread P. G. Keerthana Gopalakrishnan
;ve any related projects. -- Keerthana P G Fourth Year Undergraduate Mechanical Engineering Department Indian Institute of Technology, Kharagpur Phone: +91-9091402205 -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/at

[PATCH 3/6] drm/amdgpu: add powerplay sclk OD support through sysfs

2016-05-14 Thread Nils Wallménius
vers/gpu/drm/amd/powerplay/inc/hwmgr.h > index 28f5714..37ebfa2 100644 > --- a/drivers/gpu/drm/amd/powerplay/inc/hwmgr.h > +++ b/drivers/gpu/drm/amd/powerplay/inc/hwmgr.h > @@ -338,6 +338,8 @@ struct pp_hwmgr_func { > int (*force_clock_level)(struct pp_hwmgr *hwmgr, enum > pp_clock_type type, uint32_t mask); > int (*print_clock_levels)(struct pp_hwmgr *hwmgr, enum > pp_clock_type type, char *buf); > int (*enable_per_cu_power_gating)(struct pp_hwmgr *hwmgr, bool > enable); > + int (*get_sclk_od)(struct pp_hwmgr *hwmgr); > + int (*set_sclk_od)(struct pp_hwmgr *hwmgr, uint32_t value); > }; > > struct pp_table_func { > -- > 2.5.5 > > ___ > dri-devel mailing list > dri-devel at lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel > -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160514/f3c199c8/attachment-0001.html>

[PATCH] drm.h: Handle DragonFly like Linux

2016-05-14 Thread François Tigeot
The drm code in DragonFly uses a local Linux implementation which doesn't define the __linux__ macro. Use __DragonFly__ instead in order to not try to compile non-Linux code. --- include/uapi/drm/drm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/uapi/drm/drm.h b/in

[Bug 95399] Tonga agd5f drm-next-4.8-wip-dal Oops on startx

2016-05-14 Thread bugzilla-dae...@freedesktop.org
ML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160514/2c9af582/attachment.html>

[Bug 95358] Tonga no hdmi audio on DAL 4.7 works on DAL 4.6

2016-05-14 Thread bugzilla-dae...@freedesktop.org
ssignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160514/f57386e0/attachment.html>

[Bug 80419] XCOM: Enemy Unknown Causes lockup

2016-05-14 Thread bugzilla-dae...@freedesktop.org
s mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160514/b435133e/attachment.html>

[Bug 93144] [radeonsi] Alien: Isolation feature request

2016-05-14 Thread bugzilla-dae...@freedesktop.org
tachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160514/bd778dfc/attachment.html>

[Bug 95358] Tonga no hdmi audio on DAL 4.7 works on DAL 4.6

2016-05-14 Thread bugzilla-dae...@freedesktop.org
ous to search through the big amount of commits. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160514/d9ba6b29/attachment.html>

[Bug 43698] On PPC, OpenGL programs use incorrect texture colors.

2016-05-14 Thread bugzilla-dae...@freedesktop.org
s/dri-devel/attachments/20160514/71c45ee3/attachment.html>

[PATCH 4/6] drm/amd/powerplay: add sclk OD support on Fiji

2016-05-14 Thread Emil Velikov
Hi all, On 13 May 2016 at 19:48, Alex Deucher wrote: > From: Eric Huang > > This implements sclk overdrive(OD) overclocking support for Fiji, > and the maximum overdrive percentage is 20. > > Reviewed-by: Alex Deucher > Signed-off-by: Eric Huang > Signed-off-by: Alex Deucher > --- > drivers/

[PATCH 4/4] tests/amdgpu: adapt to new polaris10/11 uvd fw

2016-05-14 Thread Emil Velikov
Hi all, On 13 May 2016 at 17:48, Alex Deucher wrote: > From: Sonny Jiang > > Signed-off-by: Sonny Jiang > Reviewed-by: Alex Deucher > Signed-off-by: Alex Deucher > --- > tests/amdgpu/cs_tests.c | 48 ++-- > 1 file changed, 42 insertions(+), 6 delet

[PATCH] drm.h: Handle DragonFly like Linux

2016-05-14 Thread Emil Velikov
Hi François, On 14 May 2016 at 08:13, François Tigeot wrote: > The drm code in DragonFly uses a local Linux implementation which doesn't > define the __linux__ macro. > > Use __DragonFly__ instead in order to not try to compile non-Linux code. Does that meant that the workarounds in the else st

[Bug 95358] Tonga no hdmi audio on DAL 4.7 works on DAL 4.6

2016-05-14 Thread bugzilla-dae...@freedesktop.org
and test every one. Saying that it looks like I did switch to it but didn't build, so I do have something else to try. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160514/caa0d741/attachment-0001.html>

[Bug 104791] ACPI errors on Lenovo C50-30 (AE_AML_INFINITE_LOOP, argument type mismatch)

2016-05-14 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=104791 Peter Wu changed: What|Removed |Added CC||peter at lekensteyn.nl --- Comment #6 from Pe

[PATCH 4/4] tests/amdgpu: adapt to new polaris10/11 uvd fw

2016-05-14 Thread Christian König
Am 14.05.2016 um 16:19 schrieb Emil Velikov: > Hi all, > > On 13 May 2016 at 17:48, Alex Deucher wrote: >> From: Sonny Jiang >> >> Signed-off-by: Sonny Jiang >> Reviewed-by: Alex Deucher >> Signed-off-by: Alex Deucher >> --- >> tests/amdgpu/cs_tests.c | 48 >> +++

[PATCH 00/17] SI support for amdgpu

2016-05-14 Thread Alex Deucher
This is an initial port of SI support from radeon to amdgpu. This should be considered developer level code. It's not ready for users. GFX and DMA are mostly working. DPM (power management) is implemented, but not working yet. UVD and VCE support have not yet been ported. It uses the same ucode

[PATCH 01/17] drm/amdgpu: add SI asics types v2

2016-05-14 Thread Alex Deucher
From: Ken Wang Reviewed-by: Christian König Signed-off-by: Ken Wang Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/include/amd_shared.h | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/include/amd_shared.h b/drivers/gpu/drm/amd/include/amd_s

[PATCH 02/17] drm/amdgpu: add si header files v3

2016-05-14 Thread Alex Deucher
From: Ken Wang Acked-by: Christian König Signed-off-by: Ken Wang Signed-off-by: Alex Deucher --- .../drm/amd/include/asic_reg/si/clearstate_si.h| 941 drivers/gpu/drm/amd/include/asic_reg/si/si_reg.h | 105 + drivers/gpu/drm/amd/include/asic_reg/si/sid.h | 2409

[PATCH 07/17] drm/amdgpu: add graphic pipeline implementation for si v6

2016-05-14 Thread Alex Deucher
From: Ken Wang v5: rebase fixes v6: rebase fixes Acked-by: Christian König Signed-off-by: Ken Wang Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c | 3280 + drivers/gpu/drm/amd/amdgpu/gfx_v6_0.h | 36 + 2 files changed, 3316 insertions

[PATCH 08/17] drm/amdgpu: add DMA implementation for si v6

2016-05-14 Thread Alex Deucher
From: Ken Wang v4: rebase fixes v5: use the generic nop fill v6: rebase fixes Signed-off-by: Ken Wang Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 4 + drivers/gpu/drm/amd/amdgpu/si_dma.c | 963 ++ drivers/gpu/drm/amd/amdg

[PATCH 03/17] drm/amdgpu: add graphic memory controller implementation for si v5

2016-05-14 Thread Alex Deucher
From: Ken Wang v4: rebase fixups v5: rebase fixups Signed-off-by: Ken Wang Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c | 1077 + drivers/gpu/drm/amd/amdgpu/gmc_v6_0.h | 36 ++ 2 files changed, 1113 insertions(+) create mode 100644 d

[PATCH 05/17] drm/amdgpu: add display controller implementation for si v7

2016-05-14 Thread Alex Deucher
From: Ken Wang v4: rebase fixups v5: more fixes based on dce8 code v6: squash in dmif offset fix v7: rebase fixups Acked-by: Christian König Signed-off-by: Ken Wang Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/dce_v6_0.c | 3204 + drivers/gpu/dr

[PATCH 04/17] drm/amdgpu: add interupt handler implementation for si v3

2016-05-14 Thread Alex Deucher
From: Ken Wang v3: rebase fixups Reviewed-by: Christian König Signed-off-by: Ken Wang Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/si_ih.c | 313 + drivers/gpu/drm/amd/amdgpu/si_ih.h | 29 2 files changed, 342 insertions(+) create mod

[PATCH 06/17] drm/amdgpu: atombios change for dce6 to work v3

2016-05-14 Thread Alex Deucher
From: Ken Wang v3: white space fixes Reviewed-by: Christian König Signed-off-by: Ken Wang Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/atombios_crtc.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c b/drive

[PATCH 10/17] drm/amdgpu: add all the components for si into Makefile/kconfig v3

2016-05-14 Thread Alex Deucher
From: Ken Wang Reviewed-by: Christian König Signed-off-by: Ken Wang Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/Kconfig | 7 +++ drivers/gpu/drm/amd/amdgpu/Makefile | 2 ++ 2 files changed, 9 insertions(+) diff --git a/drivers/gpu/drm/amd/amdgpu/Kconfig b/drivers/gpu/dr

[PATCH 11/17] drm/amdgpu: add si ip blocks setup v3

2016-05-14 Thread Alex Deucher
From: Ken Wang Reviewed-by: Christian König Signed-off-by: Ken Wang Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 14 ++ 1 file changed, 14 insertions(+) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_d

[PATCH 09/17] drm/amdgpu: add si implementation v7

2016-05-14 Thread Alex Deucher
From: Ken Wang v5: rebase fixes v6: add mgcg arrays v7: rebase fixes Signed-off-by: Ken Wang Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/si.c | 1914 + drivers/gpu/drm/amd/amdgpu/si.h | 33 + drivers/gpu/drm/amd/include/asic

[PATCH 12/17] drm/amdgpu: add si specific logic into the device initialize function v2

2016-05-14 Thread Alex Deucher
From: Ken Wang Reviewed-by: Christian König Signed-off-by: Ken Wang Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 20 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/d

[PATCH 13/17] drm/amdgpu: add si pciids v2

2016-05-14 Thread Alex Deucher
From: Ken Wang Acked-by: Christian König Signed-off-by: Ken Wang Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 74 + 1 file changed, 74 insertions(+) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgp

[PATCH 14/17] drm/amdgpu: add si dpm support in amdgpu_atombios

2016-05-14 Thread Alex Deucher
From: Maruthi Srinivas Bayyavarapu v2: renamed _atom_ to _atombios_ for consistency added ulClockParams to _COMPUTE_MEMORY_ENGINE_PLL_PARAMETERS_V3 and _COMPUTE_MEMORY_ENGINE_PLL_PARAMETERS_V5 to avoid build break Signed-off-by: Maruthi Bayyavarapu Reviewed-by: Alex Deucher Signed-off-

[PATCH 15/17] drm/amdgpu: add SI SMC support

2016-05-14 Thread Alex Deucher
From: Maruthi Srinivas Bayyavarapu Signed-off-by: Maruthi Bayyavarapu Reviewed-by: Alex Deucher Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/si_smc.c | 280 drivers/gpu/drm/amd/amdgpu/sislands_smc.h | 423 ++ 2 files changed

[PATCH 17/17] drm/amdgpu: enable SI DPM

2016-05-14 Thread Alex Deucher
From: Maruthi Srinivas Bayyavarapu Signed-off-by: Maruthi Bayyavarapu Reviewed-by: Alex Deucher Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/Makefile | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.c | 10 ++ drivers/gpu/drm/amd/amdgpu/si.c |

[PATCH v2] drm/nouveau: check function before using it

2016-05-14 Thread Peter Wu
Do not unconditionally invoke function 0x1B without checking for its availability, it leads to an infinite loop on some firmware. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=104791 Fixes: 5addcf0a5f0fad ("nouveau: add runtime PM support (v0.9)") Signed-off-by: Peter Wu --- v2: only wri

[PATCH 16/17] drm/amdgpu: add SI DPM support (v3)

2016-05-14 Thread Alex Deucher
From: Maruthi Srinivas Bayyavarapu v2: corrected register offset shift v3: rebase fixes Signed-off-by: Maruthi Bayyavarapu Reviewed-by: Alex Deucher Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu.h |5 + drivers/gpu/drm/amd/amdgpu/r600_dpm.h | 127 + drivers/gpu/drm

[PATCH v2] drm/amd/powerplay: use ARRAY_SIZE() to calculate array size.

2016-05-14 Thread Christian König
Am 13.05.2016 um 19:36 schrieb Muhammad Falak R Wani: > It is preferred to use ARRAY_SIZE() for size calculation, instead > using sizeof(array)/sizeof(*array). It makes the code more readable. > > Signed-off-by: Muhammad Falak R Wani Reviewed-by: Christian König Thanks for the cleanup, Christi

[Bug 92059] [radeonsi, apitrace] Missing textures and geometry in "Middle-earth: Shadow of Mordor"

2016-05-14 Thread bugzilla-dae...@freedesktop.org
VERRIDE=430 %command% -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160514/f3d7b912/attachment.html>

[Bug 95358] Tonga no hdmi audio on DAL 4.7 works on DAL 4.6

2016-05-14 Thread bugzilla-dae...@freedesktop.org
ktop.org/archives/dri-devel/attachments/20160514/95d44d8b/attachment.html>