summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2017-05-18drm/sti:fix spelling mistake: "compoment" -> "component"Colin Ian King-1/+1
2017-05-18drm/i915: Fix new -Wint-in-bool-context gcc compiler warningHans de Goede-1/+1
2017-05-18drm/i915: Do not sync RCU during shrinkingJoonas Lahtinen-5/+0
2017-05-18drm/via: remove unneeded -Iinclude/drm compiler flagMasahiro Yamada-1/+0
2017-05-18drm/vgem: remove unneeded -Iinclude/drm compiler flagMasahiro Yamada-1/+0
2017-05-18drm/udl: remove unneeded -Iinclude/drm compiler flagMasahiro Yamada-3/+0
2017-05-18drm/tdfx: remove unneeded -Iinclude/drm compiler flagMasahiro Yamada-1/+0
2017-05-18drm/sis: remove unneeded -Iinclude/drm compiler flagMasahiro Yamada-1/+0
2017-05-18drm/savage: remove unneeded -Iinclude/drm compiler flagMasahiro Yamada-1/+0
2017-05-18drm/r128: remove unneeded -Iinclude/drm compiler flagMasahiro Yamada-1/+0
2017-05-18drm/omap: remove unneeded -Iinclude/drm compiler flagMasahiro Yamada-1/+0
2017-05-18drm/mga: remove unneeded -Iinclude/drm compiler flagMasahiro Yamada-1/+0
2017-05-18drm/i2c: remove unneeded -Iinclude/drm compiler flagMasahiro Yamada-2/+0
2017-05-18drm/i810: remove unneeded -Iinclude/drm compiler flagMasahiro Yamada-1/+0
2017-05-18drm/gma500: remove unneeded -Iinclude/drm compiler flagMasahiro Yamada-1/+0
2017-05-18drm/vmwgfx: fix include notation and remove -Iinclude/drm flagMasahiro Yamada-9/+11
2017-05-18drm/virtio: fix include notation and remove -Iinclude/drm flagMasahiro Yamada-16/+15
2017-05-18Merge tag 'drm-misc-next-2017-05-16' of git://anongit.freedesktop.org/git/drm...Dave Airlie-761/+4396
2017-05-17drm/i915/skl+: use linetime latency if ddb size is not availableKumar, Mahesh-9/+40
2017-05-17drm/i915/skl+: Perform wm level calculations in separate functionKumar, Mahesh-24/+24
2017-05-17drm/i915/skl+: Watermark calculation cleanupKumar, Mahesh-34/+19
2017-05-17drm/i915/skl+: Fail the flip if ddb min requirement exceeds pipe allocationKumar, Mahesh-2/+11
2017-05-17drm/i915/skl+: no need to memset againKumar, Mahesh-3/+1
2017-05-17drm/i915/skl: Fail the flip if no FB for WM calculationKumar, Mahesh-1/+2
2017-05-17drm/i915/skl+: calculate pixel_rate & relative_data_rate in fixed pointKumar, Mahesh-19/+19
2017-05-17drm/i915: Use fixed_16_16 wrapper for division operationKumar, Mahesh-2/+2
2017-05-17drm/i915: Add more wrapper for fixed_point_16_16 operationsKumar, Mahesh-0/+43
2017-05-17drm/i915: fix naming of fixed_16_16 wrapper.Kumar, Mahesh-7/+5
2017-05-17drm/i915: Don't force serialisation on marking up execlists irq postedChris Wilson-1/+1
2017-05-17drm/i915: Stop inlining the execlists IRQ handlerChris Wilson-1/+1
2017-05-17drm/i915/execlists: Reduce lock contention between schedule/submit_requestChris Wilson-0/+13
2017-05-17drm/i915: Create a kmem_cache to allocate struct i915_priolist fromChris Wilson-5/+20
2017-05-17drm/i915: Split execlist priority queue into rbtree + linked listChris Wilson-95/+192
2017-05-17drm/i915: Use a define for the default priority [0]Chris Wilson-0/+2
2017-05-17drm/i915: Don't mark an execlists context-switch when idleChris Wilson-2/+4
2017-05-17drm/i915/execlists: Pack the count into the low bits of the port.requestChris Wilson-93/+126
2017-05-17drm/i915: Redefine ptr_pack_bits() and friendsChris Wilson-10/+17
2017-05-17drm/i915: Make ptr_unpack_bits() more function-likeChris Wilson-2/+2
2017-05-17drm/i915: Import the kfence selftests for i915_sw_fenceChris Wilson-1/+596
2017-05-17drm/i915: Remove kref from i915_sw_fenceChris Wilson-45/+11
2017-05-17drm/tilcdc: fix include notation and remove -Iinclude/drm flagMasahiro Yamada-3/+1
2017-05-17drm/radeon: fix include notation and remove -Iinclude/drm flagMasahiro Yamada-33/+33
2017-05-17drm/qxl: fix include notation and remove -Iinclude/drm flagMasahiro Yamada-33/+30
2017-05-17drm/nouveau: fix include notation and remove -Iinclude/drm flagMasahiro Yamada-5/+4
2017-05-17drm/msm: fix include notation and remove -Iinclude/drm flagMasahiro Yamada-42/+43
2017-05-17drm/mgag200: fix include notation and remove -Iinclude/drm flagMasahiro Yamada-2/+2
2017-05-17drm/hisilicon: fix include notation and remove -Iinclude/drm flagMasahiro Yamada-2/+1
2017-05-17drm/i915/gen9: Reintroduce WaEnableYV12BugFixInHalfSliceChicken7Arkadiusz Hiler-0/+2
2017-05-17drm/nouveau/fifo/gk104-: Silence a locking warningDan Carpenter-1/+2
2017-05-17drm/nouveau/secboot: plug memory leak in ls_ucode_img_load_gr() error pathChristophe JAILLET-1/+3