summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/probe-helper: clamp unknown connector status in the poll workDaniel Vetter2015-01-221-0/+18
* drm/probe-helper: don't lose hotplug eventDaniel Vetter2015-01-222-2/+35
* next: drm/atomic: Use copy_from_user to copy 64 bit data from user spaceGuenter Roeck2015-01-211-1/+3
* drm: Make drm_read() more robust against multithreaded racesChris Wilson2015-01-211-47/+42
* drm/fb-helper: Propagate errors from initial config failureThierry Reding2015-01-2113-51/+140
* drm: Drop superfluous "select VT_HW_CONSOLE_BINDING"Geert Uytterhoeven2015-01-212-2/+0
* Merge tag 'imx-drm-next-2015-01-09' of git://git.pengutronix.de/git/pza/linux...Dave Airlie2015-01-2126-568/+1334
|\
| * imx-drm: core: handling of DI clock flags to ipu_crtc_mode_set()Russell King2015-01-073-20/+25
| * gpu: ipu-di: Switch to DIV_ROUND_CLOSEST for DI clock divider calcSteve Longerbeam2015-01-071-6/+3
| * gpu: ipu-v3: Use videomode in struct ipu_di_signal_cfgSteve Longerbeam2015-01-073-78/+56
| * imx-drm: encoder prepare/mode_set must use adjusted modeSteve Longerbeam2015-01-074-9/+9
| * imx-drm: ipuv3-crtc: Implement mode_fixupSteve Longerbeam2015-01-071-0/+12
| * drm_modes: add drm_display_mode_to_videomodeSteve Longerbeam2015-01-072-0/+42
| * gpu: ipu-di: remove some non-functional codeSteve Longerbeam2015-01-071-6/+0
| * gpu: ipu-di: Add ipu_di_adjust_videomode()Jiada Wang2015-01-072-0/+31
| * drm: rockchip: export functions needed by rockchip dw_hdmi bridge driverPhilipp Zabel2015-01-072-0/+2
| * drm: bridge/dw_hdmi: request interrupt only after initializing the mutesPhilipp Zabel2015-01-071-6/+6
| * drm: bridge/dw_hdmi: add rockchip rk3288 supportAndy Yan2015-01-075-0/+357
| * dt-bindings: Add documentation for rockchip dw hdmiAndy Yan2015-01-071-0/+46
| * drm: bridge/dw_hdmi: add function dw_hdmi_phy_enable_spareAndy Yan2015-01-072-1/+9
| * drm: bridge/dw_hdmi: clear i2cmphy_stat0 reg in hdmi_phy_wait_i2c_doneAndy Yan2015-01-071-1/+5
| * drm: bridge/dw_hdmi: add mode_valid supportAndy Yan2015-01-071-0/+15
| * drm: bridge/dw_hdmi: add support for multi-byte register width accessAndy Yan2015-01-071-2/+42
| * dt-bindings: add document for dw_hdmiAndy Yan2015-01-071-0/+50
| * drm: imx: imx-hdmi: move imx-hdmi to bridge/dw_hdmiAndy Yan2015-01-078-238/+262
| * drm: imx: imx-hdmi: split phy configuration to platform driverAndy Yan2015-01-063-70/+101
| * drm: imx: imx-hdmi: convert imx-hdmi to drm_bridge modeAndy Yan2015-01-064-162/+315
| * drm: imx: imx-hdmi: return defer if can't get ddc i2c adapterAndy Yan2015-01-061-2/+4
| * drm: imx: imx-hdmi: make checkpatch happyAndy Yan2015-01-061-57/+52
| * gpu: ipu-v3: Implement use counter for ipu_dc_enable(), ipu_dc_disable()Steve Longerbeam2015-01-061-2/+23
| * drm/imx: convert imx-drm to use the generic DRM OF helperRussell King2015-01-061-65/+19
| * drm/imx: imx-ldb: fix channel->edid memleakPeter Seiderer2015-01-061-0/+2
| * drm/imx: parallel-display: fix imxpd-->edid memleakPeter Seiderer2015-01-061-0/+3
* | Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/fbdev into drm-nextDave Airlie2015-01-2114-47/+180
|\ \
| * | drm: rcar-du: Implement support for interlaced modesLaurent Pinchart2014-12-235-11/+33
| * | drm: rcar-du: Clamp DPMS states to on and offLaurent Pinchart2014-12-233-0/+9
| * | drm: rcar-du: Enable hotplug detection on HDMI connectorLaurent Pinchart2014-12-231-0/+1
| * | drm: rcar-du: Output HSYNC instead of CSYNCLaurent Pinchart2014-12-231-1/+1
| * | drm: rcar-du: Add support for external pixel clockLaurent Pinchart2014-12-235-9/+74
| * | drm: rcar-du: Refactor DEFR8 featureLaurent Pinchart2014-12-234-10/+14
| * | drm: rcar-du: Remove LVDS and HDMI encoders chaining restrictionLaurent Pinchart2014-12-232-7/+15
| * | drm: rcar-du: Configure pitch for chroma plane of multiplanar formatsLaurent Pinchart2014-12-231-0/+2
| * | drm: rcar-du: Don't fail probe in case of partial encoder init errorLaurent Pinchart2014-12-232-9/+34
| * | drm: adv7511: Remove interlaced mode checkLaurent Pinchart2014-12-231-3/+0
* | | Merge tag 'drm-amdkfd-next-2015-01-09' of git://people.freedesktop.org/~gabba...Dave Airlie2015-01-2117-278/+1078
|\ \ \
| * | | drm/amd: Remove old radeon_sa funcs from kfd-->kgd interfaceOded Gabbay2015-01-091-18/+0
| * | | drm/radeon: Remove old radeon_sa usage from kfd-->kgd interfaceOded Gabbay2015-01-091-98/+1
| * | | drm/amdkfd: Using new gtt sa in amdkfdOded Gabbay2015-01-094-65/+33
| * | | drm/amdkfd: Allocate gart memory using new interfaceOded Gabbay2015-01-091-2/+14
| * | | drm/amdkfd: Fixed calculation of gart buffer sizeOded Gabbay2015-01-091-3/+19