summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/omap: fix unused variable warning.Dave Airlie2016-06-031-1/+0
* Merge tag 'omapdrm-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Dave Airlie2016-06-0324-39/+27
|\
| * drm/omap: include gpio/consumer.h where neededArnd Bergmann2016-05-319-8/+6
| * drm/omap: include linux/seq_file.h where neededArnd Bergmann2016-05-317-0/+9
| * Revert "drm/omap: no need to select OMAP2_DSS"Peter Ujfalusi2016-05-311-0/+1
| * drm/omap: Remove regulator API abusePeter Ujfalusi2016-05-313-27/+0
| * OMAPDSS: HDMI5: Change DDC timingsJim Lodes2016-05-311-2/+2
| * OMAPDSS: HDMI5: Fix AVI infoframeJim Lodes2016-05-311-1/+1
| * drm/omap: fix OMAP4 hdmi_core_powerdown_disable()Tomi Valkeinen2016-05-311-1/+1
| * drm/omap: Fix missing includesTomi Valkeinen2016-05-316-0/+6
| * drm/omapdrm: include pinctrl/consumer.h where neededArnd Bergmann2016-05-311-0/+1
* | Merge tag 'imx-drm-next-2016-06-01' of git://git.pengutronix.de/git/pza/linux...Dave Airlie2016-06-037-66/+93
|\ \
| * | drm/imx: plane: Don't set plane->crtc in ipu_plane_update()Liu Ying2016-05-301-1/+0
| * | drm/imx: ipuv3-plane: Constify ipu_plane_funcsLiu Ying2016-05-301-1/+1
| * | drm/imx: imx-ldb: honor 'native-mode' property when selecting video mode from DTLothar Waßmann2016-05-301-1/+2
| * | drm/imx: parallel-display: remove dead codeLothar Waßmann2016-05-301-12/+0
| * | drm/imx: use bus_flags for pixel clock polarityPhilipp Zabel2016-05-305-15/+25
| * | drm/imx: ipuv3-plane: enable UYVY and VYUY formatsPhilipp Zabel2016-05-301-0/+2
| * | drm/imx: parallel-display: use of_graph_get_endpoint_by_regs helperPhilipp Zabel2016-05-301-12/+12
| * | drm/imx: imx-ldb: use of_graph_get_endpoint_by_regs helperPhilipp Zabel2016-05-301-17/+18
| * | drm/imx: imx-ldb: Add DDC supportSteve Longerbeam2016-05-301-8/+34
| |/
* | Merge tag 'drm-atmel-hlcdc-fixes/for-4.7-rc2' of github.com:bbrezillon/linux-...Dave Airlie2016-06-031-5/+5
|\ \
| * | drm: atmel-hlcdc: fix a NULL checkDan Carpenter2016-06-011-2/+3
| * | drm: atmel-hlcdc: fix atmel_hlcdc_crtc_reset() implementationBoris Brezillon2016-06-011-3/+2
| |/
* | Merge branch 'for-upstream/hdlcd' of git://linux-arm.org/linux-ld into drm-fixesDave Airlie2016-06-033-81/+78
|\ \
| * | drm: hdlcd: Add information about the underlying framebuffers in debugfsLiviu Dudau2016-06-021-0/+1
| * | drm: hdlcd: Cleanup the atomic plane operationsLiviu Dudau2016-06-022-17/+29
| * | drm/hdlcd: Fix up crtc_state->event handlingDaniel Vetter2016-06-023-29/+9
| * | drm: hdlcd: Revamp runtime power managementLiviu Dudau2016-06-023-35/+39
| |/
* | Merge tag 'mediatek-drm-fixes-2016-06-01' of git://git.pengutronix.de/git/pza...Dave Airlie2016-06-022-8/+1
|\ \
| * | drm/mediatek: mtk_dsi: Remove spurious drm_connector_unregisterPhilipp Zabel2016-06-011-3/+1
| * | drm/mediatek: mtk_dpi: remove invalid error messagePhilipp Zabel2016-06-011-5/+0
| |/
* | drm/mgag200: Black screen fix for G200e rev 4Mathieu Larouche2016-06-011-1/+9
* | drm: Wrap direct calls to driver->gem_free_object from CMAChris Wilson2016-06-012-10/+4
* | drm: fix fb refcount issue with atomic modesettingTomi Valkeinen2016-06-011-1/+2
* | drm: make drm_atomic_set_mode_prop_for_crtc() more reliableTomi Valkeinen2016-06-011-1/+2
* | drm/sti: remove extra mode fixupTomi Valkeinen2016-06-011-10/+0
* | drm: add missing drm_mode_set_crtcinfo callTomi Valkeinen2016-06-012-2/+2
|/
* remove lots of IS_ERR_VALUE abusesArnd Bergmann2016-05-273-4/+4
* Merge tag 'drm-fixes-v4.7-rc1' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-05-2748-492/+1044
|\
| * Merge tag 'drm-intel-next-fixes-2016-05-25' of git://anongit.freedesktop.org/...Dave Airlie2016-05-2723-307/+849
| |\
| | * drm/i915: Stop automatically retiring requests after a GPU hangChris Wilson2016-05-232-2/+8
| | * drm/i915: Unify intel_ring_begin()Chris Wilson2016-05-235-261/+89
| | * drm/i915: Ignore stale wm register values on resume on ilk-bdw (v2)Ville Syrjälä2016-05-231-0/+6
| | * drm/i915/psr: Try to program link training times correctlyDaniel Vetter2016-05-231-8/+47
| | * drm/i915/bxt: Adjusting the error in horizontal timings retrievalRamalingam C2016-05-231-9/+88
| | * drm/i915: Don't leave old junk in ilk active watermarks on readoutVille Syrjälä2016-05-231-0/+2
| | * drm/i915: s/DPPL/DPLL/ for SKL DPLLsVille Syrjälä2016-05-231-3/+3
| | * drm/i915: Fix gen8 semaphores id for legacy modeChris Wilson2016-05-232-3/+9
| | * drm/i915: Set crtc_state->lane_count for HDMIAnder Conselvan de Oliveira2016-05-232-1/+7
OpenPOWER on IntegriCloud