Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
52a9fcdac303364522467310fc83a415fedbd0ae
/
drivers
52a9fcd
drm/doc: Include new drm_blend.c
by Daniel Vetter
· 8 years ago
5221719
drm: Extract drm_connector.[hc]
by Daniel Vetter
· 8 years ago
adebd6f
drm: Export drm_property_replace_global_blob
by Daniel Vetter
· 8 years ago
cb34d7f
drm: update kerneldoc for changes introduced by commits "16fadc2568e9" and "9671e228fb78"
by Lothar Waßmann
· 8 years ago
750fb8c
drm/doc: Update drm_framebuffer docs
by Daniel Vetter
· 8 years ago
7520a27
drm: Extract drm_framebuffer.[hc]
by Daniel Vetter
· 8 years ago
6ab10b7
drm/kms: Nuke dirty_info property
by Daniel Vetter
· 8 years ago
d25bcfb
drm/hisilicon: Don't set drm_device->platformdev
by Daniel Vetter
· 8 years ago
f1d1326
drm/etnaviv: Don't set drm_device->platformdev
by Daniel Vetter
· 8 years ago
1de72fa
drm/kms-helpers: Extract drm_modeset_helper.[hc]
by Daniel Vetter
· 8 years ago
62cacc7
drm/doc: Fix more kerneldoc/sphinx warnings
by Daniel Vetter
· 8 years ago
e1f96ef
drm: drop DRIVER_HAVE_IRQ flag for some drivers
by Shawn Guo
· 8 years ago
d382814
drm: remove `const` attribute to hint at caller that they now own the memory
by Eric Engestrom
· 8 years ago
b0f5668
drm/mgag200: fix error return code in mgag200fb_create()
by Wei Yongjun
· 8 years ago
ae4e46b
dma-buf: Wait on the reservation object when sync'ing before CPU access
by Chris Wilson
· 8 years ago
90844f0
drm: make drm_get_format_name thread-safe
by Eric Engestrom
· 8 years ago
fc93ff6
Merge tag 'drm-intel-next-2016-08-08' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 8 years ago
f8725ad
Merge tag 'topic/drm-misc-2016-08-12' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 8 years ago
a02b5a1
Merge tag 'imx-drm-next-2016-08-12' of git://git.pengutronix.de/git/pza/linux into drm-next
by Dave Airlie
· 8 years ago
c13eb93
Merge tag 'mediatek-drm-next-2016-08-12' of git://git.pengutronix.de/git/pza/linux into drm-next
by Dave Airlie
· 8 years ago
db47432
Merge branch 'drm-next-tilcdc-atomic' of https://github.com/jsarha/linux into drm-next
by Dave Airlie
· 8 years ago
0043ee4
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
by Linus Torvalds
· 8 years ago
120c547
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 8 years ago
a1e2103
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
f31494b
Merge tag 'vfio-v4.8-rc2' of git://github.com/awilliam/linux-vfio
by Linus Torvalds
· 8 years ago
9710cb6
Merge tag 'pm-4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 8 years ago
3bc6d8c
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
0aeeb3e
Merge branches 'pm-sleep' and 'pm-cpufreq'
by Rafael J. Wysocki
· 8 years ago
25db691
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
0e1117b
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
c239ae1
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 8 years ago
8766dc6
Merge tag 'powerpc-4.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 8 years ago
5a78ff7
Revert "gpu: drm: omapdrm: dss-of: add missing of_node_put after calling of_parse_phandle"
by Peter Chen
· 8 years ago
0c75613
drm: Protect fb_defio in drivers with CONFIG_KMS_FBDEV_EMULATION
by Daniel Vetter
· 8 years ago
9db7d2b
drm/radeon|amgpu: Make fbdev emulation optional
by Daniel Vetter
· 8 years ago
183cd49
drm/vmwgfx: select CONFIG_FB
by Daniel Vetter
· 8 years ago
b1116f6
drm: Remove superflous linux/fb.h includes
by Daniel Vetter
· 8 years ago
44adece
drm/fb-helper: Add a dummy remove_conflicting_framebuffers
by Daniel Vetter
· 8 years ago
6da7e95
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
by Linus Torvalds
· 8 years ago
3b3ce01
Merge tag 'ceph-for-4.8-rc2' of https://github.com/ceph/ceph-client
by Linus Torvalds
· 8 years ago
c21377f
nvme: Suspend all queues before deletion
by Gabriel Krisman Bertazi
· 8 years ago
6862e6a
efi/capsule: Allocate whole capsule into virtual memory
by Austin Christ
· 8 years ago
e241655
dma-buf/sync_file: only enable fence signalling on poll()
by Gustavo Padovan
· 8 years ago
972526a
dma-buf/sync_file: add sync_file_get_fence()
by Gustavo Padovan
· 8 years ago
a02b9dc
dma-buf/sync_file: refactor fence storage in struct sync_file
by Gustavo Padovan
· 8 years ago
e1aaf31
dma-buf/fence-array: add fence_is_array()
by Gustavo Padovan
· 8 years ago
dc80d70
drm/imx-ldb: Add support to drm-bridge
by Peter Senna Tschudin
· 8 years ago
7216436
drm/mediatek: set mt8173 dithering function
by Bibby Hsieh
· 8 years ago
2f3f4dd
drm/mediatek: Add gamma correction.
by Bibby Hsieh
· 8 years ago
e0a5d33
drm/mediatek: Add GAMMA engine basic function
by Bibby Hsieh
· 8 years ago
0664d13
drm/mediatek: Add AAL engine basic function
by Bibby Hsieh
· 8 years ago
7398413
rapidio: dereferencing an error pointer
by Dan Carpenter
· 8 years ago
fdbdfef
Merge branch 'linus' into timers/urgent, to pick up fixes
by Ingo Molnar
· 8 years ago
c6d2ee0
cxl: Set psl_fir_cntl to production environment value
by Frederic Barrat
· 8 years ago
e1d009e
Merge tag 'platform-drivers-x86-v4.8-3' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86
by Linus Torvalds
· 8 years ago
cb0d93a
Merge tag 'drm-fixes-for-4.8-rc2' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 8 years ago
a3d1ddd
ipr: Fix sync scsi scan
by Brian King
· 8 years ago
7f1d642
drivers/perf: arm-pmu: Fix handling of SPI lacking "interrupt-affinity" property
by Marc Zyngier
· 8 years ago
a026bb1
drivers/perf: arm-pmu: convert arm_pmu_mutex to spinlock
by Sudeep Holla
· 8 years ago
9622c38
drm/dp_helper: Rate limit timeout errors from drm_dp_i2c_do_msg()
by Lyude
· 8 years ago
29f21e0
drm/dp_helper: Print first error received on failure in drm_dp_dpcd_access()
by Lyude
· 8 years ago
d873484
rbd: nuke the 32-bit pool id check
by Ilya Dryomov
· 8 years ago
3b2fbb3
virtio/s390: deprecate old transport
by Cornelia Huck
· 8 years ago
2ab0d56
virtio/s390: keep early_put_chars
by Christian Borntraeger
· 8 years ago
347a529
virtio_blk: Fix a slient kernel panic
by Minfei Huang
· 8 years ago
3fda5d6
vhost/vsock: fix vhost virtio_vsock_pkt use-after-free
by Stefan Hajnoczi
· 8 years ago
3cc36f6
virtio: fix error handling for debug builds
by Michael S. Tsirkin
· 8 years ago
58625ed
virtio: fix memory leak in virtqueue_add()
by Wei Yongjun
· 8 years ago
f3b0946
genirq/msi: Make sure PCI MSIs are activated early
by Marc Zyngier
· 8 years ago
6fd40f1
cxl: Fix sparse warnings
by Andrew Donnellan
· 8 years ago
1647933
cxl: Fix NULL dereference in cxl_context_init() on PowerVM guests
by Andrew Donnellan
· 8 years ago
36e9d08
drm/cirrus: Fix NULL pointer dereference when registering the fbdev
by Boris Brezillon
· 8 years ago
210a021
drm/edid: Set 8 bpc color depth for displays with "DFP 1.x compliant TMDS".
by Mario Kleiner
· 8 years ago
196f954
drm/i915/dp: Revert "drm/i915/dp: fall back to 18 bpp when sink capability is unknown"
by Mario Kleiner
· 8 years ago
e10aec6
drm/edid: Add 6 bpc quirk for display AEO model 0.
by Mario Kleiner
· 8 years ago
81abf25
Merge tag 'lkdtm-v4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 8 years ago
c8952a7
vfio/pci: Fix NULL pointer oops in error interrupt setup handling
by Alex Williamson
· 8 years ago
e0e344e
drm/tilcdc: Change tilcdc_crtc_page_flip() to tilcdc_crtc_update_fb()
by Jyri Sarha
· 8 years ago
d81b7f3
drm/tilcdc: Remove unnecessary pm_runtime_get() and *_put() calls
by Jyri Sarha
· 8 years ago
47bfd6c
drm/tilcdc: Get rid of legacy dpms mechanism
by Jyri Sarha
· 8 years ago
514d1a1
drm/tilcdc: Use drm_atomic_helper_resume/suspend()
by Jyri Sarha
· 8 years ago
afaf833
drm/tilcdc: Enable and disable interrupts in crtc start() and stop()
by Jyri Sarha
· 8 years ago
018cfbd
drm/tilcdc: tfp410: Add atomic modeset helpers to connector funcs
by Jyri Sarha
· 9 years ago
7c979b5
drm/tilcdc: tfp410: Set crtc panel info at init phase
by Jyri Sarha
· 9 years ago
0f65d89
drm/tilcdc: panel: Add atomic modeset helpers to connector funcs
by Jyri Sarha
· 9 years ago
ee6de21
drm/tilcdc: panel: Set crtc panel info at init phase
by Jyri Sarha
· 9 years ago
c72cc66
drm/tilcdc: Remove tilcdc_verify_fb()
by Jyri Sarha
· 9 years ago
6b4736d
drm/tilcdc: Remove obsolete crtc helper functions
by Jyri Sarha
· 9 years ago
305198d
drm/tilcdc: Set DRIVER_ATOMIC and use atomic crtc helpers
by Jyri Sarha
· 9 years ago
522a76f
drm/tilcdc: Add drm_mode_config_reset() call to tilcdc_load()
by Jyri Sarha
· 9 years ago
edc4330
drm/tilcdc: Add atomic mode config funcs
by Jyri Sarha
· 9 years ago
db380c5
drm/tilcdc: Add tilcdc_crtc_atomic_check()
by Jyri Sarha
· 9 years ago
f6382f1
drm/tilcdc: Add tilcdc_crtc_mode_set_nofb()
by Jyri Sarha
· 9 years ago
47f571c
drm/tilcdc: Initialize dummy primary plane from crtc init
by Jyri Sarha
· 9 years ago
b961c48
drm/tilcdc: Add dummy primary plane implementation
by Jyri Sarha
· 9 years ago
0a1fe1b
drm/tilcdc: Make tilcdc_crtc_page_flip() work if crtc is not yet on
by Jyri Sarha
· 8 years ago
8c65abb
drm/tilcdc: Make tilcdc_crtc_page_flip() public
by Jyri Sarha
· 9 years ago
20a98ac
drm/tilcdc: Fix tilcdc component master unloading
by Jyri Sarha
· 8 years ago
10a55a1
drm/tilcdc: Avoid error print by of_graph_get_next_endpoint()
by Jyri Sarha
· 8 years ago
d85f850e
drm/tilcdc: Call drm_crtc_vblank_on() and *_off() in start() and stop()
by Jyri Sarha
· 8 years ago
Next »