summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4
Commit message (Expand)AuthorAgeFilesLines
...
* drm/vc4: use drm_for_each_connector_iter()Gustavo Padovan2017-05-261-1/+5
* drm/vc4: fix include notation and remove -Iinclude/drm flagMasahiro Yamada2017-05-2211-65/+62
* drm: drop drm_[cm]alloc* helpersMichal Hocko2017-05-181-7/+8
* drm/vc4: Adjust modes in DSI to work around the integer PLL divider.Eric Anholt2017-05-161-26/+86
* drm/vc4: fix spelling mistake: "dimesions" -> "dimensions"Colin Ian King2017-05-161-1/+2
* drm/vc4: Enable selection in Kconfig on any 32-bit BCM platform.Eric Anholt2017-05-161-1/+1
* drm/vblank: drop the mode argument from drm_calc_vbltimestamp_from_scanoutposDaniel Vetter2017-05-103-32/+15
* drm/vblank: Switch to bool in_vblank_irq in get_vblank_timestampDaniel Vetter2017-05-102-3/+3
* drm/vblank: Switch drm_driver->get_vblank_timestamp to return a boolDaniel Vetter2017-05-102-2/+2
* drm/vc4: Add specific compatible strings for Cygnus.Eric Anholt2017-05-082-0/+2
* drm/vc4: Don't try to initialize FBDEV if we're only bound to V3D.Eric Anholt2017-05-081-4/+6
* drm/vc4: Turn the V3D clock on at runtime.Eric Anholt2017-05-082-1/+31
* drm/vc4: Allow using more than 256MB of CMA memory.Eric Anholt2017-04-186-74/+234
* drm/vc4: Fix refcounting of runtime PM get if it errors out.Eric Anholt2017-04-181-5/+8
* drm/vc4: Add runtime PM support to the HDMI encoder driverBoris Brezillon2017-04-181-82/+92
* drm/vc4: Expose dma-buf fences for V3D rendering.Eric Anholt2017-04-137-5/+262
* drm: convert drivers to use of_graph_get_remote_nodeRob Herring2017-04-061-12/+3
* drm: Add acquire ctx to ->gamma_set hookDaniel Vetter2017-04-061-1/+2
* Merge tag 'topic/synopsys-media-formats-2017-04-03' of git://anongit.freedesk...Sean Paul2017-04-041-1/+12
|\
| * drm/vc4: Allocate the right amount of space for boot-time CRTC state.Eric Anholt2017-03-301-1/+12
* | drm: Add acquire ctx parameter to ->page_flip(_target)Daniel Vetter2017-03-291-2/+3
* | drm: Add acquire ctx parameter to ->update_planeDaniel Vetter2017-03-291-2/+4
* | drm: vc4: remove redundant check of plane being non-nullColin Ian King2017-03-171-9/+2
* | drm/vc4: use platform_register_driversPhilipp Zabel2017-03-171-14/+8
* | drm/vc4: Add HDMI audio supportEric Anholt2017-03-163-2/+603
* | Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-nextDaniel Vetter2017-03-141-0/+1
|\ \ | |/
| * sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* | drm/vc4: Fix OOPSes from trying to cache a partially constructed BO.Eric Anholt2017-03-021-0/+8
* | drm/vc4: Fulfill user BO creation requests from the kernel BO cache.Eric Anholt2017-03-021-6/+7
* | drm/vc4: Add a paragraph at the top of vc4 docs introducing what it is.Eric Anholt2017-02-281-0/+16
* | drm/vc4: Extend and edit documentation for output from the RSTEric Anholt2017-02-288-31/+69
* | drm/vc4: Convert existing documentation to actual kerneldoc.Eric Anholt2017-02-285-12/+37
* | drm/vc4: Don't wait for vblank when updating the cursorMichael Zoran2017-02-281-6/+6
* | Merge airlied/drm-next into drm-misc-nextDaniel Vetter2017-02-264-4/+6
|\ \ | |/
| * Merge tag 'v4.10-rc8' into drm-nextDave Airlie2017-02-234-4/+6
| |\
| | * drm: vc4: adapt to new behaviour of drm_crtc.cAndrzej Pietrasiewicz2017-02-081-1/+1
| | * drm/vc4: Return -EINVAL on the overflow checks failing.Eric Anholt2017-01-171-0/+1
| | * drm/vc4: Fix an integer overflow in temporary allocation layout.Eric Anholt2017-01-171-1/+2
| | * drm/vc4: fix a bounds checkDan Carpenter2017-01-171-1/+1
| | * drm/vc4: Fix memory leak of the CRTC state.Eric Anholt2017-01-171-1/+1
* | | drm/vc4: Drop debug print at boot with DPI enabled.Eric Anholt2017-02-151-13/+0
* | | drm: vc4: use vblank hooks in struct drm_crtc_funcsShawn Guo2017-02-093-8/+4
* | | drm/vc4: simplify exit path of a failed allocation of dsi_connectorColin Ian King2017-02-071-12/+4
* | | drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo2017-02-071-1/+0
|/ /
* | drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson2017-02-033-6/+5
* | drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi2017-02-021-1/+0
* | drm/vc4: Add DSI driverEric Anholt2017-02-016-0/+1735
* | drm/vc4: Add support for feeding DSI encoders from the pixel valve.Eric Anholt2017-02-012-14/+21
* | drm/vc4: Set up SCALER_DISPCTRL at boot.Eric Anholt2017-02-012-0/+17
* | drm/vc4: Remove vc4_debugfs_cleanup()Noralf Trønnes2017-01-303-8/+0
OpenPOWER on IntegriCloud