summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'airlied/drm-next' into topic/drm-miscDaniel Vetter2016-07-1911-87/+739
|\
| * Merge tag 'drm-vc4-next-2016-07-15' of https://github.com/anholt/linux into d...Dave Airlie2016-07-165-44/+483
| |\
| | * drm/vc4: Fix a "the the" typo in a comment.Eric Anholt2016-07-151-1/+1
| | * drm/vc4: Fix definition of QPU_R_MS_REV_FLAGSEric Anholt2016-07-151-1/+1
| | * drm/vc4: Add a getparam to signal support for branches.Eric Anholt2016-07-151-0/+3
| | * drm/vc4: Add support for branching in shader validation.Eric Anholt2016-07-154-17/+283
| | * drm/vc4: Add a bitmap of branch targets during shader validation.Eric Anholt2016-07-152-2/+124
| | * drm/vc4: Move validation's current/max ip into the validation struct.Eric Anholt2016-07-141-24/+30
| | * drm/vc4: Add a getparam ioctl for getting the V3D identity regs.Eric Anholt2016-07-141-0/+42
| * | Merge tag 'drm-vc4-next-2016-07-12' of https://github.com/anholt/linux into d...Dave Airlie2016-07-157-22/+211
| |\ \ | | |/
| | * drm/vc4: remove redundant ret status checkColin Ian King2016-07-111-3/+0
| | * drm/vc4: Implement precise vblank timestamping.Mario Kleiner2016-07-114-1/+192
| | * drm/vc4: Bind the HVS before we bind the individual CRTCs.Eric Anholt2016-07-111-1/+1
| | * Merge tag 'drm-vc4-fixes-2016-06-06' into drm-vc4-nextEric Anholt2016-07-074-21/+45
| | |\
| | * | gpu: drm: vc4_hdmi: add missing of_node_put after calling of_parse_phandlePeter Chen2016-07-071-6/+7
| | * | drm: vc4: enable XBGR8888 and ABGR8888 pixel formatsRob Herring2016-07-071-0/+8
| | * | drm/vc4: clean up error exit path on failed dpi_connector allocationColin Ian King2016-06-061-11/+3
| * | | Back-merge tag 'v4.7-rc5' into drm-nextDave Airlie2016-07-024-21/+45
| |\ \ \ | | | |/ | | |/|
| | * | drm/vc4: Make pageflip completion handling more robust.Mario Kleiner2016-06-062-10/+22
| | * | drm/vc4: Fix ioctl permissions for render nodes.Herve Jourdain2016-06-061-6/+6
| | * | drm/vc4: Return -EBUSY if there's already a pending flip event.Robert Foss2016-05-311-4/+12
| | * | drm/vc4: Fix drm_vblank_put/get imbalance in page flip path.Mario Kleiner2016-05-311-0/+4
| | * | drm/vc4: Fix get_vblank_counter with proper no-op for Linux 4.4+Mario Kleiner2016-05-311-1/+1
| | |/
* | | drm/vc4: Delete unnecessary checks before two function callsMarkus Elfring2016-07-182-4/+2
|/ /
* | drm/vc4: Remove unused connectorDaniel Vetter2016-06-221-1/+0
* | drm/vc4: Remove open-coded drm_connector_register_all()Chris Wilson2016-06-221-12/+0
* | drm: vc4: Rely on the default ->best_encoder() behaviorBoris Brezillon2016-06-102-18/+0
* | drm/atomic-helper: Massage swap_state signature somewhatDaniel Vetter2016-06-101-1/+1
* | drm/core: Change declaration for gamma_set.Maarten Lankhorst2016-06-071-3/+5
* | drm/atomic: Add drm_atomic_crtc_state_for_each_plane_stateDaniel Vetter2016-06-023-14/+6
* | drm/vc4: Use for_each_plane_in_stateDaniel Vetter2016-06-021-7/+3
* | Merge tag 'topic/drm-misc-2016-06-01' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-06-023-11/+4
|\ \ | |/ |/|
| * drm/vc4: Use lockless gem BO free callbackDaniel Vetter2016-05-311-1/+1
| * drm/vc4: Use drm_gem_object_unreference_unlockedDaniel Vetter2016-05-312-10/+3
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-05-2313-10/+602
|\ \ | |/
| * drm: Nuke ->vblank_disable_allowedDaniel Vetter2016-05-211-2/+0
| * drm: Drop plane argument from __drm_atomic_helper_plane_destroy_stateDaniel Vetter2016-05-171-1/+1
| * drm: Drop crtc argument from __drm_atomic_helper_crtc_destroy_stateDaniel Vetter2016-05-171-1/+1
| * drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson2016-05-172-2/+2
| * Merge tag 'topic/drm-misc-2016-05-04' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-05-051-3/+3
| |\
| | * drm/vc4: Rename async to nonblock.Maarten Lankhorst2016-05-021-3/+3
| * | drm/vc4: Add missing render node supportEric Anholt2016-05-021-0/+1
| * | drm/vc4: Add support for gamma ramps.Eric Anholt2016-05-022-0/+64
| * | drm/vc4: Fix NULL deref in HDMI init error pathEric Anholt2016-04-141-1/+1
| * | drm/vc4: Add DPI driverEric Anholt2016-04-146-0/+529
| |/
* | drm/vc4: Kick out the simplefb framebuffer before we set up KMS.Eric Anholt2016-04-191-0/+20
|/
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-03-2112-213/+1117
|\
| * drm/vc4: Recognize a more specific compatible string for V3D.Eric Anholt2016-03-131-0/+1
| * drm/vc4: Return -EFAULT on copy_from_user() failureDan Carpenter2016-03-131-3/+4
| * drm/vc4: Respect GPIO_ACTIVE_LOW on HDMI HPD if set in the devicetree.Eric Anholt2016-03-131-2/+10
OpenPOWER on IntegriCloud