summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2024-06-19lib/intel_bufops: Drop Tile4 swizzlingZbigniew Kempczyński1-31/+7
2024-06-19lib/intel_bufops: Preparation for adding software tiling for Tile64Zbigniew Kempczyński1-0/+3
2024-06-19lib/intel_bufops: Drop unnecessary Tile4 function assignmentZbigniew Kempczyński1-2/+0
2024-06-19lib/intel_bufops: Add Ys tiling in linear_to and to_linear pathZbigniew Kempczyński3-2/+8
2024-06-19lib/intel_blt: Add Yf tiling in block-copyZbigniew Kempczyński1-0/+1
2024-06-19lib/intel_bufops: Add Yf tilingZbigniew Kempczyński1-2/+4
2024-06-19lib/intel_bufops: Add Tile4 in linear_to and to_linear helpersZbigniew Kempczyński1-0/+12
2024-06-19lib/intel_bufops: Add linear-to-none copy pathZbigniew Kempczyński1-1/+34
2024-06-19lib/intel_bufops: Fix mapping/unmapping for i915 and xeZbigniew Kempczyński1-15/+24
2024-06-19lib/intel_bufops: Fix offset returned for Tile4Zbigniew Kempczyński1-1/+0
2024-06-19lib/intel_chipset: add Battlemage supportAndrzej Hajda2-0/+14
2024-06-19lib: sync xe_pciids.h with kernelAndrzej Hajda1-0/+7
2024-06-18lib/igt_kms: Check validity of the selcted pipe/output comboBhanuprakash Modem1-3/+6
2024-06-13lib/igt_chamelium: check drmModeGetConnector() before usingLuca Coelho1-0/+5
2024-06-12lib/i915/fbc: add fbc frame size check helper functionsVinod Govindapillai2-0/+57
2024-06-12lib/i915/fbc: print current fbc status if cannot be enabledVinod Govindapillai1-1/+5
2024-06-12lib/igt_fb: unify intel blitter fb block copies between xe and i915Juha-Pekka Heikkila1-72/+52
2024-06-12lib/igt_fb: put intel blt cleanup into its own functionJuha-Pekka Heikkila1-12/+21
2024-06-12lib/igt_fb: separate intel blitter context setup from blitter functionJuha-Pekka Heikkila1-31/+42
2024-06-12lib/igt_fb: Sanitize blt_fb_initJuha-Pekka Heikkila1-18/+46
2024-06-12lib/igt_fb: make blt_compression_format function more readableJuha-Pekka Heikkila1-26/+37
2024-06-06lib/xe: Add sync and async xe_force_gt_reset optionsJonathan Cavitt3-5/+16
2024-06-05lib: Define DIV_ROUND_CLOSEST()Ville Syrjälä1-0/+1
2024-05-31lib/igt_fb: Mark Xe framebuffers as slow accessJuha-Pekka Heikkila1-2/+3
2024-05-23lib: switch i915_pciids_local.h to xe driver style PCI ID macrosJani Nikula3-32/+26
2024-05-23lib: sync i915_pciids.h with kernel commit cfa7772880f8Jani Nikula3-762/+755
2024-05-23lib: sync i915_pciids.h with kernel commit d2c4b1db1c4fJani Nikula2-1/+1
2024-05-23lib: sync i915_pciids.h with kernel commit 7858cc0b55e3Jani Nikula2-7/+7
2024-05-23lib: sync i915_pciids.h with kernel commit bfbda4722767Jani Nikula2-2/+2
2024-05-23lib: sync i915_pciids.h with kernel commit aa3d586e1624Jani Nikula1-13/+17
2024-05-23lib: sync i915_pciids.h with kernel commit 5c8c22adc802Jani Nikula1-0/+4
2024-05-23lib: sync i915_pciids.h with kernel commit 7b43a37348b7Jani Nikula1-0/+4
2024-05-23lib: sync i915_pciids.h with kernel commit 41c0f8a36f15Jani Nikula2-4/+8
2024-05-23lib: sync i915_pciids.h with kernel commit 432ed92bfb55Jani Nikula2-4/+8
2024-05-22lib/igt_pm: Convert suspended_time from int to uint64_tRodrigo Vivi2-6/+7
2024-05-22lib/igt_pm: Fix and standardize IGT PM library documentationRodrigo Vivi1-75/+73
2024-05-22tests/intel/xe_pm: Update runtime pm conditionsRodrigo Vivi2-0/+26
2024-05-21lib/igt_drm_clients: Record total cyclesLucas De Marchi2-0/+18
2024-05-21lib/igt_drm_fdinfo: Parse drm-total-cyclesLucas De Marchi2-0/+7
2024-05-21lib/igt_drm_clients: Record drm-cyclesLucas De Marchi2-8/+32
2024-05-21lib/igt_drm_clients: Move engine fields to substructLucas De Marchi2-15/+17
2024-05-21treewide: Rename engine busyness variablesLucas De Marchi4-21/+23
2024-05-21lib/igt_kms: add retry loop in igt_enable_connectors()Luca Coelho1-4/+25
2024-05-16tests/amdgpu: use 64x64 jpeg bitstreamSathishkumar S1-24/+27
2024-05-16lib/intel_blt: Add render tilings and compression support helperZbigniew Kempczyński2-0/+30
2024-05-16lib/intel_cmds_info: Introduce render tilingsZbigniew Kempczyński2-4/+33
2024-05-16lib/intel_cmds_info: Define tiling macrosZbigniew Kempczyński1-56/+36
2024-05-16lib/rendercopy_gen9: Separate xe and xe2 compression formatZbigniew Kempczyński2-18/+37
2024-05-16lib/intel_bufops: Start supporting compression on Xe2+Zbigniew Kempczyński1-4/+27
2024-05-16lib/intel_bufops: Restrict tilings on non-flatccs platformsZbigniew Kempczyński1-11/+8