summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm: Avoid NULL dereference for DRM_LEGACY debug messageChris Wilson2016-11-281-1/+2
* drm: Use u64_to_user_ptr() helper for blob ioctlsChris Wilson2016-11-281-6/+6
* drm/hisilicon/hibmc: mark PM functions __maybe_unusedArnd Bergmann2016-11-251-2/+2
* drm/hisilicon/hibmc: Checking for NULL instead of IS_ERR()Dan Carpenter2016-11-251-2/+2
* Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextDaniel Vetter2016-11-2566-377/+3008
|\
| * Merge tag 'drm-hisilicon-next-2016-11-17' of http://github.com/zourongrong/li...Dave Airlie2016-11-2111-0/+2230
| |\
| | * drm/hisilicon/hibmc: Add support for vblank interruptRongrong Zou2016-11-172-1/+56
| | * drm/hisilicon/hibmc: Add support for VDACRongrong Zou2016-11-174-1/+155
| | * drm/hisilicon/hibmc: Add support for display engineRongrong Zou2016-11-175-2/+558
| | * drm/hisilicon/hibmc: Add support for frame bufferRongrong Zou2016-11-175-1/+366
| | * drm/hisilicon/hibmc: Add video memory managementRongrong Zou2016-11-174-1/+541
| | * drm/hisilicon/hibmc: Add hisilicon hibmc drm master driverRongrong Zou2016-11-177-0/+560
| * | Merge branch 'linux-4.10' of git://github.com/skeggsb/linux into drm-nextDave Airlie2016-11-1755-377/+778
| |\ \ | | |/ | |/|
| | * drm/nouveau/disp/gp102: rename from gp104Ben Skeggs2016-11-1714-46/+46
| | * drm/nouveau/ce/gp102: rename from gp104Ben Skeggs2016-11-174-13/+13
| | * drm/nouveau/fb/gp102: rename from gp104Ben Skeggs2016-11-174-7/+7
| | * drm/nouveau/disp/gp102: fix cursor/overlay immediate channel indicesBen Skeggs2016-11-175-2/+80
| | * drm/nouveau/disp/nv50-: specify ctrl/user separately when constructing classesBen Skeggs2016-11-1714-28/+32
| | * drm/nouveau/disp/nv50-: split chid into chid.ctrl and chid.userBen Skeggs2016-11-177-92/+106
| | * drm/nouveau: Intercept ACPI_VIDEO_NOTIFY_PROBEHans de Goede2016-11-172-0/+65
| | * drm/nouveau/devinit/gm200: drop pmu reset sequenceBen Skeggs2016-11-171-12/+0
| | * drm/nouveau/devinit/gm200: replace while loops with PTIMER-based timeout loopsBen Skeggs2016-11-171-4/+11
| | * drm/nouveau/pmu/gp102: initial implementationBen Skeggs2016-11-174-0/+47
| | * drm/nouveau/pmu/gp100: initial implementationBen Skeggs2016-11-174-0/+38
| | * drm/nouveau/pmu: execute reset before running devinitBen Skeggs2016-11-171-0/+8
| | * drm/nouveau/pmu: move ucode handling into gt215 implementationBen Skeggs2016-11-179-184/+304
| | * drm/nouveau/core: initial support for GP102Ben Skeggs2016-11-171-0/+29
| | * drm/nouveau/device/pci: fix oops if no mmu subdev presentBen Skeggs2016-11-171-1/+1
| | * drm/nouveau/kms/nv50: avoid touching DP_MSTM_CTRL if !DP_MST_CAPBen Skeggs2016-11-171-2/+5
* | | drm: bridge: add DesignWare HDMI I2S audio supportKuninori Morimoto2016-11-246-2/+197
* | | drm: Check against color expansion in drm_mm_reserve_node()Chris Wilson2016-11-241-3/+8
* | | drm: Define drm_mm_for_each_node_in_range()Chris Wilson2016-11-241-9/+2
* | | drm/doc: Fix links in drm_property.cDaniel Vetter2016-11-241-21/+21
* | | vgaarb: use valid dev pointer in vgaarb_info()Arnd Bergmann2016-11-221-2/+1
* | | drm/atomic: Unconfuse the old_state mess in commmit_tailDaniel Vetter2016-11-221-35/+43
* | | drm/fences: add DOC: for explicit fencingGustavo Padovan2016-11-221-0/+52
* | | drm/atomic: cleanup debugfs entries on un-registering the driver.Liviu Dudau2016-11-212-0/+16
* | | vgaarb: Downgrade userspace-triggerable messages to debugBjorn Helgaas2016-11-181-5/+5
* | | vgaarb: Use dev_printk() when possibleBjorn Helgaas2016-11-181-31/+35
* | | drm: document standard connector propertiesDaniel Vetter2016-11-181-0/+44
* | | drm: also move DSI panels to the front of the connector listJani Nikula2016-11-171-2/+3
* | | drm: Nuke modifier[1-3]Ville Syrjälä2016-11-1710-62/+69
* | | drm/bridge: dumb-vga-dac: Support a VDD regulator supplyChen-Yu Tsai2016-11-171-0/+33
* | | drm: Nerf DRM_CONTROL nodesDaniel Vetter2016-11-171-6/+0
|/ /
* | Merge tag 'drm-vc4-next-2016-11-16' of https://github.com/anholt/linux into d...Dave Airlie2016-11-176-25/+111
|\ \
| * | drm/vc4: Add fragment shader threading supportJonas Pfeil2016-11-164-5/+78
| * | drm/vc4: Use runtime autosuspend to avoid thrashing V3D power state.Eric Anholt2016-11-043-5/+12
| * | drm/vc4: Add support for rendering with ETC1 textures.Eric Anholt2016-11-032-0/+8
| * | drm/vc4: Fix termination of the initial scan for branch targets.Eric Anholt2016-11-031-11/+8
| * | drm/vc4: Fix a couple error codes in vc4_cl_lookup_bos()Dan Carpenter2016-10-171-4/+5