linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-04-08 12:21:06 to 2010-04-29 17:26:13 UTC [more...]

[RFC] Second OLPC Viafb series, v2
 2010-04-29 17:26 UTC  (33+ messages)
` [PATCH 01/30] viafb: Fix various resource leaks during module_init()
` [PATCH 02/30] viafb: use proper pci config API
` [PATCH 03/30] viafb: Unmap the frame buffer on initialization error
` [PATCH 04/30] viafb: Retain GEMODE reserved bits
` [PATCH 05/30] viafb: Unify duplicated set_bpp() code
` [PATCH 06/30] viafb: Determine type of 2D engine and store it in chip_info
` [PATCH 07/30] viafb: complete support for VX800/VX855 accelerated framebuffer
` [PATCH 08/30] viafb: Add 1200x900 DCON/LCD panel modes for OLPC XO-1.5
` [PATCH 09/30] viafb: rework the I2C support in the VIA framebuffer driver
` [PATCH 10/30] suppress verbose debug messages: change printk() to DEBUG_MSG()
` [PATCH 11/30] viafb: Only establish i2c busses on ports that always had them
` [PATCH 12/30] viafb: Move core stuff into via-core.c
` [PATCH 13/30] viafb: Separate global and fb-specific data
` [PATCH 14/30] viafb: add a driver for GPIO lines
` [PATCH 15/30] viafb: package often used basic io functions
` [PATCH 16/30] viafb: Convert GPIO and i2c to the new indexed port ops
` [PATCH 17/30] viafb: Turn GPIO and i2c into proper platform devices
` [PATCH 18/30] via: Do not attempt I/O on inactive I2C adapters
` [PATCH 19/30] viafb: Introduce viafb_find_i2c_adapter()
` [PATCH 20/30] via: Rationalize vt1636 detection
` [PATCH 21/30] viafb: Add a simple interrupt management infrastructure
` [PATCH 22/30] viafb: Add a simple VX855 DMA engine driver
` [PATCH 23/30] viafb: Reserve framebuffer memory for the upcoming camera driver
` [PATCH 24/30] viafb: Add a driver for the video capture engine
` [PATCH 25/30] viafb: unify modesetting functions
` [PATCH 26/30] viafb: move some modesetting functions to a seperate file
` [PATCH 27/30] viafb: replace inb/outb
` [PATCH 28/30] viafb: improve misc register handling
` [PATCH 29/30] viafb: fix proc entry removal
` [PATCH 30/30] viafb: make procfs entries optional

[PATCH 00/21] OMAP: DSS2: Taal panel driver updates
 2010-04-29 15:42 UTC 

[PATCH] added S6E63M0 AMOLED LCD Panel driver
 2010-04-29  3:30 UTC  (6+ messages)

[PATCH 1/4] cocbalt_lcdfb: correct sections
 2010-04-28 21:16 UTC  (6+ messages)
` [PATCH 2/4] hitfb: "
` [PATCH 3/4] s3c2410fb: "
` [PATCH 4/4] sgivwfb: "

[PATCH 1/3] video: add support for getting video mode from device tree
 2010-04-28 20:28 UTC  (8+ messages)
  ` [PATCH 1/3] video: add support for getting video mode from device
      ` [PATCH 1/3] video: add support for getting video mode from
` [PATCH 3/3] powerpc/mpc5121: shared DIU framebuffer support

[PATCH] fix Kconfig breakage in drivers/video
 2010-04-27 22:57 UTC  (2+ messages)

[PATCH v3 0/6] hid: new driver for PicoLCD device
 2010-04-27 13:32 UTC  (6+ messages)
