summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4
Commit message (Expand)AuthorAgeFilesLines
* drm/vc4: Use drm_gem_fb_create()Noralf Trønnes2017-08-161-1/+2
* drm/vc4: Continue the switch to drm_*_put() helpersCihangir Akturk2017-08-141-1/+1
* drm/vc4: Fix leak of HDMI EDIDEric Anholt2017-08-141-0/+1
* drm/vc4: Add exec flags to allow forcing a specific X/Y tile walk order.Eric Anholt2017-08-083-6/+21
* drm/vc4: Demote user-accessible DRM_ERROR paths to DRM_DEBUG.Eric Anholt2017-08-086-108/+108
* drm/vc4: switch to drm_*{get,put} helpersCihangir Akturk2017-08-084-17/+17
* drm/vc4: Fix errant drm_bridge_remove() in DSI.Eric Anholt2017-08-081-1/+0
* drm/vc4: Don't disable DSI clocks on component unload.Eric Anholt2017-08-081-3/+0
* drm/vc4: Fix double destroy of the BO cache on teardown.Eric Anholt2017-08-081-2/+0
* drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter2017-08-082-2/+0
* drm: Nuke drm_atomic_helper_connector_set_propertyDaniel Vetter2017-08-081-1/+0
* drm: Plumb modifiers through plane initBen Widawsky2017-08-011-1/+1
* drm/vc4: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes2017-07-291-2/+0
* drm/vc4: Convert more lock requirement comments to lockdep assertions.Eric Anholt2017-07-281-3/+8
* drm/vc4: Add an ioctl for labeling GEM BOs for summary statsEric Anholt2017-07-286-66/+246
* drm/vc4: Start using u64_to_user_ptr.Eric Anholt2017-07-281-6/+5
* Merge airlied/drm-next into drm-misc-nextSean Paul2017-07-261-23/+43
|\
| * Backmerge tag 'v4.13-rc2' into drm-nextDave Airlie2017-07-271-23/+43
| |\
| | * drm/vc4: Fix VBLANK handling in crtc->enable() pathBoris Brezillon2017-07-141-23/+43
* | | drm/vc4: add HDMI CEC supportHans Verkuil2017-07-263-6/+345
* | | drm/vc4: prepare for CEC supportHans Verkuil2017-07-261-30/+29
|/ /
* | drm/vc4: Handle drm_atomic_helper_swap_state failureMaarten Lankhorst2017-07-261-1/+1
* | drm/vc4: Fix misleading name of the continuous flag.Eric Anholt2017-07-141-4/+4
* | drm/vc4: Fix DSI T_INIT timing.Eric Anholt2017-07-141-1/+11
* | drm: handle HDMI 2.0 VICs in AVI info-framesShashank Sharma2017-07-141-1/+1
* | drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart2017-06-301-2/+3
* | drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart2017-06-301-2/+3
* | drm/vc4: Remove dead vc4_event_pending().Eric Anholt2017-06-222-9/+0
* | drm/vc4: Use the atomic state's commit workqueue.Eric Anholt2017-06-221-58/+13
* | 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/+12
|/
* drm/vc4: Mimic drm_atomic_helper_commit() behaviorBoris Brezillon2017-06-151-26/+12
* drm/vc4: Add get/set tiling ioctls.Eric Anholt2017-06-154-1/+131
* drm/vc4: Add T-format scanout support.Eric Anholt2017-06-152-4/+46
* drm/vc4: Fix resource leak in 'vc4_get_hang_state_ioctl()' in error handling ...Christophe JAILLET2017-06-121-5/+8
* drm/vc4/vc4_bo.c: always set bo->resvHans Verkuil2017-06-121-8/+4
* drm/vc4: Switch DPI to using the panel-bridge helper.Eric Anholt2017-06-051-134/+30
* drm/vc4: Switch DSI to the panel-bridge layer, and support bridges.Eric Anholt2017-06-052-135/+21
* 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/+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
OpenPOWER on IntegriCloud