lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20260128171258.1081-1-atharvatiwarilinuxdev@gmail.com>
Date: Wed, 28 Jan 2026 17:12:58 +0000
From: Atharva Tiwari <atharvatiwarilinuxdev@...il.com>
To: lukas@...ner.de
Cc: airlied@...il.com,
	ardb@...nel.org,
	atharvatiwarilinuxdev@...il.com,
	dri-devel@...ts.freedesktop.org,
	francescopompo2@...il.com,
	intel-gfx@...ts.freedesktop.org,
	intel-xe@...ts.freedesktop.org,
	jani.nikula@...ux.intel.com,
	javierm@...hat.com,
	joonas.lahtinen@...ux.intel.com,
	linux-efi@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	lszubowi@...hat.com,
	mingo@...nel.org,
	rodrigo.vivi@...el.com,
	simona@...ll.ch,
	tursulin@...ulin.net,
	tzimmermann@...e.de
Subject: Re: [PATCH v2 0/2] Add support for eGPUs on Apple Products

> It's possible that the iMac has a multiplexer built-in which can
> switch between the iGPU and dGPU at runtime.  Please ensure that
> you have set CONFIG_APPLE_GMUX=y in your .config, the gmux driver
> should bind to the multiplexer if there is one.
> 
> If there is a multiplexer built-in, then disabling the iGPU is the
> wrong approach.

I was using apple-gmux even before this patch, and runtime GPU switching
does not work on either macOS or Linux.
On macOS, the iGPU does not even appear in System Information.
However, the iGPU is present in IORegistry, and Apple appears to use it
only for acceleration, not for display output. This can be seen from
the following IORegistry entry:

    | |   | +-o AppleIntelFramebufferController  <class AppleIntelFramebufferController, id 0x100000556, registered, matched, active, busy 0 (230 ms), retain 8>
    | |   | | |   "IOClass" = "AppleIntelFramebufferController"
    | |   | | |   "IOPersonalityPublisher" = "com.apple.driver.AppleIntelCFLGraphicsFramebuffer"
    | |   | | |   "CFBundleIdentifierKernel" = "com.apple.driver.AppleIntelCFLGraphicsFramebuffer"
    | |   | | |   "CFBundleIdentifier" = "com.apple.driver.AppleIntelCFLGraphicsFramebuffer"
    | |   | | |   "IOMatchCategory" = "IOFramebuffer"
    | |   | | |   "NumFrameBuffer" = <00>

NumFrameBuffer=0 says that iGPU isint handling any dispaly atm.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