genode/repos/dde_linux/patches
Stefan Kalkowski d65beb970d dde_linux: KMS-based Intel framebuffer driver (II)
* enable i915 driver from Linux 3.14.5
* tested for generation 5 till 8 GPUs

The driver can be configured at run-time via the config ROM. Every
connector of the graphic card can be configured separately using the
following syntax

  <config>
    <connector name="LVDS-11" width="1280" height="800" enabled="true"/>
  </config>

Also, when enabled within the intel framebuffer driver configuration like
the following

  <config buffered="yes"/>

a simple ram dataspace is propagated to the client and the driver
itselfs copies from that buffer to the framebuffer triggered via refresh
calls. This option is useful to alleviate tearing effects.

The  driver distributes all available connectors of the graphic card and
their supported resolutions via a report. It looks like follows

  <connectors>
    <connector name="LVDS-11" connected="1">
      <mode width="1280" height="800" hz="60"/>
      ...
    </connector>
    ...
  </connectors>

The driver distributes the report only if this is stated within its
configuration, like the following

  <config>
    <report connectors="yes"/>
  </config>

Fix #1764
2015-11-29 18:17:07 +01:00
..
intel_fb_16bit.patch dde_linux: KMS-based Intel framebuffer driver (II) 2015-11-29 18:17:07 +01:00
intel_fb_edp.patch dde_linux: KMS-based Intel framebuffer driver (II) 2015-11-29 18:17:07 +01:00
intel_fb_report.patch dde_linux: KMS-based Intel framebuffer driver (II) 2015-11-29 18:17:07 +01:00
intel_fb_update.patch dde_linux: KMS-based Intel framebuffer driver (II) 2015-11-29 18:17:07 +01:00
intel_fb_x201.patch dde_linux: KMS-based Intel framebuffer driver (II) 2015-11-29 18:17:07 +01:00
libnl.patch wifi_drv: Port of the Linux wireless stack 2014-11-28 12:02:36 +01:00
lxip_icmp.patch dde_linux: make drivers self containing 2014-11-12 14:44:17 +01:00
lxip_ip_config.patch dde_linux: clean up lxip patches 2014-11-28 12:02:36 +01:00
lxip_netlink.patch dde_linux: make drivers self containing 2014-11-12 14:44:17 +01:00
lxip_skbuff.patch dde_linux: clean up lxip patches 2014-11-28 12:02:36 +01:00
lxip_tcp.patch dde_linux: make drivers self containing 2014-11-12 14:44:17 +01:00
usb_ax88179.patch dde_linux: clean up usb patches 2014-11-28 12:02:36 +01:00
usb_csum.patch dde_linux: clean up usb patches 2014-11-28 12:02:36 +01:00
usb_evdev.patch dde_linux: clean up usb patches 2014-11-28 12:02:36 +01:00
usb_mem.patch dde_linux: make drivers self containing 2014-11-12 14:44:17 +01:00
usb_usbnet.patch dde_linux: clean up usb patches 2014-11-28 12:02:36 +01:00
usb_wacom.patch usb: wacom touchscreen support 2014-12-19 13:58:48 +01:00
usb_xchi-quirks.patch dde_linux: clean up usb patches 2014-11-28 12:02:36 +01:00
wifi_crypto.patch wifi_drv: Port of the Linux wireless stack 2014-11-28 12:02:36 +01:00
wifi_mem.patch wifi_drv: enable support for iwl7260 2014-12-19 13:58:48 +01:00
wifi.patch wifi_drv: remove device white-list patch 2015-11-18 12:22:06 +01:00
wpa_supplicant.patch wifi: report correct bssid when connected 2015-06-22 14:43:41 +02:00