Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1395626

Re: Regression of v4.6-rc vs. v4.5 bisected: a98ee79317b4 "drm/i915/fbc: enable FBC by default on HSW and BDW"

From Daniel Vetter <daniel@ffwll.ch>
Newsgroups linux.kernel
Subject Re: Regression of v4.6-rc vs. v4.5 bisected: a98ee79317b4 "drm/i915/fbc: enable FBC by default on HSW and BDW"
Date 2016-05-06 08:40 +0200
Message-ID <rvHAC-58-9@gated-at.bofh.it> (permalink)
References <rsgwV-4xy-1@gated-at.bofh.it> <rtbER-2B9-1@gated-at.bofh.it> <rtDB8-hy-5@gated-at.bofh.it> <rvvzr-4dl-5@gated-at.bofh.it> <rvynE-79b-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Thu, May 05, 2016 at 10:45:31PM +0200, Stefan Richter wrote:
> On May 05 Stefan Richter wrote:
> > Quoting the changelog of the commit:
> [...]
> >      - Download intel-gpu-tools, compile it, and run:
> >        $ sudo ./tests/kms_frontbuffer_tracking --run-subtest '*fbc-*' 2>&1 | tee fbc.txt
> >        Then send us the fbc.txt file, especially if you get a failure.
> 
> Attached are results of kms_frontbuffer_tracking from current
> intel-gpu-tools.git (intel-gpu-tools-1.14-273-gb4b2ac346c92), taken on
> kernel v4.5.2 and on v4.6-rc5.

> Subtest fbc-1p-primscrn-spr-indfb-fullscreen failed.
> **** DEBUG ****
> (kms_frontbuffer_tracking:2266) DEBUG: Test requirement passed: fbc.can_test
> (kms_frontbuffer_tracking:2266) drmtest-DEBUG: Test requirement passed: is_i915_device(fd) && has_known_intel_chipset(fd)
> (kms_frontbuffer_tracking:2266) igt-fb-DEBUG: igt_create_fb_with_bo_size(width=2560, height=1440, format=0x34325258, tiling=0x100000000000001, size=14745600)
> (kms_frontbuffer_tracking:2266) drmtest-DEBUG: Test requirement passed: is_i915_device(fd) && has_known_intel_chipset(fd)
> (kms_frontbuffer_tracking:2266) drmtest-DEBUG: Test requirement passed: is_i915_device(fd) && has_known_intel_chipset(fd)
> (kms_frontbuffer_tracking:2266) igt-fb-DEBUG: igt_create_fb_with_bo_size(handle=7, pitch=10240)
> (kms_frontbuffer_tracking:2266) igt-draw-DEBUG: Test requirement passed: intel_gen(intel_get_drm_devid(fd)) >= 5
> (kms_frontbuffer_tracking:2266) DEBUG: Rect 0 CRC: pipe:[febb8b20 00000000 00000000 00000000 00000000] sink:[unsupported!]
> (kms_frontbuffer_tracking:2266) igt-draw-DEBUG: Test requirement passed: intel_gen(intel_get_drm_devid(fd)) >= 5
> (kms_frontbuffer_tracking:2266) DEBUG: Calculated CRC: pipe:[2ca73d01 00000000 00000000 00000000 00000000] sink:[unsupported!]
> (kms_frontbuffer_tracking:2266) DEBUG: Test requirement passed: !fbc_not_enough_stolen()
> (kms_frontbuffer_tracking:2266) DEBUG: Calculated CRC: pipe:[2ca73d01 00000000 00000000 00000000 00000000] sink:[unsupported!]
> (kms_frontbuffer_tracking:2266) igt-draw-DEBUG: Test requirement passed: intel_gen(intel_get_drm_devid(fd)) >= 5
> (kms_frontbuffer_tracking:2266) DEBUG: Calculated CRC: pipe:[2ca73d01 00000000 00000000 00000000 00000000] sink:[unsupported!]
> (kms_frontbuffer_tracking:2266) DEBUG: Test requirement passed: !fbc_not_enough_stolen()
> (kms_frontbuffer_tracking:2266) DEBUG: Calculated CRC: pipe:[2ca73d01 00000000 00000000 00000000 00000000] sink:[unsupported!]
> (kms_frontbuffer_tracking:2266) drmtest-DEBUG: Test requirement passed: is_i915_device(fd) && has_known_intel_chipset(fd)
> (kms_frontbuffer_tracking:2266) igt-fb-DEBUG: igt_create_fb_with_bo_size(width=2560, height=1440, format=0x34325258, tiling=0x100000000000001, size=14745600)
> (kms_frontbuffer_tracking:2266) drmtest-DEBUG: Test requirement passed: is_i915_device(fd) && has_known_intel_chipset(fd)
> (kms_frontbuffer_tracking:2266) drmtest-DEBUG: Test requirement passed: is_i915_device(fd) && has_known_intel_chipset(fd)
> (kms_frontbuffer_tracking:2266) igt-fb-DEBUG: igt_create_fb_with_bo_size(handle=7, pitch=10240)
> (kms_frontbuffer_tracking:2266) DEBUG: Calculated CRC: pipe:[febb8b20 00000000 00000000 00000000 00000000] sink:[unsupported!]
> (kms_frontbuffer_tracking:2266) DEBUG: Test requirement passed: !fbc_not_enough_stolen()
> (kms_frontbuffer_tracking:2266) DEBUG: Calculated CRC: pipe:[febb8b20 00000000 00000000 00000000 00000000] sink:[unsupported!]
> (kms_frontbuffer_tracking:2266) igt-core-INFO: Timed out: CRC reading
> ****  END  ****
> Timed out: CRC reading
> Subtest fbc-1p-primscrn-spr-indfb-fullscreen: FAIL (5.876s)

