summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | drm/v3d: Invalidate the caches from the outside in.Eric Anholt2018-12-071-2/+6
* | drm/v3d: Stop trying to flush L2C on V3D 3.3+Eric Anholt2018-12-071-3/+8
* | drm/v3d: Drop the wait for L2T flush to complete.Eric Anholt2018-12-071-4/+4
* | drm/v3d: Don't bother flushing L1TD at job start.Eric Anholt2018-12-071-12/+0
* | drm/v3d: Drop unused v3d_flush_caches().Eric Anholt2018-12-072-22/+0
* | drm/i915: Compile fix for 64b dma-fence seqnoMika Kuoppala2018-12-075-22/+22
* | dma-buf: make fence sequence numbers 64 bit v2Christian König2018-12-074-5/+5
* | drm/v3d: fix broken buildChristian König2018-12-061-1/+1
* | drm: revert "expand replace_fence to support timeline point v2"Christian König2018-12-055-13/+10
* | drm/tinydrm: Use kmemdup rather than duplicating its implementation in repape...YueHaibing2018-12-041-2/+1
* | drm/vkms: Remove set but not used variable 'vkms_obj'YueHaibing2018-12-041-2/+0
* | drm/sun4i: Add compatible for H6 display engineJernej Skrabec2018-12-041-0/+1
* | drm/v3d: Add more tracepoints for V3D GPU rendering.Eric Anholt2018-12-033-3/+121
* | drm/v3d: Add missing fence timeline name for TFU.Eric Anholt2018-12-031-2/+8
* | drm/syncobj: use dma_fence_get_stubChristian König2018-12-031-44/+14
* | drm/panel: simple: Add AUO G101EVN010 panel supportAlex Gonzalez2018-12-031-0/+27
* | drm/meson: Fix an Alpha Primary Plane bug on Meson GXL/GXM SoCsNeil Armstrong2018-12-033-0/+40
* | drm/v3d: Fix prime imports of buffers from other drivers.Eric Anholt2018-11-301-0/+1
* | drm/v3d: Drop the "dev" argument to lock/unlock of BO reservations.Eric Anholt2018-11-301-11/+9
* | drm/v3d: Add support for submitting jobs to the TFU.Eric Anholt2018-11-307-51/+402
* | drm: Fix up drm_atomic_state_helper.[hc] extractionDaniel Vetter2018-11-302-157/+157
* | drm: Fix compiler warning in drm_atomic_helper.cSean Paul2018-11-301-0/+3
* | drm/vc4: Allow YUV formats on cursor planesBoris Brezillon2018-11-301-12/+4
* | drm/vc4: Allow scaling on cursor planeBoris Brezillon2018-11-301-17/+2
* | drm/vc4: Rework the async update logicBoris Brezillon2018-11-301-21/+66
* | drm/vc4: Don't check plane state more than onceBoris Brezillon2018-11-302-0/+16
* | drm/vc4: Move LBM creation out of vc4_plane_mode_set()Boris Brezillon2018-11-302-28/+54
* | drm/vc4: Make vc4_lbm_size() return 0 when vertical scaling is disabledBoris Brezillon2018-11-301-3/+6
* | drm: Add DRM_MODESET_LOCK_BEGIN/END helpersSean Paul2018-11-295-78/+24
* | drm: Move atomic_state_put after locks are droppedSean Paul2018-11-291-1/+1
* | drm: Move drm_mode_setcrtc() local re-init to failure pathSean Paul2018-11-291-7/+9
* | drm: Clear state->acquire_ctx before leaving drm_atomic_helper_commit_duplica...Sean Paul2018-11-291-2/+6
* | drm/rcar-du: Use drm_fbdev_generic_setup()Noralf Trønnes2018-11-293-34/+3
* | Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2018-11-29372-11224/+15553
|\ \
| * \ Merge v4.20-rc4 into drm-nextDave Airlie2018-11-2916-59/+160
| |\ \
| | * \ Merge tag 'drm-intel-fixes-2018-11-22' of git://anongit.freedesktop.org/drm/d...Dave Airlie2018-11-237-4/+112
| | |\ \
| | | * | drm/i915: Add rotation readout for plane initial configVille Syrjälä2018-11-212-0/+32
| | | * | drm/i915: Force a LUT update in intel_initial_commit()Ville Syrjälä2018-11-211-0/+8
| | | * | drm/i915: Write GPU relocs harder with gen3Chris Wilson2018-11-211-1/+6
| | | * | drm/i915: Prevent machine hang from Broxton's vtd w/a and error captureChris Wilson2018-11-203-2/+26
| | | * | drm/i915: Disable LP3 watermarks on all SNB machinesVille Syrjälä2018-11-191-1/+40
| | * | | Merge branch 'drm-fixes-4.20' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2018-11-2211-56/+115
| | |\ \ \
| | | * | | drm/amdgpu: Enable HDP memory light sleepKenneth Feng2018-11-201-7/+32
| | | * | | drm/amd/pp: handle negative values when reading ODGreathouse, Joseph2018-11-194-46/+40
| | | * | | drm/amdgpu: Add missing firmware entry for HAINANTakashi Iwai2018-11-191-0/+1
| | | * | | drm/amd/powerplay: disable Vega20 DS related featuresEvan Quan2018-11-191-1/+11
| | | * | | drm/amdgpu: Fix oops when pp_funcs->switch_power_profile is unsetFelix Kuehling2018-11-191-2/+5
| | | * | | drm/amd/display: Support amdgpu "max bpc" connector property (v2)Nicholas Kazlauskas2018-11-152-0/+17
| | | * | | drm/amdgpu: Add amdgpu "max bpc" connector property (v2)Nicholas Kazlauskas2018-11-152-0/+9
| | * | | | Merge tag 'drm-misc-fixes-2018-11-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-11-223-2/+22
| | |\ \ \ \