;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
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>
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
ML attachment was scrubbed...
URL:
<https://lists.freedesktop.org/archives/dri-devel/attachments/20160514/2c9af582/attachment.html>
ssignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<https://lists.freedesktop.org/archives/dri-devel/attachments/20160514/f57386e0/attachment.html>
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>
tachment was scrubbed...
URL:
<https://lists.freedesktop.org/archives/dri-devel/attachments/20160514/bd778dfc/attachment.html>
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>
s/dri-devel/attachments/20160514/71c45ee3/attachment.html>
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/
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
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
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>
https://bugzilla.kernel.org/show_bug.cgi?id=104791
Peter Wu changed:
What|Removed |Added
CC||peter at lekensteyn.nl
--- Comment #6 from Pe
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
>> +++
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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-
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
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 |
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
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
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
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>
ktop.org/archives/dri-devel/attachments/20160514/95d44d8b/attachment.html>
37 matches
Mail list logo