Summary: | drivers/gpu/drm/i915/intel_display.c:14712:20: error: ‘intel_crtc_set_crc_source’ undeclared | ||||||
---|---|---|---|---|---|---|---|
Product: | DRI | Reporter: | Adam Jirasek <libm3l> | ||||
Component: | DRM/Intel | Assignee: | Intel GFX Bugs mailing list <intel-gfx-bugs> | ||||
Status: | CLOSED INVALID | QA Contact: | Intel GFX Bugs mailing list <intel-gfx-bugs> | ||||
Severity: | normal | ||||||
Priority: | medium | CC: | intel-gfx-bugs | ||||
Version: | unspecified | ||||||
Hardware: | x86-64 (AMD64) | ||||||
OS: | Linux (All) | ||||||
Whiteboard: | |||||||
i915 platform: | i915 features: | ||||||
Attachments: |
|
Description
Adam Jirasek
2016-11-12 19:20:21 UTC
(In reply to Adam Jirasek from comment #0) > I have a compilation error for drm-intel linux from today (12-Nov-2016) > referring to undeclared variable - see output below: "drm-intel linux from today (12-Nov-2016)" does not accurately specify what you're actually trying to build. We need the *upstream* git repo, branch, commit that fails. We also need the kernel config you're trying to build. > *drivers/gpu/drm/i915/intel_display.c:14712:20: error: > ‘intel_crtc_set_crc_source’ undeclared here (not in a function) > * .set_crc_source = intel_crtc_set_crc_source, > * ^ I've seen a patch adding this, but this has not been merged upstream. We do not have this line in upstream source. Created attachment 127971 [details]
kernel config file
(In reply to Jani Nikula from comment #1) > (In reply to Adam Jirasek from comment #0) > > I have a compilation error for drm-intel linux from today (12-Nov-2016) > > referring to undeclared variable - see output below: > > "drm-intel linux from today (12-Nov-2016)" does not accurately specify what > you're actually trying to build. We need the *upstream* git repo, branch, > commit that fails. > > We also need the kernel config you're trying to build. > > > *drivers/gpu/drm/i915/intel_display.c:14712:20: error: > > ‘intel_crtc_set_crc_source’ undeclared here (not in a function) > > * .set_crc_source = intel_crtc_set_crc_source, > > * ^ > > I've seen a patch adding this, but this has not been merged upstream. We do > not have this line in upstream source. Here is the info: repo: git://anongit.freedesktop.org/drm-intel branch : drm-intel-nightly commit: 1af808dba57ca773d463026a2e8a9296cb0db42a kernel x86_64-4.9.0-rc4 kernel config file should be in next post Again, current drm-intel-nightly does not have this. (In reply to Jani Nikula from comment #4) > Again, current drm-intel-nightly does not have this. I'm using drm-intel-nightly only, updated today, the last commit is 7d920f01ab1c5b838011d553f5ac8f656061cacc and the compilation error is still there fatal: bad object 7d920f01ab1c5b838011d553f5ac8f656061cacc $ git grep intel_crtc_set_crc_source =1 Whatever you think you are compiling it is not drm-intel. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.