summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-231-1/+1
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-02-264-47/+30Star
|\ \
| * | gma500: Fix n, m1 and m2 clock limits for sdvo and lvdsPatrik Jakobsson2013-02-221-6/+6
| * | drm/<drivers>: simplify ->fb_probe callbackDaniel Vetter2013-02-141-9/+1Star
| * | drm/fb-helper: don't disable everything in initial_configDaniel Vetter2013-02-141-0/+4
| * | drm: revamp framebuffer cleanup interfacesDaniel Vetter2013-01-201-0/+1
| * | drm/gma500: use drm_modeset_lock_allDaniel Vetter2013-01-202-8/+8
| * | drm/gma500: move fbcon restore to lastcloseDaniel Vetter2013-01-202-24/+10Star
| * | drm/<drivers>: reorder framebuffer init sequenceDaniel Vetter2013-01-201-2/+2
| |/
* | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-211-0/+1
|\ \
| * | kgdb: remove #include <linux/serial_8250.h> from kgdb.hGreg Kroah-Hartman2013-02-051-0/+1
| |/
* / drivers/gpu/drm/gma500: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-1/+1
|/
* Drivers: gpu: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-2/+2
* drm/gma500: drm_connector_property -> drm_object_propertyRob Clark2012-11-3010-39/+39
* gma500: medfield: drop bogus NULL check in mdfld_dsi_output_init()Wei Yongjun2012-11-071-1/+1
* gma600: Enable HDMI supportAlan Cox2012-11-074-16/+365
* mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-2/+1Star
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-0423-195/+2674
|\
| * Merge tag 'v3.6-rc7' into drm-intel-next-queuedDaniel Vetter2012-09-242-0/+5
| |\
| * | gma500: Remove unused variableEmil Goode2012-09-131-2/+0Star
| * | gma500: Fix frequency detectionAlan Cox2012-08-242-0/+2
| * | gma500: remove references to drm_display_info raw_edid fieldJani Nikula2012-08-241-3/+0Star
| * | gma500: fix incorrect declaration.Dave Airlie2012-08-241-1/+1
| * | gma500: remove an unreachable return statementJani Nikula2012-08-241-1/+0Star
| * | gma500: psb_intel_crtc: Drop crtc_enable flag.Forest Bond2012-08-242-3/+0Star
| * | gma500: Fix comment mispelling in cdv_intel_limits definition.Forest Bond2012-08-241-1/+1
| * | drm: remove the raw_edid field from struct drm_display_infoJani Nikula2012-08-243-6/+0Star
| * | gma500/cdv: Fix call to cdv_intel_dp_set_m_nAlan Cox2012-08-241-2/+2
| * | drm: gma500: Kill the GEM glue layerLaurent Pinchart2012-08-245-96/+8Star
| * | gma500: Disable the clock gating of display controller to make DP/eDP work wellZhao Yakui2012-08-242-0/+28
| * | gma500/cdv: Add eDP supportZhao Yakui2012-08-2414-61/+751
| * | gma500/cdv: enable the DisplayPort supportAlan Cox2012-08-241-2/+9
| * | gma500/cdv: sync up and add the displayport code to the buildAlan Cox2012-08-244-245/+260
| * | gma500/cdv: add the bits that don't need the new codeAlan Cox2012-08-244-3/+161
| * | gma500: Add the support of display port on CDVAlan Cox2012-08-243-4/+1661
| * | gma500: Program the DPLL lane based on the selected digitial portZhao Yakui2012-08-243-31/+58
| * | gma500: Fix incorrect SR issue when disabling CRTC already in disabled stateZhao Yakui2012-08-241-4/+3Star
* | | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-0210-15/+15
* | | UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells2012-10-022-2/+0Star
| |/ |/|
* | gma500: Fix regression on Oaktrail devicesAlan Cox2012-09-131-0/+2
* | gma500: Consider CRTC initially active.Forest Bond2012-08-301-0/+3
|/
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-07-2616-18/+17Star
|\
| * drm: kill reclaim_buffers callbackDaniel Vetter2012-07-201-1/+0Star
| * drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart2012-07-2013-15/+15
| * drm/i915/bios: cleanup return type of intel_parse_bios()Dan Carpenter2012-06-272-2/+2
* | gma500,cdv: Fix the brightness baseAlan Cox2012-07-161-16/+19
* | gma500: move the ASLE enableAlan Cox2012-07-163-5/+9
* | gma500: Fix lid related crashAlan Cox2012-07-161-8/+4Star
|/
* drm: Constify drm_mode_config_funcs pointerLaurent Pinchart2012-05-221-1/+1