summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4
Commit message (Expand)AuthorAgeFilesLines
* drm/vc4: Remove dead vc4_event_pending().Eric Anholt2017-06-222-9/+0Star
* drm/vc4: Use the atomic state's commit workqueue.Eric Anholt2017-06-221-58/+13Star
* drm/vc4: Wait for fences interruptibly in blocking mode.Eric Anholt2017-06-221-0/+10
* drm/vc4: Hook up plane prepare_fb to lookup dma-buf reservations.Eric Anholt2017-06-221-0/+17
* drm/vc4: Allow vblank_disable_immediate on non-fw-kms. (v2)Mario Kleiner2017-06-221-0/+3
* drm/vc4: Send a VBLANK event when disabling a CRTCBoris Brezillon2017-06-211-0/+13
* drm: vc4: Use crtc->mode_valid() and encoder->mode_valid() callbacksJose Abreu2017-06-202-14/+12Star
* drm/vc4: Mimic drm_atomic_helper_commit() behaviorBoris Brezillon2017-06-161-26/+12Star
* drm/vc4: Add get/set tiling ioctls.Eric Anholt2017-06-164-1/+131
* drm/vc4: Add T-format scanout support.Eric Anholt2017-06-162-4/+46
* drm/vc4: Fix resource leak in 'vc4_get_hang_state_ioctl()' in error handling ...Christophe JAILLET2017-06-131-5/+8
* drm/vc4/vc4_bo.c: always set bo->resvHans Verkuil2017-06-131-8/+4Star
* drm/vc4: Switch DPI to using the panel-bridge helper.Eric Anholt2017-06-051-134/+30Star
* drm/vc4: Switch DSI to the panel-bridge layer, and support bridges.Eric Anholt2017-06-052-135/+21Star
* drm/vc4: Mark the device as active when enabling runtime PM.Eric Anholt2017-06-021-0/+1
* drm/vc4: Fix comment in vc4_drv.hBoris Brezillon2017-05-311-1/+1
* 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/+62Star
* 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/+15Star
* 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/+3Star
* 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-181-9/+2Star
* | drm/vc4: use platform_register_driversPhilipp Zabel2017-03-181-14/+8Star
* | 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
|\|