search for: 250e743915d4

Displaying 5 results from an estimated 5 matches for "250e743915d4".

2023 Feb 16
2
[PATCH 17/17] drm/cirrus: Use VGA macro constants to unblank
...Am 16.02.23 um 12:33 schrieb Gerd Hoffmann: > On Wed, Feb 15, 2023 at 05:15:17PM +0100, Thomas Zimmermann wrote: >> Set the VGA bit for unblanking with macro constants instead of magic >> values. No functional changes. > > blank/unblank should work simliar to bochs (see commit 250e743915d4), > that is maybe a nice thing to add of you modernize the driver anyway. Yeah, it's the VGA PAS field. [1] But is it really called blanking? PAS controls palette access, but blanking is sounds more like DPMS. The PAS setting is actually part of the primary plane, so it's current loca...
2023 Feb 16
2
[PATCH 17/17] drm/cirrus: Use VGA macro constants to unblank
...ieb Gerd Hoffmann: > > On Wed, Feb 15, 2023 at 05:15:17PM +0100, Thomas Zimmermann wrote: > >> Set the VGA bit for unblanking with macro constants instead of magic > >> values. No functional changes. > > > > blank/unblank should work simliar to bochs (see commit 250e743915d4), > > that is maybe a nice thing to add of you modernize the driver anyway. > Yeah, it's the VGA PAS field. [1] But is it really called blanking? PAS > controls palette access, but blanking is sounds more like DPMS. Why aren't people just using the normal way of flipping the s...
2023 Feb 16
2
[PATCH 17/17] drm/cirrus: Use VGA macro constants to unblank
On Wed, Feb 15, 2023 at 05:15:17PM +0100, Thomas Zimmermann wrote: > Set the VGA bit for unblanking with macro constants instead of magic > values. No functional changes. blank/unblank should work simliar to bochs (see commit 250e743915d4), that is maybe a nice thing to add of you modernize the driver anyway. take care, Gerd
2023 Feb 16
1
[PATCH 17/17] drm/cirrus: Use VGA macro constants to unblank
...ann: >>> On Wed, Feb 15, 2023 at 05:15:17PM +0100, Thomas Zimmermann wrote: >>>> Set the VGA bit for unblanking with macro constants instead of magic >>>> values. No functional changes. >>> >>> blank/unblank should work simliar to bochs (see commit 250e743915d4), >>> that is maybe a nice thing to add of you modernize the driver anyway. >> Yeah, it's the VGA PAS field. [1] But is it really called blanking? PAS >> controls palette access, but blanking is sounds more like DPMS. > > Why aren't people just using the normal w...
2023 Feb 15
1
[PATCH 17/17] drm/cirrus: Use VGA macro constants to unblank
Set the VGA bit for unblanking with macro constants instead of magic values. No functional changes. Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de> --- drivers/gpu/drm/tiny/cirrus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/tiny/cirrus.c b/drivers/gpu/drm/tiny/cirrus.c index ad67fb895213..594bc472862f 100644 ---