summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Move connector registration to driver registrationChris Wilson2016-06-2411-22/+14
* drm/i915: Move backlight registration to connector registrationChris Wilson2016-06-2413-16/+38
* drm/i915: Move registration actions to connector->late_registerChris Wilson2016-06-243-35/+34
* drm/i915: Move panel's backlight setup next to panel initChris Wilson2016-06-243-5/+4
* drm/i915: Small compaction of the engine init codeTvrtko Ursulin2016-06-242-150/+130
* Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2016-06-24134-4869/+10229
|\
| * Merge tag 'mediatek-drm-2016-06-20' of git://git.pengutronix.de/git/pza/linux...Dave Airlie2016-06-2411-0/+3417
| |\
| | * dt-bindings: hdmi-connector: add DDC I2C bus phandle documentationPhilipp Zabel2016-06-161-0/+1
| | * drm/mediatek: enable hdmi output control bitJie Qiu2016-06-162-0/+13
| | * drm/mediatek: Add HDMI supportJie Qiu2016-06-169-0/+3255
| | * dt-bindings: drm/mediatek: Add Mediatek HDMI dts bindingPhilipp Zabel2016-06-131-0/+148
| * | Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/media into drm-nextDave Airlie2016-06-242-6/+7
| |\ \
| | * | drm: rcar-du: error message is not needed for EPROBE_DEFERKuninori Morimoto2016-06-201-1/+3
| | * | drm: rcar-du: error message is not needed for drm_vblank_init()Kuninori Morimoto2016-06-201-3/+1
| | * | rcar-du: add/rename DEFR6 TCON bitsSergei Shtylyov2016-06-201-2/+3
| * | | Merge tag 'drm-intel-next-2016-06-20' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-06-2449-679/+2382
| |\ \ \
| * \ \ \ Merge tag 'topic/drm-misc-2016-06-22-updated' of git://anongit.freedesktop.or...Dave Airlie2016-06-24109-4862/+4018
| |\ \ \ \
| | * | | | drm/vc4: Remove unused connectorDaniel Vetter2016-06-221-1/+0
| | * | | | drm/fb-helper: Reduce READ_ONCE(master) to lockless_dereferenceChris Wilson2016-06-221-1/+1
| | * | | | drm/sun4i: Remove open-coded drm_connector_register_all()Chris Wilson2016-06-221-34/+0
| | * | | | drm/vc4: Remove open-coded drm_connector_register_all()Chris Wilson2016-06-221-12/+0
| | * | | | drm/atmel-hlcdc: Remove redundant call to drm_connector_unregister_all()Chris Wilson2016-06-221-8/+0
| | * | | | drm: document drm_auth.cDaniel Vetter2016-06-219-57/+119
| | * | | | drm: Clear up master tracking booleansDaniel Vetter2016-06-212-10/+5
| | * | | | drm: Extract drm_is_current_masterDaniel Vetter2016-06-218-17/+25
| | * | | | drm: Refactor drop/set master code a bitDaniel Vetter2016-06-213-42/+44
| | * | | | drm: Lobotomize set_busid nonsense for !pci driversDaniel Vetter2016-06-2117-41/+64
| | * | | | drm: Nuke SET_UNIQUE ioctlDaniel Vetter2016-06-213-100/+1
| | * | | | drm: Don't call drm_dev_set_unique from platform driversDaniel Vetter2016-06-215-33/+11
| | * | | | drm/vgem: Stop calling drm_drv_set_uniqueDaniel Vetter2016-06-211-2/+0
| | * | | | drm: Use dev->name as fallback for dev->uniqueDaniel Vetter2016-06-212-11/+6
| | * | | | drm: Clean up drm_crtc.hDaniel Vetter2016-06-215-133/+150
| | * | | | drm: Move master pointer from drm_minor to drm_deviceDaniel Vetter2016-06-218-26/+34
| | * | | | drm: sti: rework init sequenceBenjamin Gaignard2016-06-215-74/+100
| | * | | | drm: sti: use late_register and early_unregister callbacksBenjamin Gaignard2016-06-2116-69/+198
| | * | | | drm/amdkfd: Clean up inline handlingDaniel Vetter2016-06-212-5/+2
| | * | | | drm: Add callbacks for late registeringBenjamin Gaignard2016-06-214-2/+197
| | * | | | drm/fsl-dcu: use drm_mode_config_cleanup on initialization errorsStefan Agner2016-06-211-7/+6
| | * | | | drm/mediatek: Remove IOMMU_DMA selectArnd Bergmann2016-06-211-1/+0
| | * | | | Documentation/DocBook: remove gpu.tmplJani Nikula2016-06-213-3530/+1
| | * | | | Documentation/gpu: split up mm, kms and kms-helpers from internalsJani Nikula2016-06-215-1373/+1379
| | * | | | Documentation/gpu: convert the KMS properties table to CSVJani Nikula2016-06-212-257/+131
| | * | | | Documentation/gpu: use recommended order of heading markersJani Nikula2016-06-214-106/+110
| | * | | | MAINTAINERS: add Documentation/gpu and Documentation/gpu/i915.rstJani Nikula2016-06-211-0/+2
| | * | | | Documentation/gpu: split up the gpu documentationJani Nikula2016-06-216-2596/+2593
| | * | | | Documentation/gpu: add new gpu.rst converted from DocBook gpu.tmplJani Nikula2016-06-212-0/+2602
| | * | | | drm/crtc-helper: disable_unused_functions really isn't for atomicDaniel Vetter2016-06-211-0/+3
| | * | | | drm/rcar-du: Remove redundant calls to drm_connector_register_all()Chris Wilson2016-06-211-5/+0
| | * | | | drm/msm: Remove redundant calls to drm_connector_register_all()Chris Wilson2016-06-211-8/+0
| | * | | | drm/mediatek: Remove redundant calls to drm_connector_register_all()Chris Wilson2016-06-211-7/+0
OpenPOWER on IntegriCloud