genode/repos/base/run
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
..
affinity.run Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
affinity_subspace.run Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
ds_ownership.run Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
fpu.run base: test for the pseudo-parallel use of an FPU 2014-06-26 10:57:25 +02:00
mp_server.run hw_zynq: limit cpu count to 1 in mp_server.run 2015-10-28 15:06:22 +01:00
new_delete.run Log name of exiting child from Child::exit() 2014-09-11 10:23:39 +02:00
platform_drv.inc dde_linux: KMS-based Intel framebuffer driver (II) 2015-11-29 18:17:07 +01:00
printf.run Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
rm_fault.run autopilot: adapt runscripts to new run tool 2015-01-26 12:28:41 +01:00
sub_rm.run autopilot: adapt runscripts to new run tool 2015-01-26 12:28:41 +01:00
thread.run thread: increase test timeout 2015-08-24 11:38:53 +02:00
util_mmio.run Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00