summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2013-09-028-37/+23
|\
| * Merge tag 'fbdev-fixes-3.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-08-092-28/+16
| |\
| | * video: mxsfb: fix color settings for 18bit data bus and 32bppHector Palacios2013-08-021-26/+0
| | * OMAPDSS: analog-tv-connector: compile fixTomi Valkeinen2013-08-021-2/+16
| * | Merge tag 'fbdev-fixes-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-316-9/+7
| |\ \ | | |/
| | * video: sh7760fb: fix to pass correct device identity to free_irq()Wei Yongjun2013-07-291-1/+1
| | * fbdev/atyfb: fix recent breakage in correct_chipset()Dan Carpenter2013-07-291-2/+2
| | * fbdev/sgivwfb: fix compilation error in sgivwfb_mmap()Tomi Valkeinen2013-07-261-1/+1
| | * video: nuc900fb: fix to pass correct device identity to request_irq()Wei Yongjun2013-07-261-2/+1
| | * vga16fb: Remove unused variableLuis Henriques2013-07-261-1/+0
| | * video: xilinxfb: Fix compilation warningMichal Simek2013-07-261-2/+2
* | | video/hdmi: Rename HDMI_IDENTIFIER to HDMI_IEEE_OUILespiau, Damien2013-08-301-2/+2
* | | video/hdmi: Use hdmi_vendor_infoframe for the HDMI specific infoframeLespiau, Damien2013-08-301-12/+13
* | | video/hdmi: Hook the HDMI vendor infoframe with the generic _pack()Lespiau, Damien2013-08-301-36/+10
* | | video/hdmi: Introduce helpers for the HDMI vendor specific infoframeLespiau, Damien2013-08-301-0/+90
* | | video/hdmi: Derive the bar data valid bit from the bar data fieldsLespiau, Damien2013-08-301-2/+3
* | | video/hdmi: Don't let the user of this API create invalid infoframesLespiau, Damien2013-08-301-1/+5
* | | Merge tag 'drm-intel-next-2013-08-09' of git://people.freedesktop.org/~danvet...Dave Airlie2013-08-211-7/+50
|\ \ \ | |/ / |/| |
| * | video/hmdi: Clear the whole incoming buffer, not just the infoframe sizeDamien Lespiau2013-08-081-4/+4
| * | video/hdmi: Introduce a generic hdmi_infoframe unionDamien Lespiau2013-08-081-0/+43
| * | video/hdmi: Replace the payload length by their definesDamien Lespiau2013-08-081-3/+3
| |/
* | mfd: max8925: fix dt code for backlightOlof Johansson2013-07-251-20/+21
|/
* uvesafb: Really allow mtrr being 0, as documented and warn()edSylvain 'ythier' Hitier2013-07-161-1/+1
* Linux 3.11-rc1v3.11-rc1Linus Torvalds2013-07-141-1601/+880
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-07-093-59/+34
|\
| * Merge tag 'v3.10-rc7' into drm-nextDave Airlie2013-06-277-6/+288
| |\
| * | vgacon: fix missing include.Dave Airlie2013-06-271-0/+1
| * | vgacon.c: add cond reschedule points in vgacon_do_font_opMarcelo Tosatti2013-06-261-4/+12
| * | video: of: display_timing: add doubleclk flagSteffen Trumtrar2013-06-031-0/+2
| * | video: display_timing: make parameter constSteffen Trumtrar2013-06-031-2/+3
| * | uvesafb: Clean up MTRR codeAndy Lutomirski2013-05-311-53/+17
* | | Merge tag 'fbdev-for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2013-07-0986-1155/+8117
|\ \ \
| * | | video: imxfb: Add DT supportMarkus Pargmann2013-07-082-35/+161
| * | | Merge tag 'fbdev-3.11-2' of git://gitorious.org/linux-omap-dss2/linux into fb...Jean-Christophe PLAGNIOL-VILLARD2013-06-2834-136/+112
| |\ \ \
| | * | | video: i740fb: Make i740fb_init staticSachin Kamat2013-06-271-1/+1
| | * | | radeon: use pdev->pm_cap instead of pci_find_capability(..,PCI_CAP_ID_PM)Yijing Wang2013-06-271-1/+1
| | * | | aty128fb: use pdev->pm_cap instead of pci_find_capability(..,PCI_CAP_ID_PM)Yijing Wang2013-06-271-1/+1
| | * | | fbdev: bfin-lq035q1-fb: Use dev_pm_opsLars-Peter Clausen2013-06-261-8/+14
| | * | | fbmem: return -EFAULT on copy_to_user() failureDan Carpenter2013-06-261-1/+3
| | * | | OMAPDSS: DPI: Fix wrong pixel clock limitTomi Valkeinen2013-06-261-2/+2
| | * | | video: replace strict_strtoul() with kstrtoul()Jingoo Han2013-06-263-6/+6
| | * | | uvesafb: Correct/simplify warning messageBorislav Petkov2013-06-261-2/+2
| | * | | fb: fix atyfb unused data warningsRandy Dunlap2013-06-261-2/+3
| | * | | fb: fix atyfb build warningRandy Dunlap2013-06-261-2/+2
| | * | | video: imxfb: Make local symbols staticSachin Kamat2013-06-261-2/+2
| | * | | video: udlfb: Make local symbol staticSachin Kamat2013-06-261-1/+1
| | * | | video: udlfb: Use NULL instead of 0Sachin Kamat2013-06-261-5/+5
| | * | | video: smscufx: Use NULL instead of 0Sachin Kamat2013-06-261-1/+1
| | * | | video: remove unnecessary platform_set_drvdata()Jingoo Han2013-06-2620-31/+0
| | * | | video: mxsfb: remove redundant dev_err call in mxsfb_probe()Wei Yongjun2013-06-261-1/+0
OpenPOWER on IntegriCloud