` [PATCH v6 0/8] "
  ` [PATCH v6 1/8] "
      ` [PATCH] hid: split picolcd's operation_mode sysfs attribute

[RFC] Initial OLPC Viafb merge (V2)
 2010-04-26 19:40 UTC  (25+ messages)
` [PATCH 01/11] [FB] viafb: Fix various resource leaks during module_init()
` [PATCH 02/11] viafb: use proper pci config API
` [PATCH 03/11] viafb: Unmap the frame buffer on initialization error
` [PATCH 04/11] viafb: Retain GEMODE reserved bits
` [PATCH 05/11] viafb: Unify duplicated set_bpp() code
` [PATCH 06/11] viafb: Determine type of 2D engine and store it in chip_info
` [PATCH 07/11] viafb: complete support for VX800/VX855 accelerated framebuffer
` [PATCH 08/11] viafb: Add 1200x900 DCON/LCD panel modes for OLPC XO-1.5
` [PATCH 09/11] viafb: Do not probe for LVDS/TMDS on "
` [PATCH 10/11] viafb: rework the I2C support in the VIA framebuffer driver
  ` [PATCH 10/11] viafb: rework the I2C support in the VIA framebuffer
    ` [PATCH 10/11] viafb: rework the I2C support in the VIA
` [PATCH 11/11] suppress verbose debug messages: change printk() to DEBUG_MSG()

viafb suspend & resume
 2010-04-26 18:09 UTC  (5+ messages)
` [PATCH 1/4] Minimal support for viafb suspend/resume
` [PATCH 2/4] viafb: restore display on resume
` [PATCH 3/4] viafb: make suspend and resume work (on all machines?)
` [PATCH 4/4] viafb: fix hardware acceleration for suspend & resume

[RFC] Second OLPC Viafb series
 2010-04-24 15:07 UTC  (15+ messages)
` [PATCH 01/13] viafb: Move core stuff into via-core.c
` [PATCH 02/13] viafb: Separate global and fb-specific data
` [PATCH 03/13] viafb: add a driver for GPIO lines
` [PATCH 04/13] viafb: package often used basic io functions
` [PATCH 05/13] viafb: Convert GPIO and i2c to the new indexed port ops
` [PATCH 06/13] viafb: Turn GPIO and i2c into proper platform devices
` [PATCH 07/13] via: Do not attempt I/O on inactive I2C adapters
` [PATCH 08/13] viafb: Introduce viafb_find_i2c_adapter()
` [PATCH 09/13] via: Rationalize vt1636 detection
` [PATCH 10/13] viafb: Add a simple interrupt management infrastructure
` [PATCH 11/13] viafb: Add a simple VX855 DMA engine driver
` [PATCH 12/13] viafb: Reserve framebuffer memory for the upcoming camera driver
` [PATCH 13/13] viafb: Add a driver for the video capture engine

[PATCH] fbdev: move FBIO_WAITFORVSYNC to linux/fb.h
 2010-04-21 13:36 UTC  (6+ messages)

[PATCHv3 0/5] OMAP: RX51: Add LCD Panel Support for N900
 2010-04-21  7:15 UTC  (12+ messages)
` [PATCHv3 1/5] OMAP: RX51: Add LCD Panel support
  ` [PATCHv3 2/5] OMAP: RX51: Add "vdds_sdi" supply voltage for SDI
    ` [PATCHv3 3/5] OMAP: RX51: Add Touch Controller in SPI board info
      ` [PATCHv3 4/5] OMAP: DSS2: Add ACX565AKM Panel Driver
        ` [PATCHv3 5/5] OMAP: RX51: Update board defconfig

[PATCH 1/3] fbmem: fix aperture overlapping check
 2010-04-20 19:54 UTC  (13+ messages)