This one failed in both runs. Can you please retest with just that using

# kms_frontbuffer_tracking --run-subtest fbc-1p-primscrn-spr-indfb-fullscreen

Also please boot with drm.debug=0xe and grab the full dmesg of just that
single subtest. There's definitely something going wrong here.
-Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: Regression of v4.6-rc vs. v4.5: hangs after a few minutes after  boot Stefan Richter <stefanr@s5r6.in-berlin.de> - 2016-04-29 10:10 +0200
  Re: Regression of v4.6-rc vs. v4.5: Merge tag  'drm-intel-next-2016-02-29' Stefan Richter <stefanr@s5r6.in-berlin.de> - 2016-04-30 16:00 +0200
    Regression of v4.6-rc vs. v4.5 bisected: a98ee79317b4  "drm/i915/fbc: enable FBC by default on HSW and BDW" Stefan Richter <stefanr@s5r6.in-berlin.de> - 2016-05-05 19:50 +0200
      Re: Regression of v4.6-rc vs. v4.5 bisected: a98ee79317b4  "drm/i915/fbc: enable FBC by default on HSW and BDW" "Zanoni, Paulo R" <paulo.r.zanoni@intel.com> - 2016-05-05 21:00 +0200
        Re: [Intel-gfx] Regression of v4.6-rc vs. v4.5 bisected:  a98ee79317b4 "drm/i915/fbc: enable FBC by default on HSW and BDW" Daniel Vetter <daniel@ffwll.ch> - 2016-05-05 22:00 +0200
          Re: [Intel-gfx] Regression of v4.6-rc vs. v4.5 bisected:  a98ee79317b4 "drm/i915/fbc: enable FBC by default on HSW and BDW" Stefan Richter <stefanr@s5r6.in-berlin.de> - 2016-05-06 01:00 +0200
        Re: Regression of v4.6-rc vs. v4.5 bisected: a98ee79317b4  "drm/i915/fbc: enable FBC by default on HSW and BDW" Stefan Richter <stefanr@s5r6.in-berlin.de> - 2016-05-06 01:00 +0200
          Re: Regression of v4.6-rc vs. v4.5 bisected: a98ee79317b4  "drm/i915/fbc: enable FBC by default on HSW and BDW" "Zanoni, Paulo R" <paulo.r.zanoni@intel.com> - 2016-05-06 02:00 +0200
        Re: Regression of v4.6-rc vs. v4.5 bisected: a98ee79317b4  "drm/i915/fbc: enable FBC by default on HSW and BDW" Stefan Richter <stefanr@s5r6.in-berlin.de> - 2016-05-08 12:20 +0200
          Re: Regression of v4.6-rc vs. v4.5 bisected: a98ee79317b4  "drm/i915/fbc: enable FBC by default on HSW and BDW" Stefan Richter <stefanr@s5r6.in-berlin.de> - 2016-05-08 13:30 +0200
      Re: Regression of v4.6-rc vs. v4.5 bisected: a98ee79317b4  "drm/i915/fbc: enable FBC by default on HSW and BDW" Daniel Vetter <daniel@ffwll.ch> - 2016-05-06 08:40 +0200
        Re: Regression of v4.6-rc vs. v4.5 bisected: a98ee79317b4  "drm/i915/fbc: enable FBC by default on HSW and BDW" Stefan Richter <stefanr@s5r6.in-berlin.de> - 2016-05-08 13:50 +0200

csiph-web