summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2018-10-08fb: Add more formatsMaxime Ripard1-0/+30
2018-10-08fb: Add support for conversions through pixmanMaxime Ripard1-3/+63
2018-10-08igt: Make pixman mandatoryMaxime Ripard1-2/+3
2018-10-08fb: Add format conversion routineMaxime Ripard2-0/+47
2018-10-08fb: Create common function to convert frame formatsMaxime Ripard1-92/+122
2018-10-08fb: convert: Remove swizzle from the argumentsMaxime Ripard1-6/+6
2018-10-08fb: Use an igt_fb for the cairo shadow bufferMaxime Ripard1-20/+50
2018-10-08fb: Add RGB888 formatMaxime Ripard1-0/+4
2018-10-08fb: Only set the GEM domain on intel platformsMaxime Ripard1-2/+3
2018-10-08fb: Add buffer map/unmap functionsMaxime Ripard2-10/+51
2018-10-04lib/i915: Move shaders directoryKatarzyna Dec14-3/+259
2018-10-03lib/kms: Handle no connectors for igt_enable_connectors()Chris Wilson2-8/+4
2018-10-02tests: Add kms plane alpha blending test, v2.Maarten Lankhorst2-0/+4
2018-10-01lib/kms: Skip no-op display updatesChris Wilson1-0/+6
2018-10-01lib: Report if kms is enabled on the displayChris Wilson2-3/+14
2018-09-28tests/psr: Check for PSR entry less frequentlyDhinakaran Pandiyan1-1/+1
2018-09-28tests/psr: Wait for PSR exitDhinakaran Pandiyan2-2/+7
2018-09-27lib/igt_fb: Refactor blitter usageVille Syrjälä1-33/+29
2018-09-27lib/igt_fb: Pass around igt_fb internallyVille Syrjälä3-214/+200
2018-09-27lib/igt_fb: Constify format_desc_structVille Syrjälä1-22/+22
2018-09-27lib/igt_fb: Consolidate fb size calculation to one functionVille Syrjälä1-72/+57
2018-09-27lib/igt_fb: Extract calc_plane_stride()Ville Syrjälä1-11/+39
2018-09-27lib/debugfs: Use a blocking read in igt_pipe_crc_get_single()Ville Syrjälä2-27/+13
2018-09-26lib/gpgpu_fill: Implement gpgpu_fillfunc for Gen11Katarzyna Dec3-0/+32
2018-09-26lib: Reuse Gen9 mediafill on Gen11Daniele Ceraolo Spurio1-1/+1
2018-09-26lib: Unexport gem_gtt_type()Chris Wilson2-4/+2
2018-09-25lib/igt_fb: Remove the hand rolled addfb2Ville Syrjälä1-28/+7
2018-09-25lib/kms: Pass the number of planes explicitly to __kms_addfb()Ville Syrjälä3-7/+5
2018-09-25lib/kms: Pass strides[] to __kms_addfbVille Syrjälä3-9/+18
2018-09-25lib/igt_fb: Add fb_num_planes()Ville Syrjälä1-7/+12
2018-09-25lib/igt_fb: Add fb_plane_bpp()Ville Syrjälä1-6/+14
2018-09-25lib/igt_fb: s/planar_foo/fb_plane_foo/Ville Syrjälä1-9/+12
2018-09-25lib/igt_fb: Pass fb_blit_upload to free_linear_mapping()Ville Syrjälä1-3/+6
2018-09-25lib/igt_fb: Use fb_blit_upload as the base class for fb_convert_blit_uploadVille Syrjälä1-31/+28
2018-09-25lib: Add DIV_ROUND_UP()Ville Syrjälä2-2/+4
2018-09-25lib/igt_fb: Respect the users choice of strideVille Syrjälä1-14/+22
2018-09-20lib/igt_psr: Give a explicit parameter name to functions that expect debugfs fdJosé Roberto de Souza2-21/+23
2018-09-14intel: Be consistent with test results on simulationTvrtko Ursulin1-2/+2
2018-09-14igt_sysfs: Avoid double closing the fd in igt_sysfs_scanfTvrtko Ursulin1-1/+2
2018-09-11lib: Add roundup_power_of_two()Ville Syrjälä2-8/+10
2018-09-11lib/igt_fb: Make fb size 64bitVille Syrjälä4-21/+25
2018-09-07lib: Cancel all outstanding requests at the end of a testChris Wilson2-6/+31
2018-09-07lib/igt_fb: Add missing set_domain callsVille Syrjälä1-4/+8
2018-09-05tests/psr: Avoid opening of already open debugfs dirDhinakaran Pandiyan1-1/+1
2018-09-05lib/debugfs: Function to read debugfs with the directory already openDhinakaran Pandiyan2-10/+32
2018-09-05lib/pm: Fail gracefully if CONFIG_PM is not built into the kernelChris Wilson1-5/+10
2018-09-04lib/pm: Increase snd module probe timeout to 10sChris Wilson1-2/+5
2018-09-04lib/pm: Wait a little for sound module load to completeChris Wilson1-7/+15
2018-09-04lib/pm: Squelch warning for failing to enable audio powermanagementChris Wilson1-1/+1
2018-09-03lib: Check for a specific match if requested.Chris Wilson1-1/+1