` [PATCH 2/3] fbdev: allow passing more than one aperture for handoff
` [PATCH 3/3] fbmem, drm/nouveau: kick firmware framebuffers as soon as possible
  ` [PATCH 3/3] fbmem, drm/nouveau: kick firmware framebuffers as
        ` [PATCH] vga16fb, drm/nouveau: vga16fb->nouveau handoff
          ` [PATCH] vga16fb, drm: vga16fb->drm handoff

[RFC] Initial OLPC Viafb merge
 2010-04-18 18:24 UTC  (52+ messages)
` [PATCH 01/16] [FB] viafb: Fix various resource leaks during module_init()
` [PATCH 02/16] viafb: use proper pci config API
` [PATCH 03/16] viafb: Unmap the frame buffer on initialization error
` [PATCH 04/16] viafb: Retain GEMODE reserved bits
` [PATCH 05/16] viafb: Determine type of 2D engine and store it in chip_info
` [PATCH 06/16] viafb: complete support for VX800/VX855 accelerated framebuffer
` [PATCH 07/16] viafb: Add 1200x900 DCON/LCD panel modes for OLPC XO-1.5
` [PATCH 08/16] viafb: Do not probe for LVDS/TMDS on "
` [PATCH 09/16] viafb: rework the I2C support in the VIA framebuffer driver
` [PATCH 10/16] suppress verbose debug messages: change printk() to DEBUG_MSG()
` [PATCH 11/16] Minimal support for viafb suspend/resume
` [PATCH 12/16] fix register save count, so it matches the restore count
` [PATCH 13/16] VIAFB: Update suspend/resume to selectively restore registers
` [PATCH 14/16] Remove cursor restore hack in viafb
` [PATCH 15/16] viafb: rework suspend/resume
` [PATCH 16/16] viafb: Only suspend/resume on VX855

[PATCH 1/7] viafb: package often used basic io functions
 2010-04-17 20:55 UTC  (9+ messages)
` [PATCH 2/7] viafb: unify modesetting functions
` [PATCH 3/7] viafb: move some modesetting functions to a seperate file
` [PATCH 4/7] viafb: replace inb/outb
` [PATCH 5/7] viafb: improve misc register handling
` [PATCH 6/7] viafb: fix proc entry removal
` [PATCH 7/7] viafb: make procfs entries optional

[PATCHv2] OMAP2: DSS: Add Innolux 7" display for DEVKIT8000
 2010-04-16  8:40 UTC  (4+ messages)
  ` [RFC] [PATCH] Devkit8000: Use generic panel driver instead of new driver for every panel
    ` [RFC] [PATCH] Devkit8000: Use generic panel driver instead of

[PATCH] OMAP: DSS2: TPO-TD03MTEA1: fix Kconfig dependency
 2010-04-16  7:42 UTC  (2+ messages)

[PATCHv2 0/5] OMAP: RX51: Add LCD Panel Support for N900
 2010-04-15 10:04 UTC  (8+ messages)
` [PATCHv2 1/5] OMAP: RX51: Add LCD Panel support
  ` [PATCHv2 2/5] OMAP: RX51: Add "vdds_sdi" supply voltage for SDI
    ` [PATCHv2 3/5] OMAP: RX51: Add Touch Controller in SPI board info
      ` [PATCHv2 4/5] OMAP: DSS2: Add ACX565AKM Panel Driver
        ` [PATCHv2 5/5] OMAP: RX51: Update board defconfig

[PATCH v2 08/10] [ARM] tegra: Add framebuffer driver
 2010-04-13 23:26 UTC 

[PATCH] Add sysfs support for fbdefio delay
 2010-04-13 15:50 UTC  (7+ messages)

[PATCHv2 1/2] fbdev: allow passing more than one aperture for handoff
 2010-04-12 22:12 UTC  (2+ messages)
` [PATCHv2 2/2] fbmem, drm/nouveau: kick firmware framebuffers as soon as possible

[Resubmit: PATCH v3 1/1] DA8XX/OMAP-L1XX: FB: Implement double buffering
 2010-04-11 17:34 UTC 

[Resubmit: PATCH v3 0/1] DA8XX/OMAP-L1XX: FB: Implement double buffering
 2010-04-11 17:34 UTC 

[PATCH] drivers/video/efifb.c: Framebuffer for NVIDIA 9400M in MacBook Pro 5,1
 2010-04-09 13:01 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).