aboutsummaryrefslogtreecommitdiffstats
path: root/security (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-13drm/i915: Fix fastset vs. pfit on/off on HSW EDP transcoderVille Syrjälä2-3/+19
2019-05-13drm/i915/fbc: disable framebuffer compression on GeminiLakeDaniel Drake1-0/+4
2019-05-07drm/i915: Disable semaphore busywaits on saturated systemsChris Wilson3-1/+43
2019-05-07drm/i915: Delay semaphore submission until the start of the signalerChris Wilson1-0/+19
2019-05-05drm/i915/gvt: Add in context mmio 0x20D8 to gen9 mmio listColin Xu1-0/+1
2019-04-30drm/i915/icl: Whitelist GEN9_SLICE_COMMON_ECO_CHICKEN1Tvrtko Ursulin1-4/+3
2019-04-29drm/i915: Fix ICL output CSC programmingVille Syrjälä1-3/+3
2019-04-29drm/i915/gvt: Revert "drm/i915/gvt: Refine the snapshort range of I915 MCHBAR to optimize gvt-g boot time"Zhao Yakui2-4/+1
2019-04-25drm/i915/gvt: Check if get_next_pt_type() always returns a valid valueAleksei Gimbitskii1-0/+3
2019-04-25drm/i915/gvt: Use snprintf() to prevent possible buffer overflow.Aleksei Gimbitskii1-2/+2
2019-04-25drm/i915/gvt: Do not copy the uninitialized pointer from fb_infoAleksei Gimbitskii1-0/+2
2019-04-25drm/i915/gvt: Remove typedef and let the enumeration starts from zeroAleksei Gimbitskii4-16/+16
2019-04-25drm/i915/gvt: Change fb_info->size from pages to bytesXiong Zhang1-11/+6
2019-04-24drm/i915/icl: Fix MG_DP_MODE() register programmingImre Deak1-10/+8
2019-04-24drm/i915: Avoid use-after-free in reporting create.sizeChris Wilson1-1/+1
2019-04-24drm/udl: move to embedding drm device inside udl device.Dave Airlie4-37/+53
2019-04-24drm/udl: introduce a macro to convert dev to udl.Dave Airlie4-12/+14
2019-04-24drm/ipp: clean up debug messagesInki Dae6-37/+40
2019-04-24drm/vidi: replace platform_device pointer with device oneInki Dae1-16/+17
2019-04-24drm/exynos: use DRM_DEV_DEBUG* instead of DRM_DEBUG macroInki Dae13-148/+191
2019-04-24drm/exynos: use DRM_DEV_ERROR to print out error messageInki Dae18-120/+179
2019-04-24drm/exynos: remove unnecessary messagesInki Dae3-6/+0
2019-04-24drm/fimd: use DRM_ERROR instead of DRM_INFO in error caseInki Dae1-3/+3
2019-04-24drm/exynos: g2d: remove style errorSeung-Woo Kim1-1/+1
2019-04-21drm/msm/a6xx: Don't enable GPU state code if dependencies are missingJordan Crouse4-3/+11
2019-04-21dt-bindings: drm/msm/gpu: Document a5xx / a6xx zap shader regionJordan Crouse1-0/+7
2019-04-21drm/msm/a6xx: Add zap shader loadJordan Crouse2-1/+38
2019-04-21drm/msm/gpu: Move zap shader loading to adrenoJordan Crouse3-110/+142
2019-04-21dt-bindings: drm/msm/a6xx: Document interconnect properties for GPUJordan Crouse1-0/+4
2019-04-19drm/msm: Split submit_lookup_objects() into two loopsKristian H. Kristensen2-28/+21
2019-04-19drm/msm: Stop dropping struct_mutex in recover_worker()Kristian H. Kristensen1-13/+0
2019-04-19drm/msm: Implement .gem_free_object_unlockedKristian H. Kristensen4-2/+46
2019-04-19drm/msm/a6xx: Remove an unused struct memberJordan Crouse1-1/+0
2019-04-19msm/drm/a6xx: Turn off the GMU if resume failsJordan Crouse3-45/+58
2019-04-19drm/msm/a6xx: Make GMU reset usefulJordan Crouse4-65/+56
2019-04-19drm/msm/gpu: Attach to the GPU GX power domainJordan Crouse2-1/+42
2019-04-19dt-bindings: drm/msm/a6xx: Add GX power-domain for GMU bindingsJordan Crouse1-2/+8
2019-04-19drm/msm/a6xx: Remove unwanted regulator codeJordan Crouse2-6/+0
2019-04-19drm/msm/gpu: Add submit queue queriesJordan Crouse5-2/+65
2019-04-19drm/msm: add param to retrieve # of GPU faults (global)Rob Clark4-0/+10
2019-04-19drm/msm/gpu: add per-process pagetables paramRob Clark2-0/+4
2019-04-18drm/msm: a5xx: fix possible object reference leakWen Yang1-4/+6
2019-04-18drm/msm: Cleanup A6XX opp-level readingDouglas Anderson1-11/+6
2019-04-18drm/msm/dpu: check split role for single flushJeykumar Sankaran1-13/+1
2019-04-18drm/msm/dpu: assign intf to encoder in mode_setJeykumar Sankaran2-25/+21
2019-04-18drm/msm/dpu: map mixer/ctl hw blocks in encoder modesetJeykumar Sankaran2-70/+31
2019-04-18drm/msm/dpu: dont use encoder->crtc in atomic pathJeykumar Sankaran1-1/+6
2019-04-18drm/msm/dpu: release resources on modeset failureJeykumar Sankaran1-2/+5
2019-04-18drm/msm/dpu: remove phys_vid subclassJeykumar Sankaran2-25/+4
2019-04-18drm/msm/dpu: move hw_inf encoder baseclassJeykumar Sankaran2-77/+52