| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2015-11-13 | 18 | -279/+283 |
|\ |
|
| * | Merge branch 'drm-sti-next-2015-11-03' of http://git.linaro.org/people/benjam... | Dave Airlie | 2015-11-13 | 18 | -279/+283 |
| |\ |
|
| | * | drm/sti: load HQVDP firmware the first time HQVDP's plane is used | Vincent Abriou | 2015-11-03 | 2 | -153/+150 |
| | * | drm/sti: fix typo issue in sti_mode_config_init | Vincent Abriou | 2015-11-03 | 1 | -2/+2 |
| | * | drm/sti: set mixer background color through module param | Vincent Abriou | 2015-11-03 | 1 | -5/+8 |
| | * | drm/sti: Remove local fbdev emulation Kconfig option | Archit Taneja | 2015-11-03 | 2 | -8/+1 |
| | * | drm/sti: remove redundant sign extensions | Rasmus Villemoes | 2015-11-03 | 1 | -4/+0 |
| | * | drm/sti: hdmi use of_get_i2c_adapter_by_node interface | Vladimir Zapolskiy | 2015-11-03 | 1 | -11/+6 |
| | * | drm/sti: hdmi fix i2c adapter device refcounting | Vladimir Zapolskiy | 2015-11-03 | 1 | -18/+31 |
| | * | drm/sti: Do not export symbols | Thierry Reding | 2015-11-03 | 4 | -13/+0 |
| | * | drm/sti: Build monolithic driver | Thierry Reding | 2015-11-03 | 11 | -30/+42 |
| | * | drm/sti: Use drm_crtc_vblank_*() API | Thierry Reding | 2015-11-03 | 5 | -28/+32 |
| | * | drm/sti: Store correct CRTC index in events | Thierry Reding | 2015-11-03 | 1 | -1/+1 |
| | * | drm/sti: Select FW_LOADER | Thierry Reding | 2015-11-03 | 1 | -0/+1 |
| | * | drm/sti: Constify function pointer structs | Ville Syrjälä | 2015-11-03 | 5 | -9/+12 |
* | | | Revert "drm/rockchip: Convert the probe function to the generic drm_of_compon... | Mark Yao | 2015-11-13 | 1 | -6/+75 |
* | | | drm: Don't oops in drm_calc_timestamping_constants() if drm_vblank_init() was... | Ville Syrjälä | 2015-11-13 | 1 | -1/+9 |
|/ / |
|
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-11-11 | 1 | -2/+5 |
|\ \ |
|
| * | | nouveau: don't call pci_dma_supported | Christoph Hellwig | 2015-11-11 | 1 | -2/+5 |
* | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2015-11-11 | 6 | -1/+19 |
|\ \ \
| |/ /
|/| | |
|
| * | | drm/nouveau: fix build failures on all non ARM. | Dave Airlie | 2015-11-11 | 1 | -0/+6 |
| * | | drm/ast: Initialized data needed to map fbdev memory | Egbert Eich | 2015-11-11 | 4 | -0/+11 |
| * | | drm/vc4: Add dependency on HAVE_DMA_ATTRS, and select DRM_GEM_CMA_HELPER | Guenter Roeck | 2015-11-09 | 1 | -1/+2 |
* | | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2015-11-10 | 425 | -9488/+52410 |
|\| | |
|
| * | | Merge tag 'drm-intel-next-fixes-2015-11-06' of git://anongit.freedesktop.org/... | Dave Airlie | 2015-11-07 | 7 | -24/+79 |
| |\ \ |
|
| | * | | drm/i915/skl: disable display side power well support for now | Imre Deak | 2015-11-06 | 2 | -2/+21 |
| | * | | drm/i915: Extend DSL readout fix to BDW and SKL. | Maarten Lankhorst | 2015-11-06 | 1 | -1/+1 |
| | * | | drm/i915: Do graphics device reset under forcewake | Mika Kuoppala | 2015-11-05 | 1 | -1/+10 |
| | * | | drm/i915: Skip fence installation for objects with rotated views (v4) | Vivek Kasireddy | 2015-11-05 | 1 | -16/+20 |
| | * | | drm/i915: add quirk to enable backlight on Dell Chromebook 11 (2015) | Jani Nikula | 2015-11-02 | 1 | -0/+3 |
| | * | | drm/i915/skl: Prevent unclaimed register writes on skylake. | Maarten Lankhorst | 2015-11-02 | 1 | -0/+5 |
| | * | | drm/i915: disable CPU PWM also on LPT/SPT backlight disable | Jani Nikula | 2015-10-28 | 1 | -0/+14 |
| | * | | drm/i915: Fix maxfifo watermark calc on vlv cursor planes | Thomas Daniel | 2015-10-27 | 1 | -1/+1 |
| | * | | drm/i915: add hotplug activation period to hotplug update mask | Jani Nikula | 2015-10-22 | 1 | -3/+4 |
| * | | | Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int... | Dave Airlie | 2015-11-07 | 6 | -100/+42 |
| |\ \ \ |
|
| | * | | | drm/vmwgfx: Relax irq locking somewhat | Thomas Hellstrom | 2015-11-06 | 4 | -99/+39 |
| | * | | | drm/vmwgfx: Properly flush cursor updates and page-flips | Thomas Hellstrom | 2015-11-06 | 2 | -1/+3 |
| * | | | | vga_switcheroo: Drop client power state VGA_SWITCHEROO_INIT | Lukas Wunner | 2015-11-05 | 1 | -2/+0 |
| * | | | | Merge tag 'drm/panel/for-4.4-rc1' of git://anongit.freedesktop.org/tegra/linu... | Dave Airlie | 2015-11-05 | 2 | -2/+0 |
| |\ \ \ \ |
|
| | * | | | | drm/bridge: ptn3460: Fix coccinelle warnings | kbuild test robot | 2015-10-30 | 1 | -1/+0 |
| | * | | | | drm/bridge: ps8622: Fix coccinelle warnings | kbuild test robot | 2015-10-30 | 1 | -1/+0 |
| * | | | | | Merge tag 'drm/tegra/for-4.4-rc1' of git://anongit.freedesktop.org/tegra/linu... | Dave Airlie | 2015-11-05 | 6 | -21/+20 |
| |\ \ \ \ \ |
|
| | * | | | | | drm/tegra: dc: Request/free syncpoint at init/exit | Thierry Reding | 2015-10-30 | 1 | -7/+7 |
| | * | | | | | drm/tegra: fb: Remove gratuituous blank line | Thierry Reding | 2015-10-30 | 1 | -1/+0 |
| | * | | | | | gpu: host1x: Fix MLOCK's debug info | Dmitry Osipenko | 2015-10-02 | 4 | -13/+13 |
| | |/ / / / |
|
| * | | | | | Merge tag 'imx-drm-next-2015-10-30' of git://git.pengutronix.de/git/pza/linux... | Dave Airlie | 2015-11-05 | 5 | -10/+119 |
| |\ \ \ \ \ |
|
| | * | | | | | drm/imx: hdmi: fix HDMI setup to allow modes larger than FullHD | Lucas Stach | 2015-10-30 | 1 | -4/+12 |
| | * | | | | | gpu: ipu-v3: fix div_ratio type | Andrzej Hajda | 2015-10-30 | 1 | -1/+1 |
| | * | | | | | gpu: ipu-v3: csi: add support for 8 bpp grayscale sensors. | Philippe De Muyter | 2015-10-30 | 1 | -0/+1 |
| | * | | | | | drm/imx: enable ARGB4444 16-bit color format | Lucas Stach | 2015-10-30 | 1 | -0/+2 |