Displaying 3 results from an estimated 3 matches for "in_format".
Did you mean:
i_format
2012 May 01
8
VGABIOS patches
Couple of patches to fix an overflow, optimize a bit and support bigger
resolutions using Windows 8.
2019 Apr 03
0
[PATCH] drm/cirrus: rewrite and modernize driver.
...formats, I could only set up the shadow if it was
> necessary.
There's already a list of supported formats for each DRM plane, which
you can get via drmModeGetPlane (being careful to enable universal
planes so you can discover the primary plane). The same information is
present in the 'IN_FORMATS' property, which is more difficult to parse
but also tells you about modifiers.
modesetting already pulls all this out (at least in the atomic path)
so we can reason about acceptable modifiers.
Cheers,
Daniel
2018 Aug 08
0
[ANNOUNCE] igt-gpu-tools 1.23
...re use
igt/gem_unfence_active_buffers: Check GEM before use
igt/gem_userptr: Check read-only mappings
igt/gem_pwrite_snooped: Check for GEM before use
igt/kms_vblank: Check if hangs are allowed
igt: Remove gvt_basic
Daniel Stone (6):
lib: Don't fail if plane IN_FORMATS not present
tests/kms_getfb: Add test for getfb
meson: Chamelium depends on GSL
tests/kms_getfb: Test we reject CCS buffers
tests/kms_getfb: Split property-ID get into helper
tests/kms_getfb: Use fixtures and subtest groups
Daniel Vetter (2):
CONTRIBUTING: comm...