summaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpu: ipu-v3: initially clear all interruptsPhilipp Zabel2016-10-201-1/+4
* drm/imx: ipuv3-plane: add support for YUV 4:2:2 and 4:4:4, NV12, and NV16 for...Philipp Zabel2016-10-201-13/+47
* gpu: ipu-v3: add YUV 4:4:4 supportPhilipp Zabel2016-10-202-0/+9
* gpu: ipu-cpmem: remove unused ipu_cpmem_set_yuv_planar functionPhilipp Zabel2016-10-201-36/+0
* drm/imx: ipuv3-plane: let drm_plane_state_to_ubo/vbo handle chroma subsamplin...Philipp Zabel2016-10-201-9/+18
* drm/imx: ipuv3-plane: merge ipu_plane_atomic_set_base into atomic_updatePhilipp Zabel2016-10-201-63/+34
* drm/imx: ipuv3-plane: request modeset if plane offsets changedPhilipp Zabel2016-10-201-4/+2
* drm/imx: ipuv3-plane: disable local alpha for planes without alpha channelPhilipp Zabel2016-10-201-0/+1
* drm/imx: ipuv3-plane: make sure x/y offsets are even in case of chroma subsam...Philipp Zabel2016-10-201-0/+11
* drm/imx: ipuv3-plane: Access old u/vbo properly in ->atomic_check for YU12/YV12Liu Ying2016-10-181-1/+3
* drm/imx: drm_dev_alloc() returns error pointersDan Carpenter2016-10-181-2/+2
* drm/imx: ipuv3-plane: Skip setting u/vbo only when we don't need modesetLiu Ying2016-10-181-5/+4
* drm/imx: ipuv3-plane: Switch EBA buffer only when we don't need modesetLiu Ying2016-10-181-1/+2
* gpu: ipu-v3: Use ERR_CAST instead of ERR_PTR(PTR_ERR())Wei Yongjun2016-10-171-1/+1
* drm/imx: hide an unused labelArnd Bergmann2016-10-171-0/+2
* Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-10-12604-51076/+80352
|\
| * Merge tag 'topic/drm-misc-2016-10-11' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-10-1116-58/+313
| |\
| | * drm: Release resources with a safer functionChristophe JAILLET2016-10-101-4/+4
| | * drm: Fix up kerneldoc for new drm_gem_dmabuf_export()Chris Wilson2016-10-101-1/+2
| | * drm/bridge: Drop drm_connector_unregister and call drm_connector_cleanup dire...Marek Vasut2016-10-103-22/+3
| | * drm/bridge: Add RGB to VGA bridge supportMaxime Ripard2016-10-103-0/+231
| | * drm/prime: Take a ref on the drm_dev when exporting a dma_bufChris Wilson2016-10-055-5/+33
| | * drm/prime: Pass the right module owner through to dma_buf_export()Chris Wilson2016-10-051-7/+10
| | * drm/bridge: Call drm_connector_cleanup directlyMarek Vasut2016-10-053-18/+3
| | * drm: simple_kms_helper: Add prepare_fb and cleanup_fb hooksMarek Vasut2016-10-051-0/+26
| | * drm: Release resources with a safer functionChristophe JAILLET2016-10-051-2/+2
| * | drm/i915: Fix conflict resolution from backmerge of v4.8-rc8 to drm-nextChris Wilson2016-10-101-3/+0
| * | drm/i915/guc: Unwind GuC workqueue reservation if request construction failsChris Wilson2016-10-103-7/+23
| * | drm/i915: Reset the breadcrumbs IRQ more carefullyChris Wilson2016-10-105-20/+34
| * | drm/i915: Force relocations via cpu if we run out of idle apertureChris Wilson2016-10-101-2/+2
| * | drm/i915: Distinguish last emitted request from last submitted requestChris Wilson2016-10-102-2/+4
| * | drm/i915: Allow DP to work w/o EDIDVille Syrjälä2016-10-101-13/+9
| * | drm/i915: Move long hpd handling into the hotplug workVille Syrjälä2016-10-101-25/+23
| * | drm/i915/execlists: Reinitialise context image after GPU hangChris Wilson2016-10-101-41/+62
| * | drm/i915: Use correct index for backtracking HUNG semaphoresChris Wilson2016-10-101-4/+4
| * | drm/i915: Unalias obj->phys_handle and obj->userptrChris Wilson2016-10-101-13/+11
| * | drm/i915: Just clear the mmiodebug before a register accessChris Wilson2016-10-101-4/+3
| * | drm/i915/gen9: only add the planes actually affected by ddb changesPaulo Zanoni2016-10-101-1/+36
| * | drm/i915: Allow PCH DPLL sharing regardless of DPLL_SDVO_HIGH_SPEEDVille Syrjälä2016-10-101-0/+18
| * | drm/i915/bxt: Fix HDMI DPLL configurationImre Deak2016-10-101-5/+16
| * | drm/i915/gen9: fix the watermark res_blocks valuePaulo Zanoni2016-10-101-5/+7
| * | drm/i915/gen9: fix plane_blocks_per_line on watermarks calculationsPaulo Zanoni2016-10-101-24/+15
| * | drm/i915/gen9: minimum scanlines for Y tile is not always 4Paulo Zanoni2016-10-101-24/+32
| * | drm/i915/gen9: fix the WaWmMemoryReadLatency implementationPaulo Zanoni2016-10-101-20/+22
| * | drm/i915/kbl: KBL also needs to run the SAGV codePaulo Zanoni2016-10-101-4/+10
| * | drm/i915: introduce intel_has_sagv()Paulo Zanoni2016-10-102-7/+20
| * | drm/i915: SAGV is not SKL-only, so rename a few thingsPaulo Zanoni2016-10-104-25/+25
| * | drm/i915: don't forget to set intel_crtc->dspaddr_offset on SKL+Paulo Zanoni2016-10-101-0/+2
| * | drm/i915: Only shrink the unbound objects during freezeChris Wilson2016-10-103-2/+28
| * | drm/i915: Restore current RPS state after resetChris Wilson2016-10-103-9/+13