Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
e888d7facd1f1460a638151036d15b6cfb3ccc74
/
drivers
/
gpu
/
drm
95934f9
drm/i915: enable GEM on PAE.
by Dave Airlie
· 16 years ago
fc436d9
drm/radeon: fix unused variables warning
by Dave Airlie
· 16 years ago
07613ba
agp: switch AGP to use page array instead of unsigned long array
by Dave Airlie
· 16 years ago
068a117
drm/radeon: command stream checker for r3xx-r5xx hardware
by Jerome Glisse
· 16 years ago
8b5c744
drm/radeon: Fully initialize LVDS info also when we can't get it from the ROM.
by Michel Dänzer
· 16 years ago
4e484e7
radeon: Fix CP byte order on big endian architectures with KMS.
by Michel Dänzer
· 16 years ago
46f4b3e
drm/ttm: Add some powerpc cache flush code.
by Michel Dänzer
· 16 years ago
919f32f
radeon: Enable modesetting on non-x86.
by Michel Dänzer
· 16 years ago
55c9327
drm/radeon: Respect AGP cant_use_aperture flag.
by Michel Dänzer
· 16 years ago
0454bea
drm: EDID endianness fixes.
by Michel Dänzer
· 16 years ago
00fa28a
drm/radeon: this VRAM vs aperture test is wrong, just remove it.
by Dave Airlie
· 16 years ago
87ef920
drm/ttm: fix an error path to exit function correctly
by Thomas Hellstrom
· 16 years ago
89579f7
drm: Apply "Memory fragmentation from lost alignment blocks"
by Thomas Hellstrom
· 16 years ago
78ecf09
ttm: Return -ERESTART when a signal interrupts bo eviction.
by Thomas Hellstrom
· 16 years ago
9a298b2
drm: Remove memory debugging infrastructure.
by Eric Anholt
· 16 years ago
52dc7d3
drm/i915: Clear fence register on tiling stride change.
by Chris Wilson
· 16 years ago
8c4b8c3
drm/i915: Install fence register for tiled scanout on i915
by Chris Wilson
· 16 years ago
d78b47b
drm/i915: detach/attach get/put pages symmetry
by Chris Wilson
· 16 years ago
76cff81
drm/i915: A few debugfs formatting fixes
by Ben Gamari
· 16 years ago
049b77c
drm/i915: Warn when inteldrmfb fails to restore its framebuffer config
by Ben Gamari
· 16 years ago
3b47883
drm/radeon/kms: remove the _DRM_DRIVER from the KMS paths.
by Dave Airlie
· 16 years ago
8d15b0e
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 16 years ago
517d086
Merge branch 'akpm'
by Linus Torvalds
· 16 years ago
4410f39
fbdev: add support for handoff from firmware to hw framebuffers
by Dave Airlie
· 16 years ago
cc8da52
drm/radeon: switch to using late_initcall
by Dave Airlie
· 16 years ago
156f5a7
debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem.
by GeunSik Lim
· 16 years ago
02200d0
Driver Core: drm: add nodename for drm devices
by Kay Sievers
· 16 years ago
6fe7ac3
radeon legacy chips: tv dac bg/dac adj updates
by Alex Deucher
· 16 years ago
771fe6b
drm/radeon: introduce kernel modesetting for radeon hardware
by Jerome Glisse
· 16 years ago
ba4e7d9
drm: Add the TTM GPU memory manager subsystem.
by Thomas Hellstrom
· 16 years ago
e6c03c5
drm: Memory fragmentation from lost alignment blocks
by Chris Wilson
· 16 years ago
6b70246
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 16 years ago
f2cb5d8
drm: Export hash table functionality.
by Jerome Glisse
· 16 years ago
249d604
drm: Split out the mm declarations in a separate header. Add atomic operations.
by Jerome Glisse
· 16 years ago
715cbb0
drm/radeon: add support for RV790.
by Alex Deucher
· 16 years ago
2a71ebc
drm/radeon: add rv740 drm support.
by Alex Deucher
· 16 years ago
61f1169
drm: Eliminate magic I2C frobbing when reading EDID
by Keith Packard
· 16 years ago
7ff1455
drm/i915: duplicate desired mode for use by fbcon.
by Dave Airlie
· 16 years ago
c5c0755
drm/via: vfree() no need checking before calling it
by Figo.zhang
· 16 years ago
be25ed9
drm: Replace DRM_DEBUG with DRM_DEBUG_DRIVER in i915 driver
by yakui_zhao
· 16 years ago
f053185
drm: Replace DRM_DEBUG with DRM_DEBUG_MODE in drm_mode
by yakui_zhao
· 16 years ago
342dc38
drm/i915: Replace DRM_DEBUG with DRM_DEBUG_KMS in intel_sdvo
by yakui_zhao
· 16 years ago
7fb85bf
drm/i915: replace DRM_DEBUG with DRM_DEBUG_KMS in intel_lvds
by yakui_zhao
· 16 years ago
4fefcb2
drm: add separate drm debugging levels
by yakui_zhao
· 16 years ago
df4f7fe
radeon: remove _DRM_DRIVER from the preadded sarea map
by Dave Airlie
· 16 years ago
2ff2e8a
drm: don't associate _DRM_DRIVER maps with a master
by Ben Skeggs
· 16 years ago
b798b1f
drm: simplify kcalloc() call to kzalloc().
by Robert P. J. Day
· 16 years ago
1bcbf39
intelfb: fix spelling of "CLOCK"
by Pavel Roskin
· 16 years ago
03d6069
drm/i915: Hook connector to encoder during load detection (fixes tv/vga detect)
by Keith Packard
· 16 years ago
2939e1f
drm/i915: NOMEM->NOSPC
by Chris Wilson
· 16 years ago
21d509e
drm/i915: use I915_GEM_GPU_DOMAINS
by Chris Wilson
· 16 years ago
b1ce786
drm/i915: no need to hold mutex for object lookup
by Chris Wilson
· 16 years ago
1f803ee
drm/i915: Call drm_vblank_post_modeset() on error paths.
by Chris Wilson
· 16 years ago
5f26a2c
drm/i915: OR in the COMMAND read domain for the batch buffer.
by Chris Wilson
· 16 years ago
83d6079
drm/i915: Sanity check execbuffer arguments before touching state.
by Chris Wilson
· 16 years ago
fa0864b
drm/i915: Skip lvds with Aopen i945GTt-VFA
by Michael Cousin
· 16 years ago
036a4a7
drm/i915: handle interrupt on new chipset
by Zhenyu Wang
· 16 years ago
d765898
drm/i915: enable MCHBAR if needed
by Jesse Barnes
· 16 years ago
27704a1
Revert "drm: don't associate _DRM_DRIVER maps with a master"
by Linus Torvalds
· 16 years ago
b66d18d
drm/i915: avoid non-atomic sysrq execution
by Jesse Barnes
· 16 years ago
42c2798
drm/i915: apply G45 vblank count code to all G4x chips and fix max_frame_count
by Jesse Barnes
· 16 years ago
70aa96c
drm/i915: add ignore lvds quirk info for AOpen Mini PC
by Jarod Wilson
· 16 years ago
714605e
drm/i915: Initialize the SDVO device based on the sdvo info parsed from VBT
by yakui_zhao
· 16 years ago
9b9d172
drm/i915: parse VBT general definition block to get the SDVO device info
by yakui_zhao
· 16 years ago
59a036c
drm/i915: Add the structure of child_device_config in video BIOS tables.
by yakui_zhao
· 16 years ago
040d87f
drm/i915: Add Display Port register defines
by Keith Packard
· 16 years ago
2245fda
drm/i915: Don't trim cursor addresses to 11 bits
by Keith Packard
· 16 years ago
cb66c69
drm/i915: Set correct TV detection voltage level override values
by Ma Ling
· 16 years ago
541998a
drm/i915: Add LVDS support for IGDNG
by Zhenyu Wang
· 16 years ago
30ad48b
drm/i915: Add HDMI support on IGDNG
by Zhenyu Wang
· 16 years ago
2c07245
drm/i915: enable kernel modesetting on IGDNG
by Zhenyu Wang
· 16 years ago
2cce0d8
drm/i915: Disable tiling on IGDNG for now
by Zhenyu Wang
· 16 years ago
e170b03
drm/i915: Disable opregion on IGDNG for now
by Zhenyu Wang
· 16 years ago
b905505
drm/i915: Add new chipset register definitions
by Zhenyu Wang
· 16 years ago
280da22
drm/i915: Add chipset/feature defines for for new chipsets
by Zhenyu Wang
· 16 years ago
b87297f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel
by Linus Torvalds
· 16 years ago
b962442
drm/i915: Change GEM throttling to be 20ms like the comment says.
by Eric Anholt
· 16 years ago
1fd1c62
drm/i915: Save/restore cursor state on suspend/resume.
by Eric Anholt
· 16 years ago
0e7ddf7
drm/i915: Remove a bad BUG_ON in the fence management code.
by Eric Anholt
· 16 years ago
fc43896
drm: ignore EDID with really tiny modes.
by Adam Jackson
· 16 years ago
6c51d1c
drm: don't associate _DRM_DRIVER maps with a master
by Ben Skeggs
· 16 years ago
93c05f2
drm/i915: intel_lvds.c fix section mismatch
by Jaswinder Singh Rajput
· 16 years ago
c9fb15f
drm: Hook up DPMS property handling in drm_crtc.c. Add drm_helper_connector_dpms.
by Keith Packard
· 16 years ago
e36ebaf
drm: set permissions on edid file to 0444
by Keith Packard
· 16 years ago
75185c9
drm: add newlines to text sysfs files
by Keith Packard
· 16 years ago
9863871
drm/radeon: fix ring free alignment calculations
by Dave Airlie
· 16 years ago
b8da7de
drm: fix irq naming for kms drivers.
by Dave Airlie
· 16 years ago
31db564
ACPI, i915: build fix (v2)
by Len Brown
· 16 years ago
07f4f3e
i915: Set object to gtt domain when faulting it back in
by Kristian Høgsberg
· 16 years ago
cfa16a0
drm/i915: Apply a big hammer to 865 GEM object CPU cache flushing.
by Eric Anholt
· 16 years ago
e76a16d
drm/i915: Fix tiling pitch handling on 8xx.
by Eric Anholt
· 16 years ago
ebd4c99
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel
by Linus Torvalds
· 16 years ago
e4a5d54
drm/i915: Add support for VGA load detection (pre-945).
by Ma Ling
· 16 years ago
619ac3b
drm/i915: Use an I2C algo to do the flip to SDVO DDC bus.
by Ma Ling
· 16 years ago
ad5b2a6
drm/i915: Determine type before initialising connector
by Jonas Bonn
· 16 years ago
7086c87
drm/i915: Return SDVO LVDS VBT mode if no EDID modes are detected.
by Ma Ling
· 16 years ago
8863170
drm/i915: Fetch SDVO LVDS mode lines from VBT, then reserve them
by Ma Ling
· 16 years ago
14b6039
i915: support 8xx desktop cursors
by Jesse Barnes
· 16 years ago
9b6fe31
drm: Copy back ioctl data to userspace regardless of return code.
by Michel Dänzer
· 16 years ago
b674137
drm: Round size of SHM maps to PAGE_SIZE
by Benjamin Herrenschmidt
· 16 years ago
Next »