Port-xen archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Intel X11 driver doesn't load on zen current
On 21 November 2014 at 23:21, Cherry G. Mathew
<cherry.g.mathew%gmail.com@localhost> wrote:
>
> i915drmkms isn't available in the dom0 kernel yet, afaict.
Yes, I figured that out last night. The immediate problem is that the
code assumes that:
pci_intr_handle_t ih_pih;
int ih_int;
are the same type, where as for XEN that isn't so:
struct xen_intr_handle {
int pirq; /* also contains the APIC_INT_* flags if NIOAPIC > 0 */
int evtch;
};
Home |
Main Index |
Thread Index |
Old Index