Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1c7c4301eeeff9af7e5009785aa721b0da6c9198
/
drivers
1c7c430
drm/i915: Mark the overlay active only if we got ring space
by Ville Syrjälä
· 10 years ago
209c2a5
drm/i915: Convert overlay->{active, pfit_active} to bools
by Ville Syrjälä
· 10 years ago
77589f5
drm/i915: Convert BUGs to WARNs in the video overlay code
by Ville Syrjälä
· 10 years ago
85250dd
drm/i915/chv: Remove Wait for a previous gfx force-off
by Deepak S
· 10 years ago
670b90d
drm/i915: PSR: Keep sink state consistent with source
by Durgadoss R
· 10 years ago
b728d72
Enabled dithering in the intel VCH DVO for 18bpp pipelines.
by Thomas Richter
· 10 years ago
41037f9
drm/i915: Add i915_gem_request_unreference__unlocked
by Chris Wilson
· 10 years ago
6d29398
drm/i915: Check lane sharing between pipes B & C using atomic state
by Ander Conselvan de Oliveira
· 10 years ago
6e0aa80
Merge tag 'v4.0-rc6' into drm-intel-next
by Daniel Vetter
· 10 years ago
4a89452
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
1ff27a3
drm/i915: Update DRIVER_DATE to 20150327
by Daniel Vetter
· 10 years ago
743e78c
drm/i915: Skip allocating shadow batch for 0-length batches
by Chris Wilson
· 10 years ago
9d918c1
drm/i915: Handle error to get connector state when staging config
by Ander Conselvan de Oliveira
· 10 years ago
9abc464
drm/i915: Compare GGTT view structs instead of types
by Joonas Lahtinen
· 10 years ago
2f2cf68
drm/i915: fix simple_return.cocci warnings
by kbuild test robot
· 10 years ago
5bedeb2
drm/i915: Add module param to test the load detect code
by Daniel Vetter
· 10 years ago
55bb999
drm/i915: Remove usage of encoder->new_crtc from clock computations
by Ander Conselvan de Oliveira
· 10 years ago
723f9aa
drm/i915: Don't look at staged config crtc when changing DRRS state
by Ander Conselvan de Oliveira
· 10 years ago
a93e255
drm/i915: Convert intel_pipe_will_have_type() to using atomic state
by Ander Conselvan de Oliveira
· 10 years ago
679dacd
drm/i915: Pass an atomic state to modeset_global_resources() functions
by Ander Conselvan de Oliveira
· 10 years ago
72744cb
drm/i915: Add dynamic page trace events
by Michel Thierry
· 10 years ago
4933d51
drm/i915: Finish gen6/7 dynamic page table allocation
by Michel Thierry
· 10 years ago
59568eb
drm/i915: Remove unnecessary gen6_ppgtt_unmap_pages
by Michel Thierry
· 10 years ago
1266cdb
drm/i915: Fix i915_dma_map_single positive error code
by Michel Thierry
· 10 years ago
fdc454c
drm/i915: Prevent out of range pt in gen6_for_each_pde
by Michel Thierry
· 10 years ago
a8265c5
drm/i915: Rip out GET_SPRITE_COLORKEY ioctl
by Daniel Vetter
· 10 years ago
ae6ee2f
watchdog: imgpdc: Fix default heartbeat
by James Hogan
· 10 years ago
a629c08
watchdog: imgpdc: Fix probe NULL pointer dereference
by James Hogan
· 10 years ago
9ffd906
watchdog: mtk_wdt: signedness bug in mtk_wdt_start()
by Dan Carpenter
· 10 years ago
3c435c1
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 10 years ago
be8a9bc
Merge tag 'dm-4.0-fix-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 10 years ago
d21bd67
drm/i915: Don't use encoder->new_crtc in intel_lvds_compute_config()
by Ander Conselvan de Oliveira
· 10 years ago
e75f477
drm/i915: Don't use staged config in intel_dp_mst_compute_config()
by Ander Conselvan de Oliveira
· 10 years ago
3165c07
drm/i915: Use atomic state in intel_ddi_crtc_get_new_encoder()
by Ander Conselvan de Oliveira
· 10 years ago
77f06c8
drm/i915: Don't depend on encoder->new_crtc in intel_hdmi_compute_config
by Ander Conselvan de Oliveira
· 10 years ago
84556d5
drm/i915: Don't depend on encoder->new_crtc in intel_dp_compute_config()
by Ander Conselvan de Oliveira
· 10 years ago
1486017
drm/i915: Don't use encoder->new_crtc in compute_baseline_pipe_bpp()
by Ander Conselvan de Oliveira
· 10 years ago
0b90187
drm/i915: Don't use encoder->new_crtc in intel_modeset_pipe_config()
by Ander Conselvan de Oliveira
· 10 years ago
944b0c7
drm/i915: Copy the staged connector config to the legacy atomic state
by Ander Conselvan de Oliveira
· 10 years ago
d29b2f9
drm/i915: Update dummy connector atomic state with current config
by Ander Conselvan de Oliveira
· 10 years ago
9896972
drm/i915: Implement connector state duplication
by Ander Conselvan de Oliveira
· 10 years ago
2f0b579
drm/i915/skl: fix semicolon.cocci warnings
by kbuild test robot
· 10 years ago
db7542d
drm/i915: Allocate a crtc_state also when the crtc is being disabled
by Ander Conselvan de Oliveira
· 10 years ago
83a5715
drm/i915: Allocate a drm_atomic_state for the legacy modeset code
by Ander Conselvan de Oliveira
· 10 years ago
49172fe
drm/i915: Pass acquire ctx also to intel_release_load_detect_pipe()
by Ander Conselvan de Oliveira
· 10 years ago
10f81c1
drm/i915: Add intel_atomic_get_crtc_state() helper function
by Ander Conselvan de Oliveira
· 10 years ago
88595ac
drm/i915: always preserve bios swizzling
by Daniel Vetter
· 10 years ago
f6936e2
drm/i915: Add initial_ prefix to bios fb takeover code
by Daniel Vetter
· 10 years ago
3cd919f
drm/i915: Remove duplicated psr.active unset
by Rodrigo Vivi
· 10 years ago
5097f8c
drm/i915: Fixup legacy plane->crtc link for initial fb config
by Daniel Vetter
· 10 years ago
ab585de
drm/i915: kill i915.powersave
by Rodrigo Vivi
· 10 years ago
5f40775
drm/i915: Fixup legacy plane->crtc link for initial fb config
by Daniel Vetter
· 10 years ago
3164a80
drm/i915: Fix atomic state when reusing the firmware fb
by Damien Lespiau
· 10 years ago
6e20602
clocksource/drivers/sun5i: Fix cpufreq interaction with sched_clock()
by Maxime Ripard
· 10 years ago
11bc26f
clocksource/drivers: Fix various !CONFIG_HAS_IOMEM build errors
by Richard Weinberger
· 10 years ago
832a3aa
drm/i915: Keep ring->active_list and ring->requests_list consistent
by Chris Wilson
· 10 years ago
9c8e30d
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 10 years ago
ddd2a30
drivers/rtc/rtc-mrst: fix suspend/resume
by Lars-Peter Clausen
· 10 years ago
b8517e9
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
6c826f3
drm/i915: Add fault address to error state for gen8 and gen9
by Mika Kuoppala
· 10 years ago
1d00dad
drm/i915/skl: Fix up positive error code
by Tvrtko Ursulin
· 10 years ago
c0f4042
drm/i915: make unsupported fb modifier message DRM_DEBUG
by Jesse Barnes
· 10 years ago
1401b7c
Merge branch 'for-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata
by Linus Torvalds
· 10 years ago
5cf955e
Merge tag 'mfd-fixes-4.0' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
by Linus Torvalds
· 10 years ago
59a58cb
drm/i915: Don't try to reference the fb in get_initial_plane_config()
by Damien Lespiau
· 10 years ago
8696938
Merge tag 'spi-v4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
by Linus Torvalds
· 10 years ago
7c9049d
Merge tag 'regulator-fix-v4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
by Linus Torvalds
· 10 years ago
7c90de3
Merge tag 'regmap-fix-v4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap
by Linus Torvalds
· 10 years ago
072ac04
Merge remote-tracking branches 'spi/fix/dw', 'spi/fix/queue' and 'spi/fix/qup' into spi-linus
by Mark Brown
· 10 years ago
c2d885c
drm/i915: Removing the drrs capability enum initialization
by Ramalingam C
· 10 years ago
096fad9
drm/i915: move clearing of RPS interrupt bits from disable to reset time
by Imre Deak
· 10 years ago
58072cc
drm/i915: fix race when clearing RPS IIR bits
by Imre Deak
· 10 years ago
8218c3f
drm: Fixup racy refcounting in plane_force_disable
by Daniel Vetter
· 10 years ago
63a4f06
dm: fix add_disk() NULL pointer due to race with free_dev()
by Mike Snitzer
· 10 years ago
1401990
Merge remote-tracking branches 'regulator/fix/doc' and 'regulator/fix/palmas' into regulator-linus
by Mark Brown
· 10 years ago
90a5a89
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 10 years ago
e6e96d7
NVMe: Initialize device list head before starting
by Keith Busch
· 10 years ago
1fc0a8f
drm/i915/skl: Take 90/270 rotation into account in watermark calculations
by Tvrtko Ursulin
· 10 years ago
121920f
drm/i915/skl: Query display address through a wrapper
by Tvrtko Ursulin
· 10 years ago
50470bb
drm/i915/skl: Support secondary (rotated) frame buffer mapping
by Tvrtko Ursulin
· 10 years ago
f64b98c
drm/i915: Helper function to determine GGTT view from plane state
by Tvrtko Ursulin
· 10 years ago
82bc3b2
drm/i915: Pass in plane state when (un)pinning frame buffers
by Tvrtko Ursulin
· 10 years ago
e661733
drm/i915: Use GGTT view when (un)pinning objects to planes
by Tvrtko Ursulin
· 10 years ago
6761dd3
drm/i915/skl: Extract tile height code into a helper function
by Tvrtko Ursulin
· 10 years ago
9848de0
drm/i915: Use usleep_range() in wait_for()
by Ville Syrjälä
· 10 years ago
1b717b1
Merge tag 'md/4.0-rc4-fix' of git://neil.brown.name/md
by Linus Torvalds
· 10 years ago
b93dbee
Merge tag 'char-misc-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 10 years ago
704fa7f
Merge tag 'staging-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 10 years ago
b2f45ee
Merge tag 'tty-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 10 years ago
cedd5f6
Merge tag 'usb-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 10 years ago
f40bff4
cx82310_eth: wait for firmware to become ready
by Ondrej Zary
· 10 years ago
f897522
Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 10 years ago
3d7a6db
Merge tag 'pm+acpi-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 10 years ago
97448d5
Merge git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 10 years ago
bb8ef2f
Merge tag 'devicetree-fixes-for-4.0-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 10 years ago
e477f3e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 10 years ago
da6b9a2
Merge tag 'dm-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 10 years ago
c6ef814
Merge tag 'upstream-4.0-rc5' of git://git.infradead.org/linux-ubifs
by Linus Torvalds
· 10 years ago
9c86286
Merge branches 'pm-cpuidle', 'powercap', 'irq-pm' and 'acpi-resources'
by Rafael J. Wysocki
· 10 years ago
0c35bd4
md: fix problems with freeing private data after ->run failure.
by NeilBrown
· 10 years ago
Next »