aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-11-13drm/exynos: add pm_runtime to DECON 7runtime-pmGustavo Padovan1-72/+53
2015-11-13drm/exynos: add pm_runtime to DECON 5433Gustavo Padovan1-15/+39
2015-11-13drm/exynos: add pm_runtime to FIMDGustavo Padovan1-54/+37
2015-11-13drm/exynos: add pm_runtime to MixerGustavo Padovan1-64/+61
2015-11-13drm/exynos: add pm_runtime to HDMIGustavo Padovan1-18/+38
2015-11-13drm/exynos: add pm_runtime to DPGustavo Padovan1-12/+46
2015-11-13drm/exynos: do not start enabling DP at bind() phaseGustavo Padovan2-30/+78
2015-11-13drm/exynos: mixer: do not check mode if not enabling crtcGustavo Padovan1-0/+3
2015-11-03drm/exynos/gem: remove DMA-mapping hacks used for constructing page arrayMarek Szyprowski1-25/+33
2015-11-03ARM: exynos_defconfig: enable Exynos DRM Mixer driverAndrzej Hajda1-0/+1
2015-11-03drm/exynos: simplify Kconfig component namesAndrzej Hajda1-15/+15
2015-11-03drm/exynos: re-arrange Kconfig entriesAndrzej Hajda1-16/+22
2015-11-03drm/exynos: abstract out common dependencyAndrzej Hajda1-13/+14
2015-11-03drm/exynos: separate Mixer and HDMI driversAndrzej Hajda3-3/+12
2015-11-03drm/exynos/mixer: replace direct cross-driver call with drm mode validationAndrzej Hajda3-27/+4
2015-11-03drm/exynos: add atomic_check callback to exynos_crtcAndrzej Hajda2-0/+15
2015-11-03drm/exynos/decon5433: add support for DECON-TVAndrzej Hajda2-61/+122
2015-11-03drm/exynos/decon5433: remove duplicated initializationAndrzej Hajda1-1/+0
2015-11-03drm/exynos/decon5433: merge different flag fieldsAndrzej Hajda1-31/+30
2015-11-03drm/exynos/decon5433: add function to set particular register bitsAndrzej Hajda1-50/+19
2015-11-03drm/exynos/decon5433: fix timing registers writesAndrzej Hajda1-9/+9
2015-11-03drm/exynos/decon5433: add PCLK clockAndrzej Hajda1-10/+11
2015-10-26drm/exynos: cleanup name of gem object for exynos_drmJoonyoung Shim6-182/+184
2015-10-26drm/exynos: fix to detach device of iommuJoonyoung Shim1-2/+1
2015-10-26drm/exynos: add cursor plane supportGustavo Padovan7-10/+23
2015-10-26drm/exynos: add global macro for the default primary planeGustavo Padovan6-18/+13
2015-10-26drm/exynos: fix spelling errorsIngi Kim2-14/+14
2015-10-26drm: exynos: mixer: fix using usleep() in atomic contextTomasz Stanislawski1-1/+1
2015-10-26drm/exynos/hdmi: remove unused fieldAndrzej Hajda1-1/+0
2015-10-26drm/exynos/hdmi: improve HDMI/ACR related codeAndrzej Hajda2-68/+32
2015-10-26drm/exynos/hdmi: convert container_of macro to inline functionAndrzej Hajda1-6/+9
2015-10-26drm/exynos/hdmi: remove deprecated hdmi_resources structureAndrzej Hajda1-59/+46
2015-10-26drm/exynos/hdmi: convert to gpiod APIAndrzej Hajda1-23/+14
2015-10-26drm/exynos/hdmi: simplify clock re-parentingAndrzej Hajda1-4/+0
2015-10-26drm/exynos/hdmi: use constant size array for regulatorsAndrzej Hajda1-16/+9
2015-10-26drm/exynos/hdmi: use optional regulator_get for hdmi-enAndrzej Hajda1-13/+11
2015-10-26drm/exynos/hdmi: fix removal orderAndrzej Hajda1-3/+5
2015-10-26drm/exynos/hdmi: replace all writeb with writelAndrzej Hajda1-3/+3
2015-10-26drm/exynos/hdmi: simplify HDMI-PHY power sequenceAndrzej Hajda1-85/+8
2015-10-26drm/exynos/hdmi: move PLL stabilization check code to separate functionAndrzej Hajda1-42/+26
2015-10-26drm/exynos/hdmi: use mappings for registers with IP dependent addressAndrzej Hajda2-22/+38
2015-10-26drm/exynos/hdmi: remove support for deprecated compatibleAndrzej Hajda1-10/+0
2015-10-23Merge branch 'msm-next' of git://people.freedesktop.org/~robclark/linux into ...Dave Airlie31-218/+689
2015-10-22drm/msm: Remove local fbdev emulation Kconfig optionArchit Taneja3-21/+3
2015-10-22drm/msm/mdp5: Basic support for MDP5 v1.7 (MSM8996)Stephane Viau6-14/+133
2015-10-22drm/msm/mdp: Add Software Pixel Extension supportStephane Viau2-31/+128
2015-10-22drm/msm/mdp5: Use the newly introduced enum mdp_component_typeStephane Viau1-12/+13
2015-10-22drm/msm/hdmi: Add basic HDMI support for msm8996Stephane Viau2-3/+17
2015-10-22drm/msm/mdp5: Avoid printing error messages for optional clocksStephane Viau2-12/+18
2015-10-22drm/msm: Fix IOMMU clean up path in case msm_iommu_new() failsStephane Viau2-0/+9
2015-10-22drm/msm/mdp5: remove the cfg pointer from SMP structStephane Viau2-5/+5
2015-10-22drm/msm/dsi: Updata LNn_CFG4 register settings for 28nm PHYHai Li1-4/+2
2015-10-22drm: msm: dsi: Don't attempt changing voltage of switchesBjorn Andersson2-2/+2
2015-10-22drm/msm: update generated headersRob Clark14-114/+359
2015-10-22Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/fbdev into drm-nextDave Airlie3-8/+38
2015-10-22Merge tag 'drm-vc4-next-2015-10-21' of http://github.com/anholt/linux into dr...Dave Airlie15-0/+3014
2015-10-21drm: rcar-du: Add support for the R8A7794 DULaurent Pinchart3-3/+29
2015-10-21drm: rcar-du: Add support for the R8A7793 DULaurent Pinchart2-6/+10
2015-10-21drm/vc4: Allow vblank to be disabledDerek Foreman1-0/+1
2015-10-21drm/vc4: Use the fbdev_cma helpersDerek Foreman3-3/+31
2015-10-21drm/vc4: Add KMS support for Raspberry Pi.Eric Anholt14-0/+2920
2015-10-21drm/vc4: Add devicetree bindings for VC4.Eric Anholt1-0/+65
2015-10-20Merge tag 'topic/drm-misc-2015-10-19' of git://anongit.freedesktop.org/drm-in...Dave Airlie41-401/+443
2015-10-20Merge tag 'drm-intel-next-2015-10-10' of git://anongit.freedesktop.org/drm-in...Dave Airlie63-1748/+2620
2015-10-20Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/fbdev into drm-nextDave Airlie3-37/+25
2015-10-20drm: rcar-du: Fix plane state free in plane reset handlerLaurent Pinchart1-23/+22
2015-10-20drm: rcar-du: Enable DU0 to DPAD connection on R8A7791Laurent Pinchart1-1/+1
2015-10-20drm: rcar-du: Add dependency on OFLaurent Pinchart2-11/+2
2015-10-20drm: rcar-du: Remove obsolete rcar-du-r8a779x platform_device_id entriesGeert Uytterhoeven1-2/+0
2015-10-19drm/fb-helper: Fix fb refcounting in pan_display_atomicDaniel Vetter1-3/+26
2015-10-19drm/fb-helper: Set plane rotation directlyDaniel Vetter1-5/+1
2015-10-19drm: fix mutex leak in drm_dp_get_mst_branch_deviceAdam Richter1-3/+4
2015-10-19drm: Check plane src coordinates correctly during page flip for atomic driversVille Syrjälä1-1/+8
2015-10-19drm: Check crtc viewport correctly with rotated primary plane on atomic driversVille Syrjälä3-10/+3
2015-10-19drm: Refactor plane src coordinate checksVille Syrjälä1-29/+30
2015-10-19drm: Swap w/h when converting the mode to src coordidates for a rotated prima...Ville Syrjälä1-2/+7
2015-10-19drm: Don't leak fb when plane crtc coodinates are badVille Syrjälä1-1/+2
2015-10-19ALSA: hda - Spell vga_switcheroo consistentlyLukas Wunner3-8/+8
2015-10-19drm/gem: Use kref_get_unless_zero for the weak mmap referencesDaniel Vetter3-56/+46
2015-10-19drm/vgem: Drop vgem_drm_gem_mmapDaniel Vetter1-54/+1
2015-10-19drm: Fix return value of drm_framebuffer_init()Lukas Wunner1-3/+2
2015-10-19drm/gem: Use container_of in drm_gem_object_freeDaniel Vetter1-1/+2
2015-10-19drm/gem: Check locking in drm_gem_object_unreferenceDaniel Vetter1-1/+4
2015-10-19Merge branch 'virtio-gpu-for-drm-next' of git://git.kraxel.org/linux into drm...Dave Airlie15-26/+1568
2015-10-16drm/gem: Drop struct_mutex requirement from drm_gem_mmap_objDaniel Vetter6-19/+0
2015-10-16drm/i810_drm.h: include drm/drm.hMikko Rapeli1-0/+2
2015-10-16r128_drm.h: include drm/drm.hMikko Rapeli1-0/+2
2015-10-16savage_drm.h: include <drm/drm.h>Mikko Rapeli1-0/+2
2015-10-16gpu/doc: Convert to markdown harderLukas Wunner1-1/+1
2015-10-16gpu/doc: Add vga_switcheroo documentationLukas Wunner1-4/+72
2015-10-16gpu/doc: Fix up remaining occurrences of old document titleLukas Wunner1-6/+6
2015-10-16drm/doc: Rename docbook to gpu.tmplDaniel Vetter2-2/+2
2015-10-16drm: misc cleanupRob Clark1-3/+1
2015-10-16vga_switcheroo: Use enum vga_switcheroo_client_id instead of intLukas Wunner2-10/+13
2015-10-16vga_switcheroo: Use VGA_SWITCHEROO_UNKNOWN_ID instead of -1Lukas Wunner2-8/+13
2015-10-16vga_switcheroo: Use enum vga_switcheroo_state instead of intLukas Wunner2-5/+5
2015-10-16drm: Add DRM_DEBUG_VBL()Ville Syrjälä2-12/+21
2015-10-16drm: Don't use '\' for string literal concatenationVille Syrjälä1-2/+2
2015-10-16drm/<drivers>: Drop DRM_UNLOCKED from modeset driversDaniel Vetter11-152/+149
2015-10-16drm: Enforce unlocked ioctl operation for kms driver ioctlsDaniel Vetter2-3/+11
2015-10-16drm/i915: Mark getparam ioctl as DRM_UNLOCKEDDaniel Vetter1-1/+1
2015-10-16virtio-gpu: add page flip supportGerd Hoffmann1-3/+46
2015-10-16virtio-gpu: mark as a render gpuDave Airlie2-10/+10
2015-10-16virtio-gpu: add basic prime supportDave Airlie4-2/+96
2015-10-16virtio-gpu: add 3d/virgl supportGerd Hoffmann11-3/+1368
2015-10-16virtio-gpu: don't free things on ttm_bo_init failureDave Airlie1-8/+3
2015-10-16virtio-gpu: wait for cursor updates finishGerd Hoffmann1-0/+8
2015-10-16virtio-gpu: add & use virtio_gpu_queue_fenced_ctrl_bufferGerd Hoffmann2-7/+35
2015-10-16virtio-gpu: add virtio_gpu_queue_ctrl_buffer_lockedGerd Hoffmann1-4/+13
2015-10-16via_drm.h: move struct via_file_private definition to drivers/gpu/drm/via/via...Mikko Rapeli2-4/+4
2015-10-16include/uapi/drm/sis_drm.h: move sis_file_private to drivers/gpu/drm/sis/sis_...Mikko Rapeli2-4/+4
2015-10-16Merge branch 'drm-dwhdmi-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm ...Dave Airlie8-218/+1000
2015-10-16Merge commit '06d1ee32a4d25356a710b49d5e95dbdd68bdf505' of git://git.kernel.o...Dave Airlie445-2101/+3441
2015-10-16Merge tag 'topic/drm-misc-2015-10-08' of git://anongit.freedesktop.org/drm-in...Dave Airlie79-600/+550
2015-10-16Merge tag 'drm-intel-next-2015-09-28-merged' of git://anongit.freedesktop.org...Dave Airlie41-548/+1204
2015-10-16Merge branch 'drm-next-4.4' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie37-822/+1076
2015-10-15Merge branch 'drm-tda998x-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm...Dave Airlie1-302/+185
2015-10-15Merge branch 'drm-armada-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm ...Dave Airlie11-658/+297
2015-10-14drm/amdgpu: fix lockup when clean pending fencesJunwei Zhang1-3/+3
2015-10-14drm/amdgpu: add timer to fence to detect scheduler lockupJunwei Zhang3-3/+61
2015-10-14drm/amdgpu: add VM CS mapping trace pointChristian König2-1/+19
2015-10-14drm/amdgpu: add option to clear VM page tables after every submitChristian König3-1/+21
2015-10-14drm/amdgpu: add option to stop on VM faultChristian König4-6/+80
2015-10-14drm/amdgpu: only print meaningful VM faultsChristian König2-4/+12
2015-10-14drm/amdgpu: also trace already allocated VMIDsChristian König1-1/+3
2015-10-14drm/amdgpu: Drop unnecessary #include <linux/vga_switcheroo.h>Lukas Wunner2-2/+0
2015-10-14drm/radeon: Drop unnecessary #include <linux/vga_switcheroo.h>Lukas Wunner3-3/+0
2015-10-14drm/amdgpu: clean up pageflip interrupt handlingAlex Deucher3-159/+51
2015-10-14drm/amdgpu: rework sdma structuresAlex Deucher9-258/+245
2015-10-14drm/amdgpu: unpin cursor BOs on suspend and pin them again on resumeAlex Deucher1-1/+30
2015-10-14drm/amdgpu/dce8: Fold set_cursor() into show_cursor()Alex Deucher1-13/+5
2015-10-14drm/amdgpu/dce8: Clean up reference counting and pinning of the cursor BOsAlex Deucher1-37/+24
2015-10-14drm/amdgpu/dce8: Move hotspot handling out of set_cursorAlex Deucher1-19/+17
2015-10-14drm/amdgpu/dce8: Re-show the cursor after a modeset (v2)Alex Deucher1-24/+57
2015-10-14drm/amdgpu/dce8: Use cursor_set2 hook for enabling / disabling the HW cursorAlex Deucher1-23/+51
2015-10-14drm/amdgpu/dce11: Fold set_cursor() into show_cursor()Alex Deucher1-13/+5
2015-10-14drm/amdgpu/dce11: Clean up reference counting and pinning of the cursor BOsAlex Deucher1-37/+24
2015-10-14drm/amdgpu/dce11: Move hotspot handling out of set_cursorAlex Deucher1-19/+17
2015-10-14drm/amdgpu/dce11: Re-show the cursor after a modeset (v2)Alex Deucher1-24/+57
2015-10-14drm/amdgpu/dce11: Use cursor_set2 hook for enabling / disabling the HW cursorAlex Deucher1-23/+51
2015-10-14drm/amdgpu/dce10: Fold set_cursor() into show_cursor()Alex Deucher1-13/+5
2015-10-14drm/amdgpu/dce10: Clean up reference counting and pinning of the cursor BOsAlex Deucher1-37/+24
2015-10-14drm/amdgpu/dce10: Move hotspot handling out of set_cursorAlex Deucher1-19/+17
2015-10-14drm/amdgpu/dce10: Re-show the cursor after a modeset (v2)Alex Deucher1-24/+57
2015-10-14drm/amdgpu/dce10: Use cursor_set2 hook for enabling / disabling the HW cursorAlex Deucher2-23/+55
2015-10-14drm/amdgpu/atom: add support for new div32 opcodes (v3)Alex Deucher2-2/+25
2015-10-14drm/amdgpu/atom: add support for new mul32 opcodes (v2)Alex Deucher2-2/+18
2015-10-14drm/amdgpu/atom: add support for process ds opcodeAlex Deucher1-1/+10
2015-10-14drm/amdgpu/atom: implement debug opcodeAlex Deucher1-1/+2
2015-10-13Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds29-94/+219
2015-10-12Merge branch 'linux-4.3' of git://anongit.freedesktop.org/git/nouveau/linux-2...Dave Airlie7-14/+77
2015-10-12drm/nouveau/bios: fix OF loadingIlia Mirkin3-11/+36
2015-10-12drm/nouveau/fbcon: take runpm reference when userspace has an open fdBen Skeggs1-0/+24
2015-10-12drm/nouveau/nouveau: Disable AGP for SiS 761Ondrej Zary1-2/+6
2015-10-12drm/nouveau/display: allow up to 16k width/height for fermi+Ilia Mirkin1-1/+5
2015-10-12drm/nouveau/bios: translate devinit pri/sec i2c bus to internal identifiersBen Skeggs1-0/+6
2015-10-11Linux 4.3-rc5Linus Torvalds1-2/+2
2015-10-11Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-7/+8
2015-10-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-1/+4
2015-10-11Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2015-10-11Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+6
2015-10-11Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds3-14/+33
2015-10-11Merge tag 'md/4.3-rc4-fix' of git://neil.brown.name/mdLinus Torvalds2-4/+4
2015-10-11MAINTAINERS: Change Matt Fleming's email addressMatt Fleming1-2/+2
2015-10-10Merge tag 'usb-4.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds9-4/+43
2015-10-10Merge tag 'tty-4.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds6-28/+79
2015-10-10Merge tag 'staging-4.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-1/+1
2015-10-10Merge tag 'char-misc-4.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-8/+19
2015-10-10Merge git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2-12/+8
2015-10-10Merge branch 'stable/for-linus-4.3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2015-10-10namei: results of d_is_negative() should be checked after dentry revalidationTrond Myklebust1-2/+6
2015-10-10drm/i915: Update DRIVER_DATE to 20151010Daniel Vetter1-1/+1
2015-10-09Merge tag 'pm+acpi-4.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-4/+10
2015-10-09Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Linus Torvalds1-0/+5
2015-10-09Merge tag 'sound-4.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds14-49/+67
2015-10-09Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-25/+9
2015-10-09Merge tag 'mmc-v4.3-rc4' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds5-6/+22
2015-10-09Merge tag 'dm-4.3-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds9-27/+44
2015-10-09Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-17/+35
2015-10-09Merge tag 'nfsd-4.3-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+4
2015-10-09Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds14-9/+41
2015-10-09dm snapshot: add new persistent store option to support overflowMike Snitzer6-18/+37
2015-10-09Merge branches 'pm-devfreq' and 'pm-cpufreq'Rafael J. Wysocki289-1624/+2532
2015-10-09drm: bridge/dw_hdmi: replace CTS calculation for the ACRRussell King1-76/+16
2015-10-09drm: bridge/dw_hdmi: remove ratio support from ACR codeRussell King1-26/+18
2015-10-09drm: bridge/dw_hdmi: adjust pixel clock values in N calculationRussell King1-10/+10
2015-10-09drm: bridge/dw_hdmi: avoid being recursive in N calculationRussell King1-16/+9
2015-10-09drm: bridge/dw_hdmi-ahb-audio: allow larger buffer sizesRussell King1-3/+16
2015-10-09drm: bridge/dw_hdmi-ahb-audio: basic support for multi-channel PCM audioRussell King1-2/+57
2015-10-09drm: bridge/dw_hdmi-ahb-audio: parse ELD from HDMI driverRussell King4-0/+11
2015-10-09drm: bridge/dw_hdmi-ahb-audio: add audio driverRussell King6-0/+631
2015-10-09irqdomain: Add an accessor for the of_node fieldMarc Zyngier1-0/+5
2015-10-09genirq: Fix handle_bad_irq kerneldoc commentArnd Bergmann1-1/+0
2015-10-09genirq: Export handle_bad_irqArnd Bergmann1-0/+1
2015-10-09dm cache: fix NULL pointer when switching from cleaner policyJoe Thornber1-1/+1
2015-10-09drm/i915: Partial revert of atomic watermark seriesMatt Roper4-202/+151
2015-10-09drm/i915: Early exit from semaphore_waits_for for execlist mode.Tomas Elf1-0/+20
2015-10-09drm/i915: Remove wrong warning from i915_gem_context_cleanTvrtko Ursulin1-1/+1
2015-10-09drm/i915: Determine the stolen memory base address on gen2Ville Syrjälä1-11/+81
2015-10-09drm/i915: fix FBC buffer size checksPaulo Zanoni1-5/+14