Displaying 20 results from an estimated 38 matches for "ast_fb".
Did you mean:
ast_bo
2017 Jun 20
0
[PATCH 03/11] drm: ast: remove dead code and pointless local lut storage
...t, .gamma_set and .gamma_get are
no longer used. Remove the dead code and hook up the crtc .gamma_set
to use the crtc gamma_store directly instead of duplicating that
info locally.
Signed-off-by: Peter Rosin <peda at axentia.se>
---
drivers/gpu/drm/ast/ast_drv.h | 1 -
drivers/gpu/drm/ast/ast_fb.c | 20 --------------------
drivers/gpu/drm/ast/ast_mode.c | 26 ++++++--------------------
3 files changed, 6 insertions(+), 41 deletions(-)
diff --git a/drivers/gpu/drm/ast/ast_drv.h b/drivers/gpu/drm/ast/ast_drv.h
index 8880f0b..569a148 100644
--- a/drivers/gpu/drm/ast/ast_drv.h
+++ b/driver...
2017 Jun 22
0
[PATCH v2 06/14] drm: ast: remove dead code and pointless local lut storage
...t, .gamma_set and .gamma_get are
no longer used. Remove the dead code and hook up the crtc .gamma_set
to use the crtc gamma_store directly instead of duplicating that
info locally.
Signed-off-by: Peter Rosin <peda at axentia.se>
---
drivers/gpu/drm/ast/ast_drv.h | 1 -
drivers/gpu/drm/ast/ast_fb.c | 20 --------------------
drivers/gpu/drm/ast/ast_mode.c | 26 ++++++--------------------
3 files changed, 6 insertions(+), 41 deletions(-)
diff --git a/drivers/gpu/drm/ast/ast_drv.h b/drivers/gpu/drm/ast/ast_drv.h
index 8880f0b..569a148 100644
--- a/drivers/gpu/drm/ast/ast_drv.h
+++ b/driver...
2018 Dec 17
0
[PATCH 4/7] drm: Move the legacy kms disable_all helper to crtc helpers
...ky at amd.com>
Cc: Huang Rui <ray.huang at amd.com>
Cc: Shaoyun Liu <Shaoyun.Liu at amd.com>
Cc: Monk Liu <Monk.Liu at amd.com>
Cc: nouveau at lists.freedesktop.org
Cc: amd-gfx at lists.freedesktop.org
---
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
drivers/gpu/drm/ast/ast_fb.c | 2 +-
drivers/gpu/drm/drm_crtc.c | 31 -------------------
drivers/gpu/drm/drm_crtc_helper.c | 35 ++++++++++++++++++++++
drivers/gpu/drm/nouveau/nouveau_display.c | 2 +-
drivers/gpu/drm/radeon/radeon_display.c | 2 +-
include/drm/drm_crtc.h...
2019 Jul 03
0
[PATCH 3/5] drm/ast: Replace struct ast_fbdev with generic framebuffer emulation
...sole. With the new generic framebuffer, the driver does not need this
code an longer.
Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de>
---
drivers/gpu/drm/ast/Makefile | 2 +-
drivers/gpu/drm/ast/ast_drv.c | 22 ++-
drivers/gpu/drm/ast/ast_drv.h | 17 --
drivers/gpu/drm/ast/ast_fb.c | 341 ---------------------------------
drivers/gpu/drm/ast/ast_main.c | 30 ++-
drivers/gpu/drm/ast/ast_mode.c | 21 --
6 files changed, 41 insertions(+), 392 deletions(-)
delete mode 100644 drivers/gpu/drm/ast/ast_fb.c
diff --git a/drivers/gpu/drm/ast/Makefile b/drivers/gpu/drm/ast/Makef...
2019 Jul 04
2
[PATCH 0/5] Unmappable DRM client buffers for fbdev emulation
....org/archives/dri-devel/2019-June/224423.html
>>>>
>>>> Thomas Zimmermann (5):
>>>> drm/client: Support unmapping of DRM client buffers
>>>> drm/fb-helper: Unmap BO for shadow-buffered framebuffer console
>>>> drm/ast: Replace struct ast_fbdev with generic framebuffer emulation
>>>> drm/bochs: Use shadow buffer for bochs framebuffer console
>>>> drm/mgag200: Replace struct mga_fbdev with generic framebuffer
>>>> emulation
>>>>
>>>> drivers/gpu/drm/ast/Makefile...
2019 Jul 04
2
[PATCH 0/5] Unmappable DRM client buffers for fbdev emulation
....org/archives/dri-devel/2019-June/224423.html
>>>>
>>>> Thomas Zimmermann (5):
>>>> drm/client: Support unmapping of DRM client buffers
>>>> drm/fb-helper: Unmap BO for shadow-buffered framebuffer console
>>>> drm/ast: Replace struct ast_fbdev with generic framebuffer emulation
>>>> drm/bochs: Use shadow buffer for bochs framebuffer console
>>>> drm/mgag200: Replace struct mga_fbdev with generic framebuffer
>>>> emulation
>>>>
>>>> drivers/gpu/drm/ast/Makefile...
2019 Jul 03
11
[PATCH 0/5] Unmappable DRM client buffers for fbdev emulation
...The patch set has been tested on ast and mga200 HW.
[1] https://lists.freedesktop.org/archives/dri-devel/2019-June/224423.html
Thomas Zimmermann (5):
drm/client: Support unmapping of DRM client buffers
drm/fb-helper: Unmap BO for shadow-buffered framebuffer console
drm/ast: Replace struct ast_fbdev with generic framebuffer emulation
drm/bochs: Use shadow buffer for bochs framebuffer console
drm/mgag200: Replace struct mga_fbdev with generic framebuffer
emulation
drivers/gpu/drm/ast/Makefile | 2 +-
drivers/gpu/drm/ast/ast_drv.c | 22 +-
drivers/gpu/drm/ast/a...
2019 Jul 03
11
[PATCH 0/5] Unmappable DRM client buffers for fbdev emulation
...The patch set has been tested on ast and mga200 HW.
[1] https://lists.freedesktop.org/archives/dri-devel/2019-June/224423.html
Thomas Zimmermann (5):
drm/client: Support unmapping of DRM client buffers
drm/fb-helper: Unmap BO for shadow-buffered framebuffer console
drm/ast: Replace struct ast_fbdev with generic framebuffer emulation
drm/bochs: Use shadow buffer for bochs framebuffer console
drm/mgag200: Replace struct mga_fbdev with generic framebuffer
emulation
drivers/gpu/drm/ast/Makefile | 2 +-
drivers/gpu/drm/ast/ast_drv.c | 22 +-
drivers/gpu/drm/ast/a...
2019 Jul 04
2
[PATCH 0/5] Unmappable DRM client buffers for fbdev emulation
...>> [1] https://lists.freedesktop.org/archives/dri-devel/2019-June/224423.html
>>
>> Thomas Zimmermann (5):
>> drm/client: Support unmapping of DRM client buffers
>> drm/fb-helper: Unmap BO for shadow-buffered framebuffer console
>> drm/ast: Replace struct ast_fbdev with generic framebuffer emulation
>> drm/bochs: Use shadow buffer for bochs framebuffer console
>> drm/mgag200: Replace struct mga_fbdev with generic framebuffer
>> emulation
>>
>> drivers/gpu/drm/ast/Makefile | 2 +-
>> drivers/gpu/drm/a...
2019 Jul 04
2
[PATCH 0/5] Unmappable DRM client buffers for fbdev emulation
...>> [1] https://lists.freedesktop.org/archives/dri-devel/2019-June/224423.html
>>
>> Thomas Zimmermann (5):
>> drm/client: Support unmapping of DRM client buffers
>> drm/fb-helper: Unmap BO for shadow-buffered framebuffer console
>> drm/ast: Replace struct ast_fbdev with generic framebuffer emulation
>> drm/bochs: Use shadow buffer for bochs framebuffer console
>> drm/mgag200: Replace struct mga_fbdev with generic framebuffer
>> emulation
>>
>> drivers/gpu/drm/ast/Makefile | 2 +-
>> drivers/gpu/drm/a...
2019 Jul 03
0
[PATCH 0/5] Unmappable DRM client buffers for fbdev emulation
...by the way :-)
Noralf.
> [1] https://lists.freedesktop.org/archives/dri-devel/2019-June/224423.html
>
> Thomas Zimmermann (5):
> drm/client: Support unmapping of DRM client buffers
> drm/fb-helper: Unmap BO for shadow-buffered framebuffer console
> drm/ast: Replace struct ast_fbdev with generic framebuffer emulation
> drm/bochs: Use shadow buffer for bochs framebuffer console
> drm/mgag200: Replace struct mga_fbdev with generic framebuffer
> emulation
>
> drivers/gpu/drm/ast/Makefile | 2 +-
> drivers/gpu/drm/ast/ast_drv.c |...
2019 Jul 04
0
[PATCH 0/5] Unmappable DRM client buffers for fbdev emulation
...vel/2019-June/224423.html
>>>>>
>>>>> Thomas Zimmermann (5):
>>>>> drm/client: Support unmapping of DRM client buffers
>>>>> drm/fb-helper: Unmap BO for shadow-buffered framebuffer console
>>>>> drm/ast: Replace struct ast_fbdev with generic framebuffer emulation
>>>>> drm/bochs: Use shadow buffer for bochs framebuffer console
>>>>> drm/mgag200: Replace struct mga_fbdev with generic framebuffer
>>>>> emulation
>>>>>
>>>>> drivers/gpu/drm...
2019 May 16
5
[PATCH 0/2] Add BO reservation to GEM VRAM pin/unpin/push_to_system
A kernel test bot reported a problem with the locktorture testcase that
was triggered by the GEM VRAM helpers.
...
[ 10.004734] RIP: 0010:ttm_bo_validate+0x41/0x141 [ttm]
...
[ 10.015669] ? kvm_sched_clock_read+0x5/0xd
[ 10.016157] ? get_lock_stats+0x11/0x3f
[ 10.016607] drm_gem_vram_pin+0x77/0xa2 [drm_vram_helper]
[ 10.017229]
2019 May 16
5
[PATCH 0/2] Add BO reservation to GEM VRAM pin/unpin/push_to_system
A kernel test bot reported a problem with the locktorture testcase that
was triggered by the GEM VRAM helpers.
...
[ 10.004734] RIP: 0010:ttm_bo_validate+0x41/0x141 [ttm]
...
[ 10.015669] ? kvm_sched_clock_read+0x5/0xd
[ 10.016157] ? get_lock_stats+0x11/0x3f
[ 10.016607] drm_gem_vram_pin+0x77/0xa2 [drm_vram_helper]
[ 10.017229]
2019 Jul 04
0
[PATCH 0/5] Unmappable DRM client buffers for fbdev emulation
...://lists.freedesktop.org/archives/dri-devel/2019-June/224423.html
>>>
>>> Thomas Zimmermann (5):
>>> drm/client: Support unmapping of DRM client buffers
>>> drm/fb-helper: Unmap BO for shadow-buffered framebuffer console
>>> drm/ast: Replace struct ast_fbdev with generic framebuffer emulation
>>> drm/bochs: Use shadow buffer for bochs framebuffer console
>>> drm/mgag200: Replace struct mga_fbdev with generic framebuffer
>>> emulation
>>>
>>> drivers/gpu/drm/ast/Makefile | 2 +-
>>...
2019 Jul 05
11
[PATCH v2 0/6] Unmappable DRM client buffers for fbdev emulation
...desktop.org/archives/dri-devel/2019-June/224423.html
Thomas Zimmermann (6):
drm/client: Support unmapping of DRM client buffers
drm/fb-helper: Map DRM client buffer only when required
drm/fb-helper: Instanciate shadow FB if configured in device's
mode_config
drm/ast: Replace struct ast_fbdev with generic framebuffer emulation
drm/bochs: Use shadow buffer for bochs framebuffer console
drm/mgag200: Replace struct mga_fbdev with generic framebuffer
emulation
drivers/gpu/drm/ast/Makefile | 2 +-
drivers/gpu/drm/ast/ast_drv.c | 13 +-
drivers/gpu/drm/ast/a...
2019 Jul 05
11
[PATCH v2 0/6] Unmappable DRM client buffers for fbdev emulation
...desktop.org/archives/dri-devel/2019-June/224423.html
Thomas Zimmermann (6):
drm/client: Support unmapping of DRM client buffers
drm/fb-helper: Map DRM client buffer only when required
drm/fb-helper: Instanciate shadow FB if configured in device's
mode_config
drm/ast: Replace struct ast_fbdev with generic framebuffer emulation
drm/bochs: Use shadow buffer for bochs framebuffer console
drm/mgag200: Replace struct mga_fbdev with generic framebuffer
emulation
drivers/gpu/drm/ast/Makefile | 2 +-
drivers/gpu/drm/ast/ast_drv.c | 13 +-
drivers/gpu/drm/ast/a...
2019 Apr 24
21
[PATCH v2 00/17] Share TTM code among DRM framebuffer drivers
...drivers/gpu/drm/Kconfig | 20 +
drivers/gpu/drm/Makefile | 5 +
drivers/gpu/drm/ast/Kconfig | 3 +-
drivers/gpu/drm/ast/ast_drv.c | 4 +-
drivers/gpu/drm/ast/ast_drv.h | 65 +-
drivers/gpu/drm/ast/ast_fb.c | 30 +-
drivers/gpu/drm/ast/ast_main.c | 74 +--
drivers/gpu/drm/ast/ast_mode.c | 124 ++--
drivers/gpu/drm/ast/ast_ttm.c | 293 +--------
drivers/gpu/drm/bochs/Kconfig | 2 +
drivers/gpu/drm/bochs/bochs.h...
2019 May 08
22
[PATCH v5 00/20] Share TTM code among DRM framebuffer drivers
...drivers/gpu/drm/Kconfig | 7 +
drivers/gpu/drm/Makefile | 5 +
drivers/gpu/drm/ast/Kconfig | 3 +-
drivers/gpu/drm/ast/ast_drv.c | 13 +-
drivers/gpu/drm/ast/ast_drv.h | 71 +-
drivers/gpu/drm/ast/ast_fb.c | 34 +-
drivers/gpu/drm/ast/ast_main.c | 77 +-
drivers/gpu/drm/ast/ast_mode.c | 124 +--
drivers/gpu/drm/ast/ast_ttm.c | 302 +-------
drivers/gpu/drm/bochs/Kconfig | 2 +-
drivers/gpu/drm/bochs/bochs.h...
2019 May 08
22
[PATCH v5 00/20] Share TTM code among DRM framebuffer drivers
...drivers/gpu/drm/Kconfig | 7 +
drivers/gpu/drm/Makefile | 5 +
drivers/gpu/drm/ast/Kconfig | 3 +-
drivers/gpu/drm/ast/ast_drv.c | 13 +-
drivers/gpu/drm/ast/ast_drv.h | 71 +-
drivers/gpu/drm/ast/ast_fb.c | 34 +-
drivers/gpu/drm/ast/ast_main.c | 77 +-
drivers/gpu/drm/ast/ast_mode.c | 124 +--
drivers/gpu/drm/ast/ast_ttm.c | 302 +-------
drivers/gpu/drm/bochs/Kconfig | 2 +-
drivers/gpu/drm/bochs/bochs.h...