Code Monkey home page Code Monkey logo

Comments (3)

microhobby avatar microhobby commented on September 25, 2024

on the Kernel v6.1 I saw that was introduced a check:

https://github.com/intel/linux-intel-lts/blob/e13503e423ba533c6c4304fd242e8f001005706d/drivers/gpu/drm/i915/i915_hwmon.c#L791C2-L792C21

void i915_hwmon_register(struct drm_i915_private *i915)
{
...
        /* hwmon is available only for dGfx */
	if (!IS_DGFX(i915))

this should not be checked also for the v5.15.129?

from linux-intel-lts.

microhobby avatar microhobby commented on September 25, 2024

If I add the follow on the code from v5.15.129:

        /* hwmon is available only for dGfx */
	if (!IS_DGFX(i915))
               return;

It works, so now I'm thinking why without this on the v5.10 works...

from linux-intel-lts.

microhobby avatar microhobby commented on September 25, 2024

Well, I take back what I said, I got the latest update of v5.10 the 5.10.184 and the issue is the same...

...
fb0: switching to i915 from EFI VGA
Console: switching to colour dummy device 80x25
i915 0000:00:02.0: vgaarb: deactivate vga console
[drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
**hang**

from linux-intel-lts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.