Displaying 2 results from an estimated 2 matches for "detil".
Did you mean:
detail
2019 Oct 10
1
[PATCH 1/2] drm/nouveau: move io_reserve_lru handling into the driver
Am 09.10.19 um 17:39 schrieb Daniel Vetter:
> On Mon, Sep 30, 2019 at 03:12:53PM +0200, Christian König wrote:
> [SNIP]
>> +static vm_fault_t nouveau_ttm_fault(struct vm_fault *vmf)
>> +{
>> + struct vm_area_struct *vma = vmf->vma;
>> + struct ttm_buffer_object *bo = vma->vm_private_data;
>> + pgprot_t prot;
>> + vm_fault_t ret;
>> +
>> +
2020 Mar 20
0
[ANNOUNCE] igt-gpu-tools 1.25
...tests"
tests/kms_ccs: Add support for testing multiple formats
tests/kms_ccs: Work around CRC mismatch when mixing SDR/HDR planes
tests/kms_ccs: Test YUV formats too
tests/kms_ccs: Add option to check the CCS planes
lib/igt_fb: Fix creating FBs on platforms w/o HW detiling
lib/igt_fb: Add 64bpp support to the XY_SRC blit command
lib/igt_fb: Fall back from gtt map to coherent map on platforms w/o aperture
lib/igt_fb: Use render copy/blit on platforms w/o HW detiling
lib/igt_fb: Speed up format conversion for local memory
tests/kms_draw...