ting in prime export never working for vram objects.
Cc: Gurchetan Singh
Cc: Thomas Zimmermann
Cc: Gerd Hoffmann
Signed-off-by: Chia-I Wu
Reviewed-by: Anthoine Bourgeois
---
drivers/gpu/drm/virtio/virtgpu_vram.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/virtio/virtg
Cc: Gerd Hoffmann
Signed-off-by: Chia-I Wu
Reviewed-by: Anthoine Bourgeois
---
drivers/gpu/drm/virtio/virtgpu_gem.c | 8 +---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/drivers/gpu/drm/virtio/virtgpu_gem.c
b/drivers/gpu/drm/virtio/virtgpu_gem.c
index c30c75ee83fc..8502400b2
gned-off-by: Enrico Weigelt, metux IT consult
Ok for me. Thank you.
Reviewed-by: Anthoine Bourgeois
---
drivers/gpu/drm/virtio/Kconfig | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/virtio/Kconfig b/drivers/gpu/drm/virtio/Kconfig
index b925b8b1da16..51ec7c3
nce
v2: fix grammar in comment
Signed-off-by: Gurchetan Singh
Reviewed-by: Anthoine Bourgeois
---
drivers/gpu/drm/virtio/virtgpu_drv.h | 1 +
drivers/gpu/drm/virtio/virtgpu_fence.c | 39 --
2 files changed, 31 insertions(+), 9 deletions(-)
diff --git a/drivers/gpu/drm/
) is
called.
The check for last_fence_id is therefore a bit redundant, and
it will not be sufficient to check the last_fence_id for multiple
synchronization timelines. Remove it.
Signed-off-by: Gurchetan Singh
Reviewed-by: Anthoine Bourgeois
---
drivers/gpu/drm/virtio/virtgpu_fence.c
On Mon, Nov 23, 2020 at 06:19:00PM -0800, Gurchetan Singh wrote:
virtio_gpu typically uses the prefix virtio_gpu, but there are
a few places where the virtio prefix is used. Modify this for
consistency.
Signed-off-by: Gurchetan Singh
Reviewed-by: Anthoine Bourgeois
---
drivers/gpu/drm
On Wed, Nov 18, 2020 at 05:08:09PM -0800, Gurchetan Singh wrote:
To be clearer about our intentions to associate sequence numbers
and fence IDs, let's rename these variables.
Signed-off-by: Gurchetan Singh
Reviewed-by: Anthoine Bourgeois
---
drivers/gpu/drm/virtio/virtgpu_debugfs.
On Wed, Nov 18, 2020 at 05:08:08PM -0800, Gurchetan Singh wrote:
Currently, the fence ID, which can be used to identify a
virtgpu fence, is the same as the fence sequence number.
Let's use the fence_id name to clearly signal this.
Signed-off-by: Gurchetan Singh
Reviewed-by: Ant
DRM_RENDER_ALLOW),
@@ -552,4 +684,8 @@ struct drm_ioctl_desc
virtio_gpu_ioctls[DRM_VIRTIO_NUM_IOCTLS] = {
DRM_IOCTL_DEF_DRV(VIRTGPU_GET_CAPS, virtio_gpu_get_caps_ioctl,
DRM_RENDER_ALLOW),
+
+ DRM_IOCTL_DEF_DRV(VIRTGPU_RESOURCE_CREATE_BLOB,
Allows you to limit the selected power levels via sysfs.
Force the feedback divider to select a power level.
v2: fix checking in rs780_force_fbdiv,
drop a duplicate divider structure in rs780_dpm_force_performance_level,
Force the voltage level too.
Signed-off-by: Anthoine Bourgeois
2013/8/1 Deucher, Alexander
> > -Original Message-
> > From: Anthoine Bourgeois [mailto:anthoine.bourgeois at gmail.com]
> > Sent: Wednesday, July 31, 2013 6:34 PM
> > To: Deucher, Alexander; Koenig, Christian; Jerome Glisse; Anthoine
> >
Allows you to limit the selected power levels via sysfs.
Force the feedback divider to select a power level.
Signed-off-by: Anthoine Bourgeois
---
drivers/gpu/drm/radeon/radeon_asic.c | 1 +
drivers/gpu/drm/radeon/radeon_asic.h | 2 ++
drivers/gpu/drm/radeon/rs780_dpm.c | 67
2013/8/1 Deucher, Alexander
> > -Original Message-
> > From: Anthoine Bourgeois [mailto:anthoine.bourge...@gmail.com]
> > Sent: Wednesday, July 31, 2013 6:34 PM
> > To: Deucher, Alexander; Koenig, Christian; Jerome Glisse; Anthoine
> > Bourgeois
> >
Allows you to limit the selected power levels via sysfs.
Force the feedback divider to select a power level.
Signed-off-by: Anthoine Bourgeois
---
drivers/gpu/drm/radeon/radeon_asic.c | 1 +
drivers/gpu/drm/radeon/radeon_asic.h | 2 ++
drivers/gpu/drm/radeon/rs780_dpm.c | 67
On Wed, Jul 17, 2013 at 09:44:00PM +, Deucher, Alexander wrote:
>> -Original Message-
>> From: Anthoine Bourgeois [mailto:anthoine.bourgeois at gmail.com]
>> Sent: Wednesday, July 17, 2013 5:23 PM
>> To: Deucher, Alexander; Koenig, Christian; Jerome Gl
sclk == 19690 and:
# cat /sys/kernel/debug/dri/0/radeon_pm_info
uvdvclk: 0 dclk: 0
power level 1sclk: 5 vddc_index: 2
when I play supertuxkart with sclk == 49762.
Thanks for yesturday, I was in a wrong way,
Anthoine
>
>Alex
>
>> -Original Message
On Wed, Jul 17, 2013 at 09:44:00PM +, Deucher, Alexander wrote:
-Original Message-
From: Anthoine Bourgeois [mailto:anthoine.bourge...@gmail.com]
Sent: Wednesday, July 17, 2013 5:23 PM
To: Deucher, Alexander; Koenig, Christian; Jerome Glisse
Cc: dri-devel@lists.freedesktop.org
== 19690 and:
# cat /sys/kernel/debug/dri/0/radeon_pm_info
uvdvclk: 0 dclk: 0
power level 1sclk: 5 vddc_index: 2
when I play supertuxkart with sclk == 49762.
Thanks for yesturday, I was in a wrong way,
Anthoine
Alex
-Original Message-
From: Anthoine B
igned-off-by: Anthoine Bourgeois
---
drivers/gpu/drm/radeon/radeon_asic.c | 1 +
drivers/gpu/drm/radeon/radeon_asic.h | 2 ++
drivers/gpu/drm/radeon/rs780_dpm.c | 23 +++
drivers/gpu/drm/radeon/rs780d.h | 3 +++
4 files changed, 29 insertions(+)
diff --git a/drivers/gp
d-off-by: Anthoine Bourgeois
---
drivers/gpu/drm/radeon/radeon_asic.c | 1 +
drivers/gpu/drm/radeon/radeon_asic.h | 2 ++
drivers/gpu/drm/radeon/rs780_dpm.c | 23 +++
drivers/gpu/drm/radeon/rs780d.h | 3 +++
4 files changed, 29 insertions(+)
diff --git a/drivers/gp
2013/7/16 Deucher, Alexander
> > -Original Message-
> > From: Anthoine Bourgeois [mailto:anthoine.bourgeois at gmail.com]
> > Sent: Tuesday, July 16, 2013 5:09 PM
> > To: Deucher, Alexander; Koenig, Christian; Jerome Glisse; Anthoine
> >
2013/7/16 Deucher, Alexander
> > -Original Message-
> > From: Anthoine Bourgeois [mailto:anthoine.bourge...@gmail.com]
> > Sent: Tuesday, July 16, 2013 5:09 PM
> > To: Deucher, Alexander; Koenig, Christian; Jerome Glisse; Anthoine
> > Bourgeois
> >
This allows you to look at the current DPM state via debugfs.
Signed-off-by: Anthoine Bourgeois
---
drivers/gpu/drm/radeon/radeon_asic.c | 1 +
drivers/gpu/drm/radeon/radeon_asic.h | 2 ++
drivers/gpu/drm/radeon/rs780_dpm.c | 28
3 files changed, 31 insertions
This allows you to look at the current DPM state via debugfs.
Signed-off-by: Anthoine Bourgeois
---
drivers/gpu/drm/radeon/radeon_asic.c | 1 +
drivers/gpu/drm/radeon/radeon_asic.h | 2 ++
drivers/gpu/drm/radeon/rs780_dpm.c | 28
3 files changed, 31 insertions
24 matches
Mail list logo