aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2017-07-13drm/radeon: Remove initialization of shared_resources.num_mecJay Cornwall1-1/+0
2017-07-13drm/amdkfd: Remove unused references to shared_resources.num_mecJay Cornwall3-12/+0
2017-07-13drm/amdgpu: Fix KFD oversubscription by tracking queues correctlyJay Cornwall1-1/+1
2017-07-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+2
2017-07-13Merge tag 'drm-fixes-for-v4.13-rc1' of git://people.freedesktop.org/~airlied/...Linus Torvalds32-214/+372
2017-07-13drm: Add missing field copy in compat_drm_versionJeffy Chen1-0/+3
2017-07-13drm/dp/mst: Use memchr_inv() instead of memcmp() against a zeroed arrayVille Syrjälä1-8/+10
2017-07-13drm/atomic: Make private objs proper objectsVille Syrjälä3-56/+115
2017-07-13drm/atomic: Remove pointless private object NULL state checkVille Syrjälä1-2/+1
2017-07-13drm/dp/mst: Handle errors from drm_atomic_get_private_obj_state() correctlyVille Syrjälä1-4/+4
2017-07-13drm/i915/skl+: unify cpp value in WM calculationKumar, Mahesh1-4/+2
2017-07-13drm/i915/skl+: WM calculation don't require heightKumar, Mahesh1-3/+1
2017-07-13drm/i915: Addition wrapper for fixed16.16 operationKumar, Mahesh1-0/+19
2017-07-13drm/i915: cleanup fixed-point wrappers namingKumar, Mahesh2-39/+38
2017-07-13drm/i915: Always perform internal fixed16 division in 64 bitsKumar, Mahesh2-11/+2
2017-07-13drm/i915: take-out common clamping code of fixed16 wrappersKumar, Mahesh1-16/+12
2017-07-13drm/mediatek: Convert to new iterator macrosMaarten Lankhorst1-3/+3
2017-07-13drm/imx: Use atomic iterator macrosMaarten Lankhorst2-5/+5
2017-07-13drm/mali: Use new atomic iterator macrosMaarten Lankhorst1-1/+1
2017-07-13drm/rockchip: Use for_each_oldnew_plane_in_state in vop_crtc_atomic_flushMaarten Lankhorst1-3/+4
2017-07-13drm/atmel-hlcdec: Use for_each_new_connector_in_stateMaarten Lankhorst1-1/+1
2017-07-13drm/i915: Use correct iterator macroMaarten Lankhorst1-1/+1
2017-07-13drm/vmwgfx: Make check_modeset() use the new atomic iterator macros.Maarten Lankhorst1-3/+2
2017-07-13drm/atomic: Use new iterator macros in drm_atomic_helper_wait_for_flip_doneMaarten Lankhorst1-2/+2
2017-07-13drm/atomic: Use the new helpers in drm_atomic_helper_disable_all()Maarten Lankhorst1-2/+2
2017-07-13drm/atomic: Use the correct iterator macro in atomic_remove_fbMaarten Lankhorst1-1/+1
2017-07-13drm/simple-kms-helper: Fix the check for the mismatch between plane and CRTC ...Maarten Lankhorst1-3/+7
2017-07-13Merge branch 'drm-next-4.13' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie1-2/+11
2017-07-13Merge tag 'drm-misc-next-fixes-2017-07-10' of git://anongit.freedesktop.org/g...Dave Airlie6-6/+8
2017-07-13Merge tag 'drm-intel-next-fixes-2017-07-11' of git://anongit.freedesktop.org/...Dave Airlie15-78/+148
2017-07-13Merge branch 'mediatek-drm-next-4.13' of https://github.com/ckhu-mediatek/lin...Dave Airlie10-128/+205
2017-07-12drm/i915: use __GFP_RETRY_MAYFAILMichal Hocko1-1/+2
2017-07-11drm/i915/cnl: Add missing type case.Rodrigo Vivi1-1/+4
2017-07-11drm: inhibit drm drivers register to uninitialized drm coreAlexandru Moise1-0/+16
2017-07-11Merge tag 'gvt-fixes-2017-07-11' of https://github.com/01org/gvt-linux into d...Jani Nikula5-64/+34
2017-07-11drm/i915: Make DP-MST connector info workMaarten Lankhorst1-1/+1
2017-07-11drm/i915/gvt: Use fence error from GVT request for workload statusChuanxiao Dong1-9/+12
2017-07-11drm/i915/gvt: remove scheduler_mutex in per-engine workload_threadWeinan Li1-7/+0
2017-07-11drm/i915/gvt: Revert "drm/i915/gvt: Fix possible recursive locking issue"Chuanxiao Dong2-48/+10
2017-07-11drm/i915/gvt: Audit the command buffer addressPing Gao1-0/+10
2017-07-11drm/i915/gvt: Fix a memory leak in intel_gvt_init_gtt()Zhou, Wenjia1-0/+2
2017-07-10Merge tag 'drm-for-v4.13' into drm-intel-next-queuedDaniel Vetter527-17933/+308596
2017-07-10drm/i915/cnl: Add max allowed Cannonlake DC.Rodrigo Vivi1-1/+1
2017-07-10drm/rockchip: fix NULL check on devm_kzalloc() return valueGustavo A. R. Silva1-1/+1
2017-07-10drm/i915: Make DP-MST connector info workMaarten Lankhorst1-1/+1
2017-07-10drm/i915/fbdev: Check for existence of ifbdev->vma before operationsChris Wilson1-5/+6
2017-07-09Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds817-24728/+357245
2017-07-08drm_dp_aux_dev: switch to read_iter/write_iterAl Viro1-63/+46
2017-07-08Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-15/+0
2017-07-07drm/i915/cnl: Get DDI clock based on PLLs.Rodrigo Vivi2-0/+